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 Add alc device.



details:   https://anonhg.NetBSD.org/src/rev/a91c31f5f306
branches:  trunk
changeset: 763302:a91c31f5f306
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Mar 16 21:10:35 2011 +0000

description:
Add alc device.

diffstat:

 sys/arch/evbppc/conf/RB800 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r f624441208a3 -r a91c31f5f306 sys/arch/evbppc/conf/RB800
--- a/sys/arch/evbppc/conf/RB800        Wed Mar 16 20:17:00 2011 +0000
+++ b/sys/arch/evbppc/conf/RB800        Wed Mar 16 21:10:35 2011 +0000
@@ -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 ?



Home | Main Index | Thread Index | Old Index