Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf * No need to specify the console speed ...



details:   https://anonhg.NetBSD.org/src/rev/6fa81d5d23df
branches:  trunk
changeset: 521906:6fa81d5d23df
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Feb 08 03:43:41 2002 +0000

description:
* No need to specify the console speed anymore; it defaults to the
  correct speed if IOP310_TEAMASA_NPWR is defined.
* Just wildcard the "wm" and "siop" devices.
* Comment out raid and ccd for now.

diffstat:

 sys/arch/evbarm/conf/TEAMASA_NPWR |  13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diffs (48 lines):

diff -r bb652db0633a -r 6fa81d5d23df sys/arch/evbarm/conf/TEAMASA_NPWR
--- a/sys/arch/evbarm/conf/TEAMASA_NPWR Fri Feb 08 03:41:56 2002 +0000
+++ b/sys/arch/evbarm/conf/TEAMASA_NPWR Fri Feb 08 03:43:41 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TEAMASA_NPWR,v 1.2 2002/02/08 01:41:48 briggs Exp $
+#      $NetBSD: TEAMASA_NPWR,v 1.3 2002/02/08 03:43:41 thorpej Exp $
 #
 #      TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
 #      server appliance.
@@ -109,7 +109,7 @@
 #
 # The Npwr's RedBoot firmware uses 19200, and there is only one
 # serial port.
-options        CONSPEED=19200          # Console speed
+#options       CONSPEED=19200          # Console speed
 #options       CONUNIT=1               # Console unit (0=J9, 1=J10)
 
 # Miscellaneous kernel options
@@ -157,8 +157,7 @@
 #
 
 # PCI network devices
-wm0            at pci? dev 1 function ?        # on-board i82544GC #1
-wm1            at pci? dev 2 function ?        # on-board i82544GC #2
+wm*            at pci? dev ? function ?
 
 # MII/PHY support
 makphy*                at mii? phy ?                   # Marvell "Alaska" Gig-E PHY
@@ -169,7 +168,7 @@
 #
 
 # PCI SCSI controllers
-siop0          at pci? dev 0 function ?        # on-board LSI 53c1010
+siop0          at pci? dev ? function ?        # on-board LSI 53c1010
 scsibus*       at scsi?
 
 # SCSI device support
@@ -183,8 +182,8 @@
 # disk/mass storage pseudo-devices
 #pseudo-device md              1       # memory disk device (ramdisk)
 pseudo-device  vnd             4       # disk-like interface to files
-pseudo-device  raid            4       # RAIDframe devices
-pseudo-device  ccd             4       # Concatenated disk devices
+#pseudo-device raid            4       # RAIDframe devices
+#pseudo-device ccd             4       # Concatenated disk devices
 
 # network pseudo-devices
 pseudo-device  bpfilter        4       # Berkeley packet filter



Home | Main Index | Thread Index | Old Index