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).
This commit is contained in:
fvdl 2000-10-31 15:54:50 +00:00
parent 0ad204abb5
commit 69e9b0392f
2 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.158 2000/10/19 14:32:20 ad Exp $
# $NetBSD: INSTALL,v 1.159 2000/10/31 15:54:50 fvdl Exp $
#
# INSTALL - Installation kernel.
#
@ -193,9 +193,9 @@ pcmcia* at pcic? controller ? socket ?
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 ?
@ -464,12 +464,12 @@ ne* at isapnp? # NE2000-compatible Ethernet
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

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_LAPTOP,v 1.5 2000/10/23 09:31:49 fvdl Exp $
# $NetBSD: INSTALL_LAPTOP,v 1.6 2000/10/31 15:54:51 fvdl Exp $
#
# INSTALL - Installation kernel.
#
@ -193,9 +193,9 @@ pcmcia* at pcic? controller ? socket ?
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 ?
@ -376,12 +376,12 @@ ne* at pci? dev ? function ? # NE2000-compatible Ethernet
rtk* at pci? dev ? function ? # Realtek 8129/8139
# 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