diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERICADP | 2 | ||||
-rw-r--r-- | sys/arch/i386/conf/INSTADP | 2 |
2 files changed, 4 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? diff --git a/sys/arch/i386/conf/INSTADP b/sys/arch/i386/conf/INSTADP index 599947ea4b8..3eb7db15173 100644 --- a/sys/arch/i386/conf/INSTADP +++ b/sys/arch/i386/conf/INSTADP @@ -80,6 +80,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? |