tag | line | file | source code |
---|---|---|---|
interrupt_table | 123 | kernel/blk_drv/scsi/ultrastor.c | static const unsigned char interrupt_table[4] = { 15, 14, 11, 10 }; |
interrupt_table | 243 | kernel/blk_drv/scsi/ultrastor.c | config.interrupt = interrupt_table[config_1.interrupt]; |