diff options
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 14 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 14 |
2 files changed, 18 insertions, 10 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? diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 9839892cde5..0793477a1c4 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.19 1998/09/23 19:29:17 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.20 1998/11/11 20:12:54 jason Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -122,10 +122,14 @@ sio* at pci? dev ? function ? # Intel PCI-ISA bridge tga* at pci? dev ? function ? # DEC ZLXp-E[123] graphics # 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? |