From nobody@FreeBSD.org  Sun Apr 28 04:07:55 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 3F54E37B404
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 28 Apr 2002 04:07:55 -0700 (PDT)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g3SB7tB19660;
	Sun, 28 Apr 2002 04:07:55 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200204281107.g3SB7tB19660@freefall.freebsd.org>
Date: Sun, 28 Apr 2002 04:07:55 -0700 (PDT)
From: Robin Reagan <robin-blackhole@reagans.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Addtron card not being recognized by driver
X-Send-Pr-Version: www-1.0

>Number:         37526
>Category:       kern
>Synopsis:       Addtron card not being recognized by driver
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    imp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 28 04:10:01 PDT 2002
>Closed-Date:    Fri Jul 18 23:54:12 MDT 2003
>Last-Modified:  Fri Jul 18 23:54:12 MDT 2003
>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:

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
 
Responsible-Changed-From-To: freebsd-bugs->imp 
Responsible-Changed-By: kris 
Responsible-Changed-When: Sun Jul 13 02:48:27 PDT 2003 
Responsible-Changed-Why:  
Assign to wi maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37526 
State-Changed-From-To: open->closed 
State-Changed-By: imp 
State-Changed-When: Fri Jul 18 23:54:04 MDT 2003 
State-Changed-Why:  
fixed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37526 
>Unformatted:
