Date: Wed, 25 Jan 2006 12:51:25 -0600 (CST) From: "Douglas K. Rand" <rand@keenan.meridian-enviro.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: misc/92323: XI330_IEEE missing from if_wi_pccard.c Message-ID: <200601251851.k0PIpPwK010286@keenan.meridian-enviro.com> Resent-Message-ID: <200601251900.k0PJ0CUY032091@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92323 >Category: misc >Synopsis: XI330_IEEE missing from if_wi_pccard.c >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: Wed Jan 25 19:00:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Douglas K. Rand >Release: FreeBSD 6.0-STABLE i386 >Organization: Meridian Environmental Technology, Inc. >Environment: System: FreeBSD keenan.meridian-enviro.com 6.0-STABLE FreeBSD 6.0-STABLE #1: Mon Jan 23 10:29:50 CST 2006 rand@keenan.meridian-enviro.com:/usr/obj/usr/src/sys/KEENAN i386 >Description: It seems that while XI330_IEEE was added to pccarddevs version 1.120 it never made it into if_wi_pccard.c for RELENG_6. It is there in HEAD in version 1.59. It'd be REALLY nice to have this committed for 6.1. >How-To-Repeat: Insert one of these cards in a 6.0-STABLE system. >Fix: This simple patch that adds XI330_IEEE to if_wi_pccard.c: --- if_wi_pccard.c-orig Sat Jul 9 21:00:35 2005 +++ if_wi_pccard.c Wed Jan 25 12:41:12 2006 @@ -132,6 +132,7 @@ PCMCIA_CARD(DLINK, DWL650H), PCMCIA_CARD(ELSA, XI300_IEEE), PCMCIA_CARD(ELSA, XI325_IEEE), + PCMCIA_CARD(ELSA, XI330_IEEE), PCMCIA_CARD(ELSA, XI800_IEEE), PCMCIA_CARD(ELSA, WIFI_FLASH), PCMCIA_CARD(EMTAC, WLAN), >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601251851.k0PIpPwK010286>
