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 enable INET6. commit for boot floppy fix...



details:   https://anonhg.NetBSD.org/src/rev/d9f898b05879
branches:  trunk
changeset: 480112:d9f898b05879
user:      itojun <itojun%NetBSD.org@localhost>
date:      Tue Jan 04 08:05:49 2000 +0000

description:
enable INET6.  commit for boot floppy fix should follow.
add awi0 and cnw0 (commented out)

diffstat:

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

diffs (27 lines):

diff -r 6dda30444152 -r d9f898b05879 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Tue Jan 04 06:58:54 2000 +0000
+++ b/sys/arch/i386/conf/INSTALL        Tue Jan 04 08:05:49 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.133 1999/12/12 11:53:41 soren Exp $
+#      $NetBSD: INSTALL,v 1.134 2000/01/04 08:05:49 itojun Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -123,6 +123,7 @@
 # Networking options
 #options       GATEWAY         # packet forwarding
 options        INET            # IP + ICMP + TCP + UDP
+options        INET6           # IPv6
 #options       MROUTING        # IP multicast routing
 #options       NS              # XNS
 #options       NSIP            # XNS tunneling over IP
@@ -451,6 +452,9 @@
 tr*    at isapnp?                      # IBM/3COM TROPIC Token-Ring
 
 # PCMCIA network interfaces
+# need more pcic mem window for awi and cnw
+#awi*  at pcmcia? function ?           # BayStack 650 (802.11FH)
+#cnw*  at pcmcia? function ?           # Xircom/Netwave AirSurfer
 ep*    at pcmcia? function ?           # 3Com 3c589 and 3c562 Ethernet
 mbe*   at pcmcia? function ?           # MB8696x based Ethernet
 ne*    at pcmcia? function ?           # NE2000-compatible Ethernet



Home | Main Index | Thread Index | Old Index