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.