diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-09-16 09:14:05 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-09-16 09:14:05 +0000 |
commit | 16778c1dd02981d333597aecc214fc63986bb86a (patch) | |
tree | fcd59c713099ebc912cff604a4ae1b1828fe7a31 /sys/dev/pci | |
parent | 2709813235b2561527ed3c1f5e8b6fe117ddc89c (diff) |
cleanup deafult locators (blah ?); please check that your most hated architecture is still fluffy (;
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/files.pci | 4 |
1 files changed, 2 insertions, 2 deletions
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 |