diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/i2o/files.i2o | 4 | ||||
-rw-r--r-- | sys/dev/pci/files.pci | 4 | ||||
-rw-r--r-- | sys/dev/tc/files.tc | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/i2o/files.i2o b/sys/dev/i2o/files.i2o index 19be362bea6..6fbb932adf5 100644 --- a/sys/dev/i2o/files.i2o +++ b/sys/dev/i2o/files.i2o @@ -1,6 +1,6 @@ -# $OpenBSD: files.i2o,v 1.6 2001/07/04 04:36:43 mickey Exp $ +# $OpenBSD: files.i2o,v 1.7 2004/09/16 09:14:02 mickey Exp $ -device iop {tid = -1}: scsi +device iop {[tid = -1]}: scsi file dev/i2o/iop.c iop & iop_pci needs-flag # SCSI peripheral diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index db9e38b9952..6654c3b758d 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.158 2004/09/15 21:32:42 mickey Exp $ +# $OpenBSD: files.pci,v 1.159 2004/09/16 09:14:02 mickey Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -405,7 +405,7 @@ file dev/pci/if_sk.c skc | sk # PCI "universal" communication device driver, for PCI com, lpt, etc. ports # (see documentation in the driver for what, exactly, should be supported) -device puc { port = -1 } +device puc {[port = -1]} attach puc at pci file dev/pci/puc.c puc file dev/pci/pucdata.c puc diff --git a/sys/dev/tc/files.tc b/sys/dev/tc/files.tc index 5c8b0895d6e..387eeb05a03 100644 --- a/sys/dev/tc/files.tc +++ b/sys/dev/tc/files.tc @@ -1,4 +1,4 @@ -# $OpenBSD: files.tc,v 1.6 2002/05/02 22:56:06 miod Exp $ +# $OpenBSD: files.tc,v 1.7 2004/09/16 09:14:02 mickey Exp $ # $NetBSD: files.tc,v 1.26 2001/11/28 10:21:24 lukem Exp $ # # Config file and device description for machine-independent @@ -9,7 +9,7 @@ device tc {[slot = -1], [offset = -1]} file dev/tc/tc.c tc needs-flag # IOCTL ASIC -device ioasic { offset = -1 } +device ioasic {[offset = -1]} attach ioasic at tc file dev/tc/ioasic_subr.c ioasic @@ -29,7 +29,7 @@ attach fta at tc file dev/tc/if_fta.c fta # TCDS dual channel SCSI -device tcds { chip = -1 } +device tcds {[chip = -1]} attach tcds at tc file dev/tc/tcds.c tcds |