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 Add wm.



details:   https://anonhg.NetBSD.org/src/rev/513bfa6f91ae
branches:  trunk
changeset: 525693:513bfa6f91ae
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Mon Apr 15 15:00:18 2002 +0000

description:
Add wm.

diffstat:

 sys/arch/i386/conf/GENERIC |  5 +++--
 sys/arch/i386/conf/INSTALL |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r 61ff91da7fb8 -r 513bfa6f91ae sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Apr 15 14:58:51 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Apr 15 15:00:18 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.482 2002/04/14 01:42:52 mycroft Exp $
+# $NetBSD: GENERIC,v 1.483 2002/04/15 15:00:18 mycroft Exp $
 #
 # GENERIC machine description file
 # 
@@ -20,7 +20,7 @@
 
 include        "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.482 $"
+#ident                 "GENERIC-$Revision: 1.483 $"
 
 maxusers       32              # estimated number of users
 
@@ -624,6 +624,7 @@
 #options       TLP_MATCH_21142
 vr*    at pci? dev ? function ?        # VIA Rhine Fast Ethernet
 wi*    at pci? dev ? function ?        # Intersil Prism Mini-PCI (802.11b)
+wm*    at pci? dev ? function ?        # Intel 82543/82544 gigabit
 
 # EISA network interfaces
 ep*    at eisa? slot ?                 # 3Com 3c579 Ethernet
diff -r 61ff91da7fb8 -r 513bfa6f91ae sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Mon Apr 15 14:58:51 2002 +0000
+++ b/sys/arch/i386/conf/INSTALL        Mon Apr 15 15:00:18 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.190 2002/04/14 01:42:53 mycroft Exp $
+#      $NetBSD: INSTALL,v 1.191 2002/04/15 15:00:18 mycroft Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -478,6 +478,7 @@
 #options       TLP_MATCH_21142
 vr*    at pci? dev ? function ?        # VIA Rhine Fast Ethernet
 wi*    at pci? dev ? function ?        # Intersil Prism Mini-PCI (802.11b)
+wm*    at pci? dev ? function ?        # Intel 82543/82544 gigabit
 
 # EISA network interfaces
 ep*    at eisa? slot ?                 # 3Com 3c579 Ethernet



Home | Main Index | Thread Index | Old Index