Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Make the gem driver the default now, no...



details:   https://anonhg.NetBSD.org/src/rev/4016066840f2
branches:  trunk
changeset: 533702:4016066840f2
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Jul 07 19:36:47 2002 +0000

description:
Make the gem driver the default now, not the macppc specific gm.

diffstat:

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

diffs (29 lines):

diff -r 67eed373066b -r 4016066840f2 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Sun Jul 07 19:32:49 2002 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Sun Jul 07 19:36:47 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.135 2002/07/05 18:45:17 matt Exp $
+# $NetBSD: GENERIC,v 1.136 2002/07/07 19:36:47 matt Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.135 $"
+#ident                 "GENERIC-$Revision: 1.136 $"
 
 maxusers       32
 
@@ -181,8 +181,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
-#gem*  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