From ee46a5711655f8d8af997e56dcd0ca7c19574e94 Mon Sep 17 00:00:00 2001 From: Luoqi Chen Date: Sun, 5 Dec 1999 01:56:42 +0000 Subject: [PATCH] Reinstate the aic driver. PR: conf/15187 --- sys/amd64/conf/GENERIC | 1 + sys/i386/conf/GENERIC | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index dcdee228f0d..de1d1b512a4 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -109,6 +109,7 @@ controller adv0 at isa? port ? irq ? controller adw0 controller bt0 at isa? port ? irq ? controller aha0 at isa? port ? irq ? +controller aic0 at isa? port ? irq ? # SCSI peripherals # Only one of each of these is needed, they are dynamically allocated. diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index dcdee228f0d..de1d1b512a4 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -109,6 +109,7 @@ controller adv0 at isa? port ? irq ? controller adw0 controller bt0 at isa? port ? irq ? controller aha0 at isa? port ? irq ? +controller aic0 at isa? port ? irq ? # SCSI peripherals # Only one of each of these is needed, they are dynamically allocated.