diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-11-11 20:12:55 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-11-11 20:12:55 +0000 |
commit | 3664115430cf5b1c2461e26519c18b3390eb8152 (patch) | |
tree | 9f716fcdf8f42e471674931073d806bf3de1502b /sys/arch/alpha/conf/GENERIC | |
parent | a2ae7038a24fbc81052c131a42a833f1ff88449d (diff) |
more phys (commented out)
Diffstat (limited to 'sys/arch/alpha/conf/GENERIC')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 001f9ac3e5a..72a2882fce3 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.34 1998/10/04 23:41:05 niklas Exp $ +# $OpenBSD: GENERIC,v 1.35 1998/11/11 20:12:52 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. @@ -84,10 +84,14 @@ tga* at pci? dev ? function ? # DEC ZLXp-E[123] graphics #cy* at pci? # PCI cyclom card # Media Independent Interface (mii) drivers -#exphy* at mii? phy ? # 3Com internal PHYs -inphy* at mii? phy ? # Intel 82555 PHYs -#nsphy* at mii? phy ? # NS and compatible PHYs -#qsphy* at mii? phy ? # Quality Semi QS6612 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 +#nsphy* at mii? phy ? # NS and compatible PHYs +#qsphy* at mii? phy ? # Quality Semi QS6612 PHYs +#sqphy* at mii? phy ? # Seeq 8x220 PHYs +#ukphy* at mii? phy ? # "unknown" PHYs # ISA/EISA bus support isa* at pceb? |