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.
This commit is contained in:
parent
a8ce772846
commit
25cfcb2218
@ -53,6 +53,7 @@ controller isa0
|
||||
# sufficient for any number of installed devices.
|
||||
controller ncr0
|
||||
controller isp0
|
||||
controller ahc0
|
||||
#controller esp0
|
||||
|
||||
controller scbus0
|
||||
|
@ -53,6 +53,7 @@ controller isa0
|
||||
# sufficient for any number of installed devices.
|
||||
controller ncr0
|
||||
controller isp0
|
||||
controller ahc0
|
||||
#controller esp0
|
||||
|
||||
controller scbus0
|
||||
|
Loading…
Reference in New Issue
Block a user