diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-12-28 03:50:39 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-12-28 03:50:39 +0000 |
commit | 8a0a9e6313704ace9c85da2972df9a71bf205087 (patch) | |
tree | 6fa9e5f510276876dc792a7681dbf46d720c4f85 /sys/arch/alpha/conf/GENERIC | |
parent | 89c635afdfd43ab6bec30d668740e3260aa99fa7 (diff) |
add mtdphy (commented out for now)
Diffstat (limited to 'sys/arch/alpha/conf/GENERIC')
-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 72a2882fce3..237a13a0566 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.35 1998/11/11 20:12:52 jason Exp $ +# $OpenBSD: GENERIC,v 1.36 1998/12/28 03:50:37 jason 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. @@ -91,6 +91,7 @@ inphy* at mii? phy ? # Intel 82555 PHYs #nsphy* at mii? phy ? # NS and compatible PHYs #qsphy* at mii? phy ? # Quality Semi QS6612 PHYs #sqphy* at mii? phy ? # Seeq 8x220 PHYs +#mtdphy* at mii? phy ? # Myson MTD972 PHYs #ukphy* at mii? phy ? # "unknown" PHYs # ISA/EISA bus support |