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 Add some PCI devices



details:   https://anonhg.NetBSD.org/src/rev/13b26460fe5f
branches:  trunk
changeset: 781557:13b26460fe5f
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Sep 15 06:10:13 2012 +0000

description:
Add some PCI devices

diffstat:

 sys/arch/evbarm/conf/BCM5301X |  13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diffs (49 lines):

diff -r e65cd0a34fa7 -r 13b26460fe5f sys/arch/evbarm/conf/BCM5301X
--- a/sys/arch/evbarm/conf/BCM5301X     Fri Sep 14 22:20:50 2012 +0000
+++ b/sys/arch/evbarm/conf/BCM5301X     Sat Sep 15 06:10:13 2012 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BCM5301X,v 1.4 2012/09/11 19:43:09 msaitoh Exp $
+#      $NetBSD: BCM5301X,v 1.5 2012/09/15 06:10:13 matt Exp $
 #
 #      BCM5301X -- Broadcom BCM5301X Eval Board Kernel
 #
@@ -18,7 +18,8 @@
 # CPU options
 
 #makeoptions   DEFCOPTS="-O0"
-#options       UVMHIST,UVMHIST_PRINT,A9WDT_PERIOD_DEFAULT=30
+options        UVMHIST
+#options       UVMHIST_PRINT,A9WDT_PERIOD_DEFAULT=30
 options        BCM53XX_CONSOLE_EARLY
 #options       MULTIPROCESSOR
 options        CPU_CORTEXA9
@@ -130,6 +131,7 @@
 #options       KMEMSTATS       # kernel memory statistics
 options        PCIVERBOSE      # Verbose PCI autoconfiguration messages
 #options       PCI_CONFIG_DUMP # Verbose PCI autoconfiguration messages
+options        PCI_NETBSD_CONFIGURE # perform PCI configuration
 options        RNDVERBOSE      # Verbose rnd messages
 #options       SCSIVERBOSE     # Verbose SCSI errors
 #options       MIIVERBOSE      # Verbose MII autoconfiguration messages
@@ -149,7 +151,7 @@
 options        DDB             # in-kernel debugger
 options                DDB_ONPANIC=1
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
-options        DDB_COMMANDONENTER="t; show event"
+options        DDB_COMMANDONENTER="show event"
 options        DB_MAX_LINE=INT_MAX
 #options       KGDB
 makeoptions    DEBUG="-g"      # compile full symbol table
@@ -201,6 +203,11 @@
 ppb*           at pci? dev ? function ?
 pci*           at ppb?
 
+ahcisata*      at pci? dev ? function ?
+atabus*        at ahcisata? channel ?
+wd*            at atabus? drive ?
+wm*            at pci? dev ? function ?
+
 bcmmdio0       at bcmccb0
 bcmeth*                at bcmccb? port ?
 



Home | Main Index | Thread Index | Old Index