Adaption to new bus.h from NetBSD. Various driver has been updated to
authorniklas <niklas@openbsd.org>
Thu, 28 Nov 1996 23:10:28 +0000 (23:10 +0000)
committerniklas <niklas@openbsd.org>
Thu, 28 Nov 1996 23:10:28 +0000 (23:10 +0000)
NetBSD 961107 state.  Other has not, partly because sometimes the bus.h
changes was coupled with other changes.

sys/conf/files

index 1341ef6..03ca198 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: files,v 1.45 1996/10/29 03:45:25 deraadt Exp $
+#      $OpenBSD: files,v 1.46 1996/11/28 23:10:28 niklas Exp $
 #      $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
@@ -34,6 +34,14 @@ define       pdq             # DEC FDDI chipset
 device ahc: scsi
 file   dev/ic/aic7xxx.c        ahc
 
+# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
+device bha: scsi
+file   dev/ic/bha.c            bha
+
+# UltraStor SCSI controllers
+device uha: scsi
+file   dev/ic/uha.c            uha
+
 # 3Com Etherlink-III Ethernet controller
 device ep: ether, ifnet
 file   dev/ic/elink3.c         ep