diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-04-18 18:44:32 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-04-18 18:44:32 +0000 |
commit | 0ba7f186e7fdec54ca89d32522f2ef62868743d1 (patch) | |
tree | f48b4104b428a87b4bce8cbd3f386a5d0ccf28a2 /sys/dev/pci/files.pci | |
parent | 0a95ed57a67e9a221d089c449a7d2453f2403c0d (diff) |
split fxp into bus independent and dependent (pci) parts (cardbus to come)
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 16aed13dada..bda71e4342c 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.70 2000/04/13 00:10:52 csapuntz Exp $ +# $OpenBSD: files.pci,v 1.71 2000/04/18 18:44:31 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. @@ -130,11 +130,6 @@ file dev/pci/if_lmc_common.c lmc file dev/pci/if_lmc_media.c lmc file dev/pci/if_lmc_obsd.c lmc -# Intel EtherExpress PRO 10/100B -device fxp: ether, ifnet, mii, ifmedia -attach fxp at pci -file dev/pci/if_fxp.c fxp - # RealTek 8129/8139 device rl: ether, ifnet, mii, ifmedia attach rl at pci @@ -169,6 +164,10 @@ file dev/pci/brooktree848.c bktr needs-count attach xl at pci with xl_pci file dev/pci/if_xl_pci.c xl_pci +# Intel EtherExpress PRO 10/100B +attach fxp at pci with fxp_pci +file dev/pci/if_fxp_pci.c fxp_pci + # SMC EPIC, 83c170 device tx: ether, ifnet, ifmedia attach tx at pci |