diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 2000-09-16 21:55:31 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 2000-09-16 21:55:31 +0000 |
| commit | f175cbb66335d83ab59f6b18370c2c0935b33402 (patch) | |
| tree | c7b0d6ee9c6a9aba8f466846fff640bd53e01ca5 | |
| parent | 6d6b1b8f4d8f10f53a16cec0539300a845ab800f (diff) | |
Notes
| -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 |
