diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-03-29 00:51:39 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-03-29 00:51:39 +0000 |
commit | cd6b8526d55af47877665cb3aee10260bc090114 (patch) | |
tree | d32cd9a13c9c46d9a80f270da26836edf87bd0df /sys/conf/files | |
parent | fe15309466a285266f825926e3180f7f725ca215 (diff) |
some mount stinger onto phantomas and there is not need to flag stingers too
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/files b/sys/conf/files index c0f59ad2bd8..78bbe96330b 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.269 2003/02/24 01:17:36 deraadt Exp $ +# $OpenBSD: files,v 1.270 2003/03/29 00:51:38 mickey Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -172,7 +172,7 @@ file dev/ic/siop.c siop # Symbios/NCR 53c720/53c8xx SCSI controllers device osiop: scsi -file dev/ic/osiop.c osiop & osiop_gsc +file dev/ic/osiop.c osiop & (osiop_gsc | osiop_eisa) # 3Com Etherlink-III Ethernet controller device ep: ether, ifnet, ifmedia, mii @@ -273,7 +273,7 @@ file dev/ic/lpt.c lpt & (lpt_isa | lpt_pica | lpt_algor | lpt_gsc | lpt_puc | l # STI (hp graphics) device sti: wsemuldisplaydev -file dev/ic/sti.c sti & (sti_pci | sti_sgc) needs-flag +file dev/ic/sti.c sti & (sti_pci | sti_sgc | sti_phantom) # Initio ULTRA WIDE/ULTRA2 WIDE SCSI Controllers device iha: scsi |