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.6 [fvdl]:
details: https://anonhg.NetBSD.org/src/rev/22d4d18ff5fd
branches: netbsd-1-5
changeset: 490049:22d4d18ff5fd
user: tv <tv%NetBSD.org@localhost>
date: Wed Nov 01 02:52:54 2000 +0000
description:
Pullup 1.6 [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_LAPTOP | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (38 lines):
diff -r 4ca8b023e1cf -r 22d4d18ff5fd sys/arch/i386/conf/INSTALL_LAPTOP
--- a/sys/arch/i386/conf/INSTALL_LAPTOP Wed Nov 01 02:51:23 2000 +0000
+++ b/sys/arch/i386/conf/INSTALL_LAPTOP Wed Nov 01 02:52:54 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_LAPTOP,v 1.4.2.3 2000/10/30 22:27:02 tv Exp $
+# $NetBSD: INSTALL_LAPTOP,v 1.4.2.4 2000/11/01 02:52:54 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 ?
@@ -374,12 +374,12 @@
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
Home |
Main Index |
Thread Index |
Old Index