diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-10-12 17:06:58 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-10-12 17:06:58 +0000 |
commit | 17f116fa65405123afb56f843d48cc73e19c4d4b (patch) | |
tree | 315761042be00fd51cd37772bbbe6ae0a20a7efa /sys/arch/i386/conf/GENERIC | |
parent | 8131c1a626a647cd8b251b91751852e1091846bb (diff) |
add iophy*
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 90c113cd5d7..661aff9a5eb 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.132 1999/10/01 03:19:12 jason Exp $ +# $OpenBSD: GENERIC,v 1.133 1999/10/12 17:06:56 jason Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -240,6 +240,7 @@ sk* at skc? # each port of above # Media Independent Interface (mii) drivers exphy* at mii? phy ? # 3Com internal PHYs inphy* at mii? phy ? # Intel 82555 PHYs +iophy* at mii? phy ? # Intel 82553 PHYs icsphy* at mii? phy ? # ICS 1890 PHYs #lxtphy* at mii? phy ? # Level1 LXT970 PHYs nsphy* at mii? phy ? # NS and compatible PHYs |