Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cats/conf Hmm, fix some bogosity in my previous att...



details:   https://anonhg.NetBSD.org/src/rev/5a056af94b45
branches:  trunk
changeset: 537679:5a056af94b45
user:      rearnsha <rearnsha%NetBSD.org@localhost>
date:      Fri Oct 04 17:14:48 2002 +0000

description:
Hmm, fix some bogosity in my previous attempt to fix some bogosity:-)
Keep SYMTAB_SPACE (but clean it up).
Restore iophy PHYs.

diffstat:

 sys/arch/cats/conf/GENERIC |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r f03564d93556 -r 5a056af94b45 sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC        Fri Oct 04 17:09:51 2002 +0000
+++ b/sys/arch/cats/conf/GENERIC        Fri Oct 04 17:14:48 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.34 2002/10/02 20:33:44 rearnsha Exp $
+# $NetBSD: GENERIC,v 1.35 2002/10/04 17:14:48 rearnsha Exp $
 #
 # GENERIC machine description file
 # 
@@ -162,7 +162,6 @@
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 #makeoptions   DEBUG="-g"      # compile full symbol table
-#options               SYMTAB_SPACE=200000
 options                SYMTAB_SPACE=370000
 
 config         netbsd  root on ? type ?
@@ -286,7 +285,7 @@
 gphyter* at mii? phy ?                 # NS83861 Gig-E PHY
 icsphy*        at mii? phy ?                   # Integrated Circuit Systems ICS189x
 inphy* at mii? phy ?                   # Intel 82555 PHYs
-#iophy*        at mii? phy ?                   # Intel 82553 PHYs
+iophy* at mii? phy ?                   # Intel 82553 PHYs
 lxtphy*        at mii? phy ?                   # Level One LXT-970 PHYs
 makphy*        at mii? phy ?                   # Marvell Semiconductor 88E1000 PHYs
 nsphy* at mii? phy ?                   # NS83840 PHYs



Home | Main Index | Thread Index | Old Index