diff options
author | 1996-11-28 23:10:28 +0000 | |
---|---|---|
committer | 1996-11-28 23:10:28 +0000 | |
commit | b0942bfea1e4dc0c79e75efa6ef3554fac3e4fce (patch) | |
tree | 74498c305d06940dcef61d97a514f328eb3e560d | |
parent | Various configuration changes (diff) | |
download | wireguard-openbsd-b0942bfea1e4dc0c79e75efa6ef3554fac3e4fce.tar.xz wireguard-openbsd-b0942bfea1e4dc0c79e75efa6ef3554fac3e4fce.zip |
Adaption to new bus.h from NetBSD. Various driver has been updated to
NetBSD 961107 state. Other has not, partly because sometimes the bus.h
changes was coupled with other changes.
-rw-r--r-- | sys/conf/files | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 1341ef65282..03ca198cec5 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -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 |