diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-07-31 00:39:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-07-31 00:39:41 +0000 |
commit | 09ef63532006a7f2839cf6a95eac9a3e417f8ac6 (patch) | |
tree | 841858c586d0443c07cc881c3474be62a837a8e3 | |
parent | eaa7b138a1da2199a320a903940b293741a9dc92 (diff) |
including a driver without putting it's driver name at the end of a files
line, means that on any architecture it gets pulled in. that's real clever!
what does it mean? that insufficient TESTING IS GETTING DONE BEFORE COMMIT
-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 da65edd9f32..32baae1bd57 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.180 2005/07/28 01:31:22 brad Exp $ +# $OpenBSD: files.pci,v 1.181 2005/07/31 00:39:40 deraadt 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. @@ -206,7 +206,7 @@ file dev/pci/if_le_pci.c le_pci # Supersedes if_le_pci.c device pcn: ether, ifnet, ifmedia, mii attach pcn at pci -file dev/pci/if_pcn.c +file dev/pci/if_pcn.c pcn # common code for siop/esiop pci front end define siop_pci_common |