diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-11-18 20:14:07 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-11-18 20:14:07 +0000 |
commit | b7ad9cf8bccea49f67b5a503ee66f62e36393c49 (patch) | |
tree | 723baf3ace0e9476ae6e9369aefb731606c55926 | |
parent | 9b84774432ee6bff5a53f80a4dbca7b2a48dd9ee (diff) |
add mii attribute to if_rl (missed in last 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 5d3fdd0ad96..9fd8d1f6dec 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.30 1998/11/17 06:11:06 downsj Exp $ +# $OpenBSD: files.pci,v 1.31 1998/11/18 20:14:06 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. @@ -99,7 +99,7 @@ attach fxp at pci file dev/pci/if_fxp.c fxp # RealTek 8129/8139 -device rl: ether, ifnet, ifmedia +device rl: ether, ifnet, mii, ifmedia attach rl at pci file dev/pci/if_rl.c rl |