diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-16 01:00:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-16 01:00:46 +0000 |
commit | ea851ea7f32e0d8973b85bffbbb736afe231b07b (patch) | |
tree | a163ab033efa879ed336316b1f427c236e62195c /sys/arch/i386/conf/GENERICADP | |
parent | a682b9a199186ef52a197b1410273dd3343f22e6 (diff) |
add ahe support
Diffstat (limited to 'sys/arch/i386/conf/GENERICADP')
-rw-r--r-- | sys/arch/i386/conf/GENERICADP | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/i386/conf/GENERICADP b/sys/arch/i386/conf/GENERICADP index 00f2dff307d..96a62baaf6b 100644 --- a/sys/arch/i386/conf/GENERICADP +++ b/sys/arch/i386/conf/GENERICADP @@ -115,6 +115,8 @@ ahb0 at isa? port ? irq ? # Adaptec 174[024] SCSI controllers scsibus* at ahb? ahc* at pci? bus ? dev ? # Adaptec 2940 SCSI controllers scsibus* at ahc? +ahe0 at isa? port 0x1c00 irq ? # Adaptec 284x SCSI controllers +scsibus* at ahe? aic0 at isa? port 0x340 irq 12 # Adaptec 152[02] SCSI controllers scsibus* at aic? |