diff options
author | gallatin <gallatin@FreeBSD.org> | 1999-09-30 18:51:56 +0000 |
---|---|---|
committer | gallatin <gallatin@FreeBSD.org> | 1999-09-30 18:51:56 +0000 |
commit | 29f46389fd9e0bce762bf367445a94140bdcb332 (patch) | |
tree | 592d5f446580c860b35b2a9d6989cff9dc24f71a | |
parent | 7bbd31cba1f9855654d95450d4bc1e7025ff8538 (diff) | |
download | FreeBSD-src-29f46389fd9e0bce762bf367445a94140bdcb332.zip FreeBSD-src-29f46389fd9e0bce762bf367445a94140bdcb332.tar.gz |
Add ahc driver. The adaptec driver works just dandy on my xp1000 using
a 2940UW. The dp264 (and ds20, I think) have an AIC7895 on board so it
is important the ahc driver be in GENERIC so that FreeBSD can install on
these boxes.
-rw-r--r-- | sys/alpha/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/alpha/conf/NOTES | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 6c74c33..6e36f1d 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -53,6 +53,7 @@ controller isa0 # sufficient for any number of installed devices. controller ncr0 controller isp0 +controller ahc0 #controller esp0 controller scbus0 diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 6c74c33..6e36f1d 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -53,6 +53,7 @@ controller isa0 # sufficient for any number of installed devices. controller ncr0 controller isp0 +controller ahc0 #controller esp0 controller scbus0 |