diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-22 18:58:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-22 18:58:06 +0000 |
commit | 3e95c62a8d107490bc393fb74fa9b7b4dbafc25e (patch) | |
tree | de85f2e454d9e104d880e1b3e24e8272b8719e04 /sys/arch/i386/conf/GENERIC | |
parent | fc68c3bd07f476bc5450c0a55ccff79519f6b2d5 (diff) |
media support
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 62ca447fe43..a4c788cee61 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.83 1998/09/22 18:49:12 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.84 1998/09/22 18:58:04 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -183,7 +183,7 @@ tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet cards # Media Independent Interface (mii) drivers #exphy* at mii? phy ? # 3Com internal PHYs -#inphy* at mii? phy ? # Intel 82555 PHYs +inphy* at mii? phy ? # Intel 82555 PHYs #nsphy* at mii? phy ? # NS and compatible PHYs #qsphy* at mii? phy ? # Quality Semi QS6612 PHYs |