From owner-freebsd-bugs Mon Apr 29 2:51:25 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 143D137B400 for <freebsd-bugs@hub.freebsd.org>; Mon, 29 Apr 2002 02:50:13 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3T9oDd16505; Mon, 29 Apr 2002 02:50:13 -0700 (PDT) (envelope-from gnats) Date: Mon, 29 Apr 2002 02:50:13 -0700 (PDT) Message-Id: <200204290950.g3T9oDd16505@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Robin Reagan <robin-blackhole@reagans.org> Subject: kern/37526: Addtron card not being recognized by driver Reply-To: Robin Reagan <robin-blackhole@reagans.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-bugs.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-bugs> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-bugs> X-Loop: FreeBSD.org 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