Module Name: src
Committed By: matt
Date: Wed Mar 16 21:10:35 UTC 2011
Modified Files:
src/sys/arch/evbppc/conf: RB800
Log Message:
Add alc device.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbppc/conf/RB800
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/RB800
diff -u src/sys/arch/evbppc/conf/RB800:1.3 src/sys/arch/evbppc/conf/RB800:1.4
--- src/sys/arch/evbppc/conf/RB800:1.3 Sun Mar 6 17:08:23 2011
+++ src/sys/arch/evbppc/conf/RB800 Wed Mar 16 21:10:35 2011
@@ -1,4 +1,4 @@
-# $NetBSD: RB800,v 1.3 2011/03/06 17:08:23 bouyer Exp $
+# $NetBSD: RB800,v 1.4 2011/03/16 21:10:35 matt Exp $
#
# RB800 -- everything that's currently supported
#
@@ -7,7 +7,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-ident "RB800-$Revision: 1.3 $"
+ident "RB800-$Revision: 1.4 $"
maxusers 32
@@ -193,6 +193,8 @@
ppb* at pci? dev ? function ? # PCI-PCI bridges
pci* at ppb?
+alc* at pci? dev ? function ?
+
#ehci* at pci? dev ? function ?
#ohci* at pci? dev ? function ?
#uhci* at pci? dev ? function ?