Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/netwinder/conf Make EXEC_ELF32 standard. Cleanup/f...



details:   https://anonhg.NetBSD.org/src/rev/11f8e91d2636
branches:  trunk
changeset: 508832:11f8e91d2636
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Apr 20 16:48:01 2001 +0000

description:
Make EXEC_ELF32 standard.  Cleanup/fix GENERIC to include more devices.

diffstat:

 sys/arch/netwinder/conf/GENERIC       |  59 ++++++++++++++++------------------
 sys/arch/netwinder/conf/std.netwinder |   5 +-
 2 files changed, 31 insertions(+), 33 deletions(-)

diffs (172 lines):

diff -r 5ad163ea6fb7 -r 11f8e91d2636 sys/arch/netwinder/conf/GENERIC
--- a/sys/arch/netwinder/conf/GENERIC   Fri Apr 20 16:39:22 2001 +0000
+++ b/sys/arch/netwinder/conf/GENERIC   Fri Apr 20 16:48:01 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.1 2001/04/19 07:01:11 matt Exp $
+#      $NetBSD: GENERIC,v 1.2 2001/04/20 16:48:01 matt Exp $
 #
 #      GENERIC -- Netwinder Architecture Kernel
 #
@@ -79,6 +79,7 @@
 # Compatibility options
 
 #options       COMPAT_43       # 4.3BSD compatibility.
+options        COMPAT_15       # NetBSD 1.5 compatibility.
 options        COMPAT_14       # NetBSD 1.4 compatibility.
 #options       COMPAT_13       # NetBSD 1.3 compatibility.
 #options       COMPAT_12       # NetBSD 1.2 compatibility.
@@ -96,7 +97,7 @@
 
 # Device options
 
-options        MEMORY_DISK_HOOKS       # boottime setup of ramdisk
+#options       MEMORY_DISK_HOOKS       # boottime setup of ramdisk
 #options       MEMORY_DISK_SIZE=0      # Size in blocks
 #options       MINIROOTSIZE=3400       # Size in blocks
 #options       MEMORY_DISK_IS_ROOT     # use memory disk as root
@@ -109,7 +110,7 @@
 #options       SCSIVERBOSE     # Verbose SCSI errors
 options                PCIVERBOSE      # Verbose PCI descriptions
 options                MIIVERBOSE      # Verbose MII autoconfuration messages
-options        PCI_CONFIG_DUMP # verbosely dump PCI config space
+#options       PCI_CONFIG_DUMP # verbosely dump PCI config space
 #options       DDB_KEYCODE=0x40
 
 # Development and Debugging options
@@ -121,38 +122,34 @@
 #options       IPKDB           # remote kernel debugging
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
-makeoptions    DEBUG="-g"      # compile full symbol table
+#makeoptions   DEBUG="-g"      # compile full symbol table
 
 config         netbsd  root on ? type ?
 
 # The main bus device
-mainbus0 at root
+mainbus0       at root
 
 # The boot cpu
-cpu0 at mainbus?
+cpu0           at mainbus?
 
 # Core logic
 footbridge0    at mainbus?
 
 # footbridge uart
-#fcom0 at footbridge?
+#fcom0         at footbridge?
 
 # system clock via footbridge
-#clock*        at footbridge?
+#clock*                at footbridge?
 
 # time-of-day device via footbridge
 todclock0      at footbridge?
 
 # PCI bus via footbridge
-pci0   at footbridge?                  # PCI bus
-
-# PCI bridges
-#ppb*  at pci? dev ? function ?        # PCI-PCI bridges
-#pci*  at ppb? bus ?
+pci0           at footbridge?                  # PCI bus
 
 # ISA bus support
-pcib*  at pci? dev ? function ?        # ISA bridge
-isa*   at pcib?
+pcib*          at pci? dev ? function ?        # ISA bridge
+isa*           at pcib?
 
 
 # PCI IDE Controllers and Devices
@@ -160,7 +157,7 @@
 # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
 # how to set up DMA modes for this chip. This may work, or may cause
 # a machine hang with some controllers.
-#pciide* at pci? dev ? function ? flags 0x0000
+pciide*                 at pci? dev ? function ? flags 0x0000
 
 # IDE drives
 # Flags are used only with controllers that support DMA operations
@@ -173,22 +170,22 @@
 # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
 # (0xc=1100, 0xa=1010, 0xf=1111)
 # 0x0000 means "use whatever the drive claims to support".
-#wd*   at pciide? channel ? drive ? flags 0x0000       # the drives themselves
+wd*            at pciide? channel ? drive ? flags 0x0000       # the drives themselves
 
 # PCI network interfaces
-#de*   at pci? dev ? function ?        # DC21X4X-based ethernet cards
-ne*    at pci? dev ? function ?        # NE2000 compat ethernet
-tlp*   at pci? dev ? function ?        # DECchip 21x4x (and clones) Ethernet
+#de*           at pci? dev ? function ?        # DC21X4X-based ethernet cards
+ne*            at pci? dev ? function ?        # NE2000 compat ethernet
+tlp*           at pci? dev ? function ?        # DECchip 21x4x (and clones) Ethernet
 options        TLP_MATCH_21142
 
 # MII/PHY support
-lxtphy* at mii? phy ?                  # Level One LXT-970 PHYs
-ukphy* at mii? phy ?                   # generic unknown PHYs
+lxtphy*                at mii? phy ?                   # Level One LXT-970 PHYs
+ukphy*         at mii? phy ?                   # generic unknown PHYs
 
 # WSCONS Support
 options        WSEMUL_VT100            # VT100 / VT220 emulation
 options        WS_KERNEL_FG=WSCOL_GREEN
-pckbc*         at isa?
+pckbc0         at isa?
 pckbd*         at pckbc?
 wskbd*         at pckbd? console ?
 pms*           at pckbc?
@@ -201,24 +198,24 @@
 
 # ISA Devices
 com0           at isa? port 0x3f8 irq 4
-#lpt0          at isa? port 0x378 irq 7
-#isapnp0 at isa?
+lpt0           at isa? port 0x378 irq 7
 
 
 # Audio Devices
 
-# PCI audio devices
-#eap*  at pci? dev ? function ?        # Ensoniq AudioPCI
-#sv*   at pci? dev ? function ?        # S3 SonicVibes
+# ISA audio devices
+sb0            at isa? port 0x220 irq 3 drq 1 drq2 7   # SoundBlaster
+opl*           at sb?
+mpu*           at sb?
+midi*          at sb?                                  # SB1 MIDI port
 
 # Audio support
-#audio*        at eap?
-#audio*        at sv?
+audio*         at sb?
 
 # Pseudo-Devices
 
 # disk/mass storage pseudo-devices
-pseudo-device  md              1       # memory disk device (ramdisk)
+#pseudo-device md              1       # memory disk device (ramdisk)
 pseudo-device  vnd             4       # disk-like interface to files
 
 # network pseudo-devices
diff -r 5ad163ea6fb7 -r 11f8e91d2636 sys/arch/netwinder/conf/std.netwinder
--- a/sys/arch/netwinder/conf/std.netwinder     Fri Apr 20 16:39:22 2001 +0000
+++ b/sys/arch/netwinder/conf/std.netwinder     Fri Apr 20 16:48:01 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.netwinder,v 1.1 2001/04/19 07:01:11 matt Exp $
+#      $NetBSD: std.netwinder,v 1.2 2001/04/20 16:48:01 matt Exp $
 #
 # standard NetBSD/netwinder options
 
@@ -6,6 +6,7 @@
 
 options        EXEC_AOUT
 options        EXEC_SCRIPT
+options                EXEC_ELF32
 
 # To support easy transit to ../arch/arm/arm32
-options ARM32
+options                ARM32



Home | Main Index | Thread Index | Old Index