diff options
author | mjacob <mjacob@cvs.openbsd.org> | 2001-04-14 18:42:44 +0000 |
---|---|---|
committer | mjacob <mjacob@cvs.openbsd.org> | 2001-04-14 18:42:44 +0000 |
commit | 1cbe7b19089ffd0948aad794f26d595ee5a4b6d2 (patch) | |
tree | 7e4ea7277bf62cfbf35778477d34ee563290fce8 /sys | |
parent | bfb6b71e4cfa0805feb5f02132ab616e79b6616f (diff) |
Make sure eephy is included if you include wx.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 3edda2f6c0f..64b69b4fc15 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.71 2001/04/14 17:51:41 art Exp $ +# $OpenBSD: GENERIC,v 1.72 2001/04/14 18:42:43 mjacob Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -180,6 +180,7 @@ tga* at pci? dev ? function ? # DEC ZLXp-E[123] graphics # Media Independent Interface (mii) drivers # UNTESTED: some of the following PHY's are untested. +eephy* at mii? phy ? # Marvell PHYs for Intel GigE exphy* at mii? phy ? # 3Com internal PHYs inphy* at mii? phy ? # Intel 82555 PHYs iophy* at mii? phy ? # Intel 82553 PHYs |