From c41cca7cffae1ac972c2d4705098cea98f7bb6dd Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 16 Jan 1996 01:00:44 +0000 Subject: [PATCH] add ahe support --- sys/arch/i386/conf/GENERICADP | 2 ++ sys/arch/i386/conf/INSTADP | 2 ++ 2 files changed, 4 insertions(+) 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? -- 2.20.1