Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/i386/conf Pullup 1.159 [fvdl]:



details:   https://anonhg.NetBSD.org/src/rev/e250a312e040
branches:  netbsd-1-5
changeset: 490050:e250a312e040
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Nov 01 02:53:08 2000 +0000

description:
Pullup 1.159 [fvdl]:
Sync INSTALL with GENERIC and INSTALL_LAPTOP with GENERIC_LAPTOP with
regard to wireless network interfaces and pcic iomem size (i.e.
bump iomem to 0x1000 and enable cnw, awi and ray).

diffstat:

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

diffs (38 lines):

diff -r 22d4d18ff5fd -r e250a312e040 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Wed Nov 01 02:52:54 2000 +0000
+++ b/sys/arch/i386/conf/INSTALL        Wed Nov 01 02:53:08 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.148.2.2 2000/10/09 13:16:24 fvdl Exp $
+#      $NetBSD: INSTALL,v 1.148.2.3 2000/11/01 02:53:08 tv Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -191,9 +191,9 @@
 pcmcia*        at tcic? controller ? socket ?
 
 # ISA PCMCIA controllers
-pcic0  at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000
-pcic1  at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000
-tcic0  at isa? port 0x240 iomem 0xd0000 iosiz 0x4000
+pcic0  at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
+pcic1  at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000
+tcic0  at isa? port 0x240 iomem 0xd0000 iosiz 0x10000
 
 # PCI PCMCIA controllers
 pcic0  at pci? dev? function ?
@@ -459,12 +459,12 @@
 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
+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
+ray*   at pcmcia? function ?           # Raytheon Raylink (802.11)
 sm*    at pcmcia? function ?           # Megahertz Ethernet
 wi*    at pcmcia? function ?           # Lucent WaveLan IEEE (802.11)
 xi*    at pcmcia? function ?           # Xircom CreditCard Ethernet



Home | Main Index | Thread Index | Old Index