summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorluoqi <luoqi@FreeBSD.org>1999-10-21 09:12:18 +0000
committerluoqi <luoqi@FreeBSD.org>1999-10-21 09:12:18 +0000
commitf9075340a8ef01b333d169d155a235f7564dbe61 (patch)
tree400f65fcd0207c3bdea36beb1ca766b4ce0e3b0b /sys
parentc5c63975d538cf48ceb99ba48c341293676d15c0 (diff)
downloadFreeBSD-src-f9075340a8ef01b333d169d155a235f7564dbe61.zip
FreeBSD-src-f9075340a8ef01b333d169d155a235f7564dbe61.tar.gz
Resurrect the aic driver.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/i386/conf/LINT6
-rw-r--r--sys/i386/conf/NOTES6
3 files changed, 12 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 2a55351..ddfb574 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1027,12 +1027,13 @@ device npx0 at nexus? port IO_NPX flags 0x0 irq 13
#
#
-# SCSI host adapters: `aha', `bt'
+# SCSI host adapters: `aha', `aic', `bt'
#
# adv: All Narrow SCSI bus AdvanSys controllers.
# adw: Second Generation AdvanSys controllers including the ADV940UW.
# aha: Adaptec 154x
# ahc: Adaptec 274x/284x/294x
+# aic: Adaptec 152x
# bt: Most Buslogic controllers
#
# Note that the order is important in order for Buslogic cards to be
@@ -1042,7 +1043,8 @@ device npx0 at nexus? port IO_NPX flags 0x0 irq 13
controller bt0 at isa? port IO_BT0 irq ?
controller adv0 at isa? port ? irq ?
controller adw0
-controller aha0 at isa? port ? irq ?
+controller aha0 at isa? port ? irq ?
+controller aic0 at isa? port ? irq ?
#
# Compaq Smart RAID controller. This driver also uses the major number
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 2a55351..ddfb574 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -1027,12 +1027,13 @@ device npx0 at nexus? port IO_NPX flags 0x0 irq 13
#
#
-# SCSI host adapters: `aha', `bt'
+# SCSI host adapters: `aha', `aic', `bt'
#
# adv: All Narrow SCSI bus AdvanSys controllers.
# adw: Second Generation AdvanSys controllers including the ADV940UW.
# aha: Adaptec 154x
# ahc: Adaptec 274x/284x/294x
+# aic: Adaptec 152x
# bt: Most Buslogic controllers
#
# Note that the order is important in order for Buslogic cards to be
@@ -1042,7 +1043,8 @@ device npx0 at nexus? port IO_NPX flags 0x0 irq 13
controller bt0 at isa? port IO_BT0 irq ?
controller adv0 at isa? port ? irq ?
controller adw0
-controller aha0 at isa? port ? irq ?
+controller aha0 at isa? port ? irq ?
+controller aic0 at isa? port ? irq ?
#
# Compaq Smart RAID controller. This driver also uses the major number
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 2a55351..ddfb574 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1027,12 +1027,13 @@ device npx0 at nexus? port IO_NPX flags 0x0 irq 13
#
#
-# SCSI host adapters: `aha', `bt'
+# SCSI host adapters: `aha', `aic', `bt'
#
# adv: All Narrow SCSI bus AdvanSys controllers.
# adw: Second Generation AdvanSys controllers including the ADV940UW.
# aha: Adaptec 154x
# ahc: Adaptec 274x/284x/294x
+# aic: Adaptec 152x
# bt: Most Buslogic controllers
#
# Note that the order is important in order for Buslogic cards to be
@@ -1042,7 +1043,8 @@ device npx0 at nexus? port IO_NPX flags 0x0 irq 13
controller bt0 at isa? port IO_BT0 irq ?
controller adv0 at isa? port ? irq ?
controller adw0
-controller aha0 at isa? port ? irq ?
+controller aha0 at isa? port ? irq ?
+controller aic0 at isa? port ? irq ?
#
# Compaq Smart RAID controller. This driver also uses the major number
OpenPOWER on IntegriCloud