From bms@spc.org  Fri Aug 23 02:29:47 2002
Return-Path: <bms@spc.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4A6AE37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Aug 2002 02:29:47 -0700 (PDT)
Received: from bigboy.spc.org (dolly.good1.com [195.206.69.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B020B43E6A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Aug 2002 02:29:46 -0700 (PDT)
	(envelope-from bms@spc.org)
Message-Id: <20020823092941.CDE069638@triage.dollah.com>
Date: Fri, 23 Aug 2002 10:29:41 +0100 (BST)
From: Bruce M Simpson <bms@spc.org>
Reply-To: Bruce M Simpson <bms@spc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Patch pccard.conf to recognise a variety of PRISM2[.5] cards
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         41929
>Category:       i386
>Synopsis:       Patch pccard.conf to recognise a variety of PRISM2[.5] cards
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    imp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 23 02:30:02 PDT 2002
>Closed-Date:    Sun Sep 29 16:52:05 MDT 2002
>Last-Modified:  Sun Sep 29 16:52:05 MDT 2002
>Originator:     Bruce M Simpson
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD triage.dollah.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Tue Aug 20 13:00:06 BST 2002 root@triage.dollah.com:/usr/src/sys/compile/TRIAGE i386


	
>Description:
	This allows pccard.conf to recognise:-
	Z-Com OEM PRISM2.5 card, model XI-325 
	Actiontec PRISM2 card, model 802CI2
	ZoomAir 11Mbps PRISM2 card

>How-To-Repeat:
	
>Fix:

	

--- wi.patch begins here ---
--- pccard.conf.orig	Fri Aug 23 10:17:28 2002
+++ pccard.conf	Fri Aug 23 10:16:51 2002
@@ -1979,6 +1979,23 @@
 	insert	/etc/pccard_ether $device start
 	remove	/etc/pccard_ether $device stop
 
+card "ACTIONTEC" "PRISM Wireless LAN PC Card"
+        config  auto "wi" ?   
+        insert  /etc/pccard_ether $device start
+        remove  /etc/pccard_ether $device stop
+
+# OEM ID 0x5 unlabelled PRISM2.5 card
+card " " "IEEE 802.11 Wireless LAN/PC Card"
+        config  auto "wi" ?
+        insert  /etc/pccard_ether $device start
+        remove  /etc/pccard_ether $device stop
+
+# ZoomAir 802.11
+card "ZoomAir 11Mbps High" "Rate wireless Networking"
+        config  auto "wi" ?
+        insert  /etc/pccard_ether $device start
+        remove  /etc/pccard_ether $device stop
+
 ########## xe ##########
 
 # Accton EN2226/Fast EtherCard (16-bit verison)
--- wi.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->imp 
Responsible-Changed-By: schweikh 
Responsible-Changed-When: Sat Aug 24 04:23:39 PDT 2002 
Responsible-Changed-Why:  
Warner is Mr. pccard.conf. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41929 
State-Changed-From-To: open->closed 
State-Changed-By: imp 
State-Changed-When: Sun Sep 29 16:51:51 MDT 2002 
State-Changed-Why:  
Committed. 

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