diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-09-26 17:53:13 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-09-26 17:53:13 +0000 |
commit | 8d089332b59180e91e32580df9219353bdce4c5e (patch) | |
tree | 00b6dc0e1f7ab410dcbadbcfed0e38df02cf4296 /sys/arch | |
parent | bd49a80e643f559d112f898483a915847e73a7b5 (diff) |
add exphy
Diffstat (limited to 'sys/arch')
-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 7f29c1d7d51..ea1d7bece2e 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.130 1999/09/19 16:38:42 fgsch Exp $ +# $OpenBSD: GENERIC,v 1.131 1999/09/26 17:53:12 jason Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -236,7 +236,7 @@ ti* at pci? dev ? function ? # Alteon Tigon 1Gb ethernet ax* at pci? dev ? function ? # ASIX AX88140A ethernet # Media Independent Interface (mii) drivers -#exphy* at mii? phy ? # 3Com internal PHYs +exphy* at mii? phy ? # 3Com internal PHYs inphy* at mii? phy ? # Intel 82555 PHYs icsphy* at mii? phy ? # ICS 1890 PHYs #lxtphy* at mii? phy ? # Level1 LXT970 PHYs |