Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/conf Add missing phy's. Increase miniroot size



details:   https://anonhg.NetBSD.org/src/rev/e2e20d5e5700
branches:  trunk
changeset: 474078:e2e20d5e5700
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 27 22:35:43 1999 +0000

description:
Add missing phy's. Increase miniroot size

diffstat:

 sys/arch/alpha/conf/INSTALL |  18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r 4619e6d22c54 -r e2e20d5e5700 sys/arch/alpha/conf/INSTALL
--- a/sys/arch/alpha/conf/INSTALL       Sun Jun 27 21:17:17 1999 +0000
+++ b/sys/arch/alpha/conf/INSTALL       Sun Jun 27 22:35:43 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.25 1999/06/27 15:58:18 christos Exp $
+# $NetBSD: INSTALL,v 1.26 1999/06/27 22:35:43 christos Exp $
 #
 # Alpha INSTALL kernel.
 
@@ -9,7 +9,7 @@
 # Enable the hooks used for initializing the ram-disk.
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # Force root on ram-disk
-options        MINIROOTSIZE=6144       # 3 Megabytes
+options        MINIROOTSIZE=9300       # 4 Megabytes
 
 # CPU Support
 #options       DEC_2000_300    # "Jensen":     2000/300 (DECpc AXP 150)
@@ -139,11 +139,15 @@
 vr*    at      pci? dev ? function ?           # VIA Rhine Fast Ethernet
 
 # MII/PHY support
-exphy* at      mii? phy ?
-inphy* at      mii? phy ?
-nsphy* at      mii? phy ?
-qsphy* at      mii? phy ? 
-tlphy* at      mii? phy ?
+exphy* at mii? phy ?                   # 3Com internal PHYs
+icsphy*        at mii? phy ?                   # Integrated Circuit Systems ICS1890
+inphy* at mii? phy ?                   # Intel 82555 PHYs
+lxtphy*        at mii? phy ?                   # Level One LXT-970 PHYs
+nsphy* at mii? phy ?                   # NS83840 PHYs
+qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
+sqphy* at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
+tlphy* at mii? phy ?                   # ThunderLAN PHYs
+ukphy* at mii? phy ?                   # generic unknown PHYs
 
 # ISA/EISA bus support
 isa*   at      pceb?



Home | Main Index | Thread Index | Old Index