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 Disable omapfb/wsdisplay until they sto...



details:   https://anonhg.NetBSD.org/src/rev/b231fc4f1d14
branches:  trunk
changeset: 783237:b231fc4f1d14
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Dec 12 00:39:41 2012 +0000

description:
Disable omapfb/wsdisplay until they stop stealing the console
Enable EHCI and devices.

diffstat:

 sys/arch/evbarm/conf/BEAGLEBOARD |  41 +++++++++++++++++++++------------------
 1 files changed, 22 insertions(+), 19 deletions(-)

diffs (89 lines):

diff -r cfdbc5118584 -r b231fc4f1d14 sys/arch/evbarm/conf/BEAGLEBOARD
--- a/sys/arch/evbarm/conf/BEAGLEBOARD  Wed Dec 12 00:33:45 2012 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBOARD  Wed Dec 12 00:39:41 2012 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBOARD,v 1.31 2012/10/17 14:48:10 apb Exp $
+#      $NetBSD: BEAGLEBOARD,v 1.32 2012/12/12 00:39:41 matt Exp $
 #
 #      BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
 #
@@ -17,6 +17,7 @@
 
 # CPU options
 
+#options       UVMHIST,UVMHIST_PRINT
 options        CPU_CORTEXA8
 options        OMAP_3530
 options        PMAPCOUNTERS
@@ -140,7 +141,7 @@
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 #options       KGDB
 makeoptions    DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=530000
+options        SYMTAB_SPACE=600000
 
 ## USB Debugging options
 options USB_DEBUG
@@ -168,8 +169,8 @@
 cpu0           at mainbus?
 
 # Specify the memory size in megabytes.
-#options       MEMSIZE=256
-options        MEMSIZE=128
+options        MEMSIZE=256
+#options       MEMSIZE=128
 
 # L3 Interconnect
 L3i0           at mainbus?
@@ -246,11 +247,11 @@
 #omapwdt32k*   at obio1 addr 0x48314000 size 2048      # WDT2
 
 # onboard video
-omapfb*        at obio0 addr 0x48050000 size 0x10000
+#omapfb*       at obio0 addr 0x48050000 size 0x10000
 
 # make sure the console display is always wsdisplay0
-wsdisplay0     at wsemuldisplaydev? console 1
-wsdisplay*     at wsemuldisplaydev?
+#wsdisplay0    at wsemuldisplaydev? console 1
+#wsdisplay*    at wsemuldisplaydev?
 
 # various options for wscons - we try to look as much like a standard
 # sun console as possible
@@ -272,21 +273,23 @@
 prcm*          at obio1 addr 0x48306000 size 0x2000    # PRM Module
 
 # On-board USB
-#ehci*         at obio0 addr 0x48064800 size 0x0400 intr 77
 #ohci*         at obio0 addr 0x48064400 size 0x0400 intr 76
+ehci*          at obio0 addr 0x48064800 size 0x0400 intr 77
 #usb*          at ohci?
-#usb*          at ehci?
-#uhub*         at usb?
-#uhub*         at uhub? port ?
-#umass*                at uhub? port ? configuration ? interface ?
-#wd*           at umass?
-#uhidev*               at uhub?
-#ukbd*         at uhidev?
-#ums*          at uhidev?
-#wskbd*                at ukbd?
-#wsmouse*      at ums?
+usb*           at ehci?
+uhub*          at usb?
+uhub*          at uhub? port ?
+umass*         at uhub? port ? configuration ? interface ?
+scsibus*       at scsi?
+sd*            at scsibus? target ? lun ?
+wd*            at umass?
+uhidev*                at uhub?
+ukbd*          at uhidev?
+ums*           at uhidev?
+wskbd*         at ukbd?
+wsmouse*       at ums?
 
-#axe*          at uhub? port ? configuration ? interface ?
+axe*           at uhub? port ? configuration ? interface ?
 
 # Hardware clocking and power management
 



Home | Main Index | Thread Index | Old Index