diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-12-09 15:28:36 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-12-09 15:28:36 +0000 |
commit | fb86026fe5f00cf358bb95db892aa8ed31129985 (patch) | |
tree | 3b48e3d6aeced1e6a8b305f44b0a199bfe06d596 /sys/dev | |
parent | 4b7bc88e7b94a2a85087e502cec47bcb1bad20f4 (diff) |
uncomment dc
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/files.pci | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index a6d67f3ed3c..b95267c5f11 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.59 1999/12/08 22:35:34 aaron Exp $ +# $OpenBSD: files.pci,v 1.60 1999/12/09 15:28:35 jason 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. @@ -214,9 +214,9 @@ attach ste at pci file dev/pci/if_ste.c ste # DEC/Intel 21143 and "tulip" clone ethernet -#device dc: ether, ifnet, mii, ifmedia -#attach dc at pci -#file dev/pci/if_dc.c dc +device dc: ether, ifnet, mii, ifmedia +attach dc at pci +file dev/pci/if_dc.c dc # Industrial Computer Source WDT-50x device wdt: pcibus |