Module Name:    src
Committed By:   matt
Date:           Fri May 27 15:21:28 UTC 2011

Modified Files:
        src/sys/arch/evbppc/conf: P2020RDB

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbppc/conf/P2020RDB

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbppc/conf/P2020RDB
diff -u src/sys/arch/evbppc/conf/P2020RDB:1.1 src/sys/arch/evbppc/conf/P2020RDB:1.2
--- src/sys/arch/evbppc/conf/P2020RDB:1.1	Wed Mar 16 21:11:12 2011
+++ src/sys/arch/evbppc/conf/P2020RDB	Fri May 27 15:21:27 2011
@@ -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 ?

Reply via email to