Index: release/i386/boot_crunch.conf =================================================================== RCS file: /home/ncvs/src/release/i386/boot_crunch.conf,v retrieving revision 1.49.2.2 diff -u -r1.49.2.2 boot_crunch.conf --- release/i386/boot_crunch.conf 2001/07/21 17:52:03 1.49.2.2 +++ release/i386/boot_crunch.conf 2001/11/19 04:08:28 @@ -9,6 +9,7 @@ progs sysinstall newfs minigzip cpio fsck ifconfig route slattach progs mount_nfs progs dhclient arp hostname +progs ancontrol wicontrol raycontrol wlconfig progs rtsol progs pccardc pccardd progs usbd usbdevs Index: release/sysinstall/devices.c =================================================================== RCS file: /home/ncvs/src/release/sysinstall/Attic/devices.c,v retrieving revision 1.117.2.13 diff -u -r1.117.2.13 devices.c --- release/sysinstall/devices.c 2001/07/30 17:31:42 1.117.2.13 +++ release/sysinstall/devices.c 2001/11/19 04:12:10 @@ -81,6 +81,7 @@ { DEVICE_TYPE_DISK, "twed%d", "3ware ATA RAID array", 147, 65538, 8, 4 }, { DEVICE_TYPE_DISK, "aacd%d", "Adaptec FSA RAID array", 151, 65538, 8, 4 }, { DEVICE_TYPE_FLOPPY, "fd%d", "floppy drive unit A", 9, 0, 64, 4 }, + { DEVICE_TYPE_NETWORK, "an", "Aironet 4500/4800 802.11 wireless adapter" }, { DEVICE_TYPE_NETWORK, "aue", "ADMtek USB ethernet adapter" }, { DEVICE_TYPE_NETWORK, "cue", "CATC USB ethernet adapter" }, { DEVICE_TYPE_NETWORK, "fpa", "DEC DEFPA PCI FDDI card" }, @@ -103,6 +104,7 @@ { DEVICE_TYPE_NETWORK, "lge", "Level 1 LXT1001 gigabit ethernet card" }, { DEVICE_TYPE_NETWORK, "nge", "NatSemi DP83820/21 gigabit ethernet card" }, { DEVICE_TYPE_NETWORK, "pcn", "AMD Am79c79x PCI ethernet card" }, + { DEVICE_TYPE_NETWORK, "ray", "Raytheon Raylink 802.11 wireless adaptor" }, { DEVICE_TYPE_NETWORK, "rl", "RealTek 8129/8139 PCI ethernet card" }, { DEVICE_TYPE_NETWORK, "sf", "Adaptec AIC-6915 PCI ethernet card" }, { DEVICE_TYPE_NETWORK, "sis", "SiS 900/SiS 7016 PCI ethernet card" }, @@ -119,6 +121,7 @@ { DEVICE_TYPE_NETWORK, "vr", "VIA VT3043/VT86C100A Rhine PCI ethernet card" }, { DEVICE_TYPE_NETWORK, "vx", "3COM 3c590 / 3c595 ethernet card" }, { DEVICE_TYPE_NETWORK, "wb", "Winbond W89C840F PCI ethernet card" }, + { DEVICE_TYPE_NETWORK, "wi", "Lucent WaveLAN/IEEE 802.11 wireless adapter" }, { DEVICE_TYPE_NETWORK, "wx", "Intel Gigabit Ethernet (82452) card" }, { DEVICE_TYPE_NETWORK, "xe", "Xircom/Intel EtherExpress Pro100/16 ethernet card" }, { DEVICE_TYPE_NETWORK, "xl", "3COM 3c90x / 3c90xB PCI ethernet card" }, Index: sys/i386/conf/GENERIC =================================================================== RCS file: /home/ncvs/src/sys/i386/conf/GENERIC,v retrieving revision 1.246.2.34 diff -u -r1.246.2.34 GENERIC --- sys/i386/conf/GENERIC 2001/08/12 13:13:46 1.246.2.34 +++ sys/i386/conf/GENERIC 2001/11/19 04:10:30 @@ -210,6 +210,7 @@ # card for a manually chosen I/O address and IRQ, you must specify # those parameters here. device an +device ray # Raytheon Raylink 802.11 wireless NIC. # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 #device le0 at isa? port 0x300 irq 5 iomem 0xd0000