Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 2002 10:29:41 +0100 (BST)
From:      Bruce M Simpson <bms@spc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   i386/41929: Patch pccard.conf to recognise a variety of PRISM2[.5] cards
Message-ID:  <20020823092941.CDE069638@triage.dollah.com>

next in thread | raw e-mail | index | archive | help

>Number:         41929
>Category:       i386
>Synopsis:       Patch pccard.conf to recognise a variety of PRISM2[.5] cards
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 23 02:30:02 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

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?20020823092941.CDE069638>