Reorder device declarations of bha and aha so th BusLogic driver probes

before before the Adaptec 1542/1642 driver. As commented,

  Probing AHA first configures bhas as aha, via their AHA
  hardware-compatibility mode.
This commit is contained in:
jonathan 1997-07-28 22:48:59 +00:00
parent 8c535d8cfe
commit f8687036c9
1 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files,v 1.129 1997/07/28 22:31:08 thorpej Exp $
# $NetBSD: files,v 1.130 1997/07/28 22:48:59 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@ -55,14 +55,18 @@ file ipkdb/ipkdb_ppp.c ipkdbppp needs-flag
device ahc: scsi
file dev/ic/aic7xxx.c ahc
# Adaptec AHA-154x and AHA-164x controllers
device aha: scsi
file dev/ic/aha.c aha
# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
# (Must be declared before AHA to ensure bha probes before aha.
# Probing AHA first configures bhas as aha, via their AHA
# hardware-compatibility mode.)
device bha: scsi
file dev/ic/bha.c bha
# Adaptec AHA-154x and AHA-164x controllers
# (must be after bha, see above)
device aha: scsi
file dev/ic/aha.c aha
# Qlogic ISP 10x0 SCSI Controllers
device isp: scsi
file dev/ic/isp.c isp