diff options
| -rw-r--r-- | sys/dev/aic7xxx/aic7xxx.reg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.reg b/sys/dev/aic7xxx/aic7xxx.reg index 7868f0426487..5faa8e4f64a2 100644 --- a/sys/dev/aic7xxx/aic7xxx.reg +++ b/sys/dev/aic7xxx/aic7xxx.reg @@ -1431,6 +1431,12 @@ scratch_ram { mask HSCSIID 0x07 /* our SCSI ID */ mask HWSCSIID 0x0f /* our SCSI ID if Wide Bus */ } + INTDEF { + address 0x05c + size 1 + bit EDGE_TRIG 0x80 + mask VECTOR 0x0f + } HOSTCONF { address 0x05d size 1 |
