Date: Mon, 29 Apr 2002 02:50:13 -0700 (PDT) From: Robin Reagan <robin-blackhole@reagans.org> To: freebsd-bugs@FreeBSD.org Subject: kern/37526: Addtron card not being recognized by driver Message-ID: <200204290950.g3T9oDd16505@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/37526; it has been noted by GNATS. From: Robin Reagan <robin-blackhole@reagans.org> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: kern/37526: Addtron card not being recognized by driver Date: Sun, 28 Apr 2002 04:07:55 -0700 (PDT) >Number: 37526 >Category: kern >Synopsis: Addtron card not being recognized by driver >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 28 04:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Robin Reagan >Release: FreeBSD 4.5-STABLE >Organization: >Environment: FreeBSD europa.reagans.org 4.5-STABLE FreeBSD 4.5-STABLE #24: Tue Apr 16 17:54:08 MDT 2002 root@europa.reagans.org:/usr/obj/usr/src/sys/EUROPA i386 >Description: The wi (WaveLAN) driver is not recognizing the wireless nic. Addtron changed the vendor id and device id for its AWA-100 wireless PCI/PCMCIA network card to 0x4033 and 0x7001 respectively. The new device entry is listed below. I have used this card with the updated information for a couple of weeks and all seems to be working correctly. >How-To-Repeat: >Fix: The version of i386/isa/if_wi.c file I changed was 1.18.2.17. --- if_wi.diff begins here --- *** orig-if_wi.c Wed Apr 17 23:41:12 2002 --- if_wi.c Tue Apr 16 16:40:31 2002 *************** *** 219,224 **** --- 219,225 ---- int bus_type; char *desc; } pci_ids[] = { + {0x4033, 0x7001, WI_BUS_PCI_PLX, "Addtron AWA-100 PCI WaveLAN/IEEE 802.11b"}, {0x1638, 0x1100, WI_BUS_PCI_PLX, "PRISM2STA PCI WaveLAN/IEEE 802.11"}, {0x1385, 0x4100, WI_BUS_PCI_PLX, "Netgear MA301 PCI IEEE 802.11b"}, {0x16ab, 0x1101, WI_BUS_PCI_PLX, "GLPRISM2 PCI WaveLAN/IEEE 802.11"}, --- if_wi.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204290950.g3T9oDd16505>