Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbsh5/conf - sm at sysfpga,



details:   https://anonhg.NetBSD.org/src/rev/409a74d0dc1c
branches:  trunk
changeset: 538556:409a74d0dc1c
user:      scw <scw%NetBSD.org@localhost>
date:      Tue Oct 22 15:21:24 2002 +0000

description:
- sm at sysfpga,
- gsip at pci (and its phy)

diffstat:

 sys/arch/evbsh5/conf/CAYMAN |  18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

diffs (65 lines):

diff -r 3f491aea7adf -r 409a74d0dc1c sys/arch/evbsh5/conf/CAYMAN
--- a/sys/arch/evbsh5/conf/CAYMAN       Tue Oct 22 15:19:06 2002 +0000
+++ b/sys/arch/evbsh5/conf/CAYMAN       Tue Oct 22 15:21:24 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CAYMAN,v 1.9 2002/10/07 08:20:07 scw Exp $
+#      $NetBSD: CAYMAN,v 1.10 2002/10/22 15:21:24 scw Exp $
 
 #
 # Config file for SuperH "CAYMAN" SH-5 Evaluation board
@@ -6,11 +6,11 @@
 
 include        "arch/evbsh5/conf/std.evbsh5.el"
 
-maxusers       2
+maxusers       8
 
 options        INCLUDE_CONFIG_FILE
 
-#ident         "CAYMAN-$Revision: 1.9 $"
+#ident         "CAYMAN-$Revision: 1.10 $"
 
 # Uncomment this to build a 64-bit kernel
 #makeoptions   SH5_ABI=64
@@ -22,6 +22,7 @@
 options        DIAGNOSTIC
 options        DEBUG
 options        DDB
+#options       PORTMASTER
 #options       UVMHIST
 #options       UVMHIST_PRINT
 
@@ -115,6 +116,8 @@
 
 # PCI Network Interfaces
 ex*            at pci? dev ? function ?        # 3Com 90x[BC]
+gsip*          at pci? dev ? function ?        # NS83820 Gigabit Ethernet
+options        NMBCLUSTERS=8192
 
 # PCI SCSI Interfaces
 ahc*           at pci? dev ? function ?        # Adaptec 7850 SCSI Controller
@@ -129,7 +132,9 @@
 #
 superio0       at sysfpga0                     # SMC Super I/O Device
 isa0           at superio0                     # The ISAbus attachment.
-sm0            at superio0 offset 0x1000 irq 10 # SMC91C100 LAN controller
+
+# Onboard SMC91C100 LAN controller
+sm0            at superio0
 
 #
 # These are the devices Cayman uses
@@ -149,9 +154,12 @@
 #atapibus*     at wdc0 channel ?
 #cd*           at atapibus? drive ? flags 0x0000
 
-# The MII device on the LAN controller
+# The PHY device on the onboard LAN controller
 sqphy* at mii? phy ?
 
+# The PHY on the gsip
+gphyter* at mii? phy ?                 # NS83861 Gig-E PHY
+
 #
 # The DTF debug interface.
 #



Home | Main Index | Thread Index | Old Index