Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf Comment out sdhc for now.



details:   https://anonhg.NetBSD.org/src/rev/09411524d8c7
branches:  trunk
changeset: 765450:09411524d8c7
user:      matt <matt%NetBSD.org@localhost>
date:      Fri May 27 15:21:27 2011 +0000

description:
Comment out sdhc for now.
Remove PCI devices that will never be there.

diffstat:

 sys/arch/evbppc/conf/P2020RDB |  24 +++++++++---------------
 1 files changed, 9 insertions(+), 15 deletions(-)

diffs (68 lines):

diff -r 0f82c2a61e52 -r 09411524d8c7 sys/arch/evbppc/conf/P2020RDB
--- a/sys/arch/evbppc/conf/P2020RDB     Fri May 27 15:19:43 2011 +0000
+++ b/sys/arch/evbppc/conf/P2020RDB     Fri May 27 15:21:27 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P2020RDB,v 1.1 2011/03/16 21:11:12 matt Exp $
+#      $NetBSD: P2020RDB,v 1.2 2011/05/27 15:21:27 matt Exp $
 #
 #      P2020RBD -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "P2020RBD-$Revision: 1.1 $"
+ident          "P2020RBD-$Revision: 1.2 $"
 
 maxusers       32
 
@@ -154,6 +154,9 @@
 cpu0           at cpunode?
 
 obio0          at cpunode?             # On-chip Peripheral Bus
+#nandfcm*      at obio0 cs ?           # nand flash
+#nand*         at nandfcm?
+#flash*                at nand?
 
 e500wdog*      at cpunode?             # Watchdog timer
 
@@ -164,12 +167,9 @@
 tsec0          at cpunode? flags 0x021 # Enhanced 3-Speed Ethernet Controller
 tsec1          at cpunode? flags 0x101 # Enhanced 3-Speed Ethernet Controller
 tsec2          at cpunode? flags 0x102 # Enhanced 3-Speed Ethernet Controller
-#ciphy*                at mii?                 # Cicada PHY
 ukphy*         at mii?
 #options       ETSEC_EVENT_COUNTERS
 
-ehci*          at cpunode?             # usb
-
 diic*          at cpunode?             # i2c bus
 iic*           at diic?
 dsrtc*         at iic1 addr 0x68       # RTC
@@ -182,22 +182,16 @@
 ppb*           at pci? dev ? function ?        # PCI-PCI bridges
 pci*           at ppb?
 
-#ohci1         at pci1 dev 0 function 2
-#ehci1         at pci1 dev 0 function 3
-ohci*          at pci? dev ? function ?
-ehci*          at pci? dev ? function ?
-#uhci*         at pci? dev ? function ?
+ehci*          at cpunode?             # usb
 usb*           at ehci?
-usb*           at ohci?
-#usb*          at uhci?
 uhub*          at usb?
 umass*         at uhub? port ?
 scsibus*       at umass? channel ?
 sd*            at scsibus? target ? lun ?
 
-sdhc*          at cpunode?             # sdmmc
-sdmmc*         at sdhc?                # SD/MMC bus
-ld*            at sdmmc?
+#sdhc*         at cpunode?             # sdmmc
+#sdmmc*                at sdhc?                # SD/MMC bus
+#ld*           at sdmmc?
 
 #siisata*      at pci? dev ? function ?
 #atabus*       at siisata? channel ?



Home | Main Index | Thread Index | Old Index