diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-09-28 01:59:57 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-09-28 01:59:57 +0000 |
commit | 63f5a50993ef7c3537945e8424de205ef4f826fd (patch) | |
tree | 9b603ab83c67dd32789a3f8d7eb328e494b2787f /sys/dev/pci | |
parent | 2e434be595734504f61c90d3eba648f510242071 (diff) |
fxp needs ifmedia attribute
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 6e15d7ccda9..086a91c693f 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.25 1998/09/28 01:23:47 mickey Exp $ +# $OpenBSD: files.pci,v 1.26 1998/09/28 01:59:56 jason Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config.new file and device description for machine-independent PCI code. @@ -87,7 +87,7 @@ attach cy at pci with cy_pci file dev/pci/cy_pci.c cy_pci # Intel EtherExpress PRO 10/100B -device fxp: ether, ifnet, mii +device fxp: ether, ifnet, mii, ifmedia attach fxp at pci file dev/pci/if_fxp.c fxp |