From: deraadt Date: Tue, 16 Jan 1996 01:00:44 +0000 (+0000) Subject: add ahe support X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c41cca7cffae1ac972c2d4705098cea98f7bb6dd;p=openbsd add ahe support --- 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?