diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-29 01:39:34 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-29 01:39:34 +0000 |
commit | a17d5768325f54d7f5579ca02a7864645134da9c (patch) | |
tree | 5350a540ea4c26f0a62f38eea2e836d1e98a809b /sys/conf | |
parent | 5580de99cd3bb2df5620394ee927c4d15d62e7f0 (diff) |
Add MII support to NE2000 PCMCIA driver. Both the Netgear FA410TXC and
New Media LiveWire Fast Ethernet adapters now work after these changes,
although the Netgear card still requires media to be set manually.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 8a4bb09da49..a5d10adc8d4 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.193 2001/03/29 01:26:46 aaron Exp $ +# $OpenBSD: files,v 1.194 2001/03/29 01:39:31 aaron Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -188,7 +188,7 @@ file dev/ic/smc91cxx.c sm # Novell NE2000-compatible Ethernet cards, based on the # National Semiconductor DS8390. -device ne: ether, ifnet, dp8390nic, ifmedia +device ne: ether, ifnet, dp8390nic, ifmedia, mii file dev/ic/ne2000.c ne # D-Link DL10019/10022 NE2000-compatible network interface subroutines |