Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/macppc/conf pullup-1-6 ticket #493 (matt).



details:   https://anonhg.NetBSD.org/src/rev/20afdcfba853
branches:  netbsd-1-6
changeset: 528421:20afdcfba853
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jul 15 15:59:23 2002 +0000

description:
pullup-1-6 ticket #493 (matt).

Original log message:
Make the gem driver the default now, not the macppc specific gm.

diffstat:

 sys/arch/macppc/conf/GENERIC |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 817230d9069e -r 20afdcfba853 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Fri Jul 12 04:17:20 2002 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Mon Jul 15 15:59:23 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.129.4.1 2002/06/10 16:09:06 tv Exp $
+# $NetBSD: GENERIC,v 1.129.4.2 2002/07/15 15:59:23 thorpej Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.129.4.1 $"
+#ident                 "GENERIC-$Revision: 1.129.4.2 $"
 
 maxusers       32
 
@@ -177,7 +177,8 @@
 #options       OFB_ENABLE_CACHE        # Speed up console
 pciide*        at pci? dev ? function ?
 cbb*   at pci? dev ? function ?        # PCI-CardBus bridge
-gm*    at pci? dev ? function ?        # gmac ethernet
+#gm*   at pci? dev ? function ?        # gmac ethernet (old)
+gem*   at pci? dev ? function ?        # gmac ethernet
 obio0  at pci? dev ? function ?
 #macofcons0 at pci? dev ? function ?   # OpenFirmware console (for debugging)
 



Home | Main Index | Thread Index | Old Index