Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Comment out the hme driver; it's not tota...



details:   https://anonhg.NetBSD.org/src/rev/54b4d2f1ce22
branches:  trunk
changeset: 514294:54b4d2f1ce22
user:      augustss <augustss%NetBSD.org@localhost>
date:      Mon Aug 27 22:25:42 2001 +0000

description:
Comment out the hme driver; it's not totally MI yet.

diffstat:

 sys/arch/i386/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 9131a6aa7d83 -r 54b4d2f1ce22 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Aug 27 22:23:47 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Aug 27 22:25:42 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.418 2001/08/27 22:23:47 augustss Exp $
+#      $NetBSD: GENERIC,v 1.419 2001/08/27 22:25:42 augustss Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.418 $"
+#ident                 "GENERIC-$Revision: 1.419 $"
 
 maxusers       32              # estimated number of users
 
@@ -577,7 +577,7 @@
 fpa*   at pci? dev ? function ?        # DEC DEFPA FDDI
 fxp*   at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
 gsip*  at pci? dev ? function ?        # NS83820 Gigabit Ethernet
-hme*   at pci? dev ? function ?        # Sun Microelectronics STP2002-STQ
+#hme*  at pci? dev ? function ?        # Sun Microelectronics STP2002-STQ
 le*    at pci? dev ? function ?        # PCnet-PCI Ethernet
 lmc*   at pci? dev ? function ?        # Lan Media Corp SSI/HSSI/DS3
 ne*    at pci? dev ? function ?        # NE2000-compatible Ethernet



Home | Main Index | Thread Index | Old Index