summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/if_wireg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove some unnecessary casts. ok blambert deraadt kettenis matthewtedu2011-06-211-2/+2
* Remove sparc64-specific hack to byteswap pcmcia bus_space access. This is nokettenis2008-02-031-19/+5
* remove wrong definition since result really belongs to stat (which isfgsch2005-10-181-2/+1
* define a mask to extract the result from status.fgsch2005-10-171-1/+2
* correctly parse the supported data rates. needed by wi@usb.fgsch2005-10-151-1/+11
* add the manual tx power option. this is supported by some prism2/2.5/3reyk2005-02-151-1/+9
* Fix timing issues with newer Prism firmware and retry card reset upmillert2004-03-021-2/+3
* typos from Tom Cosgrove;jmc2003-10-211-4/+4
* Extend the sparc bus_space_tag_t to store access endianness in it, andmiod2003-06-251-3/+1
* Add support for Symbol LA4123 and Nortel E-mobility 211818-A PCImillert2003-01-101-2/+7
* Add an option to use software WEP now that we have a software decryptmillert2002-10-271-1/+3
* Make wi_get_id() table driven, similar to NetBSD and FreeBSD butmillert2002-10-101-15/+1
* o break up wi_pci_attach() into device-specific parts for better readabilitymillert2002-09-121-5/+6
* no need for pragma here.fgsch2002-09-101-4/+1
* change WI_PORTTYPE_AP -> WI_PORTTYPE_HOSTAP to match FreeBSD and NetBSD.millert2002-08-131-2/+2
* Use the correct COR offset for pcmcia card; noted by Warner Loshmillert2002-07-101-2/+3
* missing parenthesis in this macro.fgsch2002-06-271-2/+2
* stp at sparc will map this card always as big-endian.fgsch2002-06-261-2/+4
* cleanup WI_IS_BE macrosderaadt2002-06-231-21/+25
* Add new flag, WI_FLAGS_BUS_PCMCIA and mark pcmcia attachment as such.fgsch2002-06-221-31/+17
* ugly kludge to deal correctly with endianess in sparc and sparc64.fgsch2002-06-211-4/+31
* Change WI_PORTTYPE_IBSS to 4. This change got lost in the big ibssmillert2002-05-011-3/+4
* Add support for setting antenna diversity on Symbol cards.millert2002-04-061-1/+3
* Add support for Symbol cards and printing of the primary stationmillert2002-04-061-19/+25
* o Move register definitions to if_wireg.hmillert2002-03-301-4/+12
* some BITS defs for %bmickey2002-03-281-1/+2
* basic host-ap implementation, more work is needed; from Thomas Skibo <skibo@pacbell.net>; millert@ okmickey2002-03-281-3/+26
* recognize isl37300p as a prism2.5, for niels babymickey2002-03-281-1/+2
* Add support for the TMD7160 dumb PCI-ISA bridge (similar in function tomillert2002-03-261-1/+3
* In WI_SETSTR round up i_len to be an even number if needed since wemillert2002-02-211-2/+4
* add support for media and other generic 802.11 ioctls, elliminates need for wicontrol on the ramdisk floppy, pretty much; from netbsdmickey2002-02-191-6/+4
* increase the timeout 10x, it seems some cards cannot keep up w/ our pacemickey2001-12-211-2/+2
* for mimi-pci cards registers are word in a dword, missed that in bringing over support from netbsd; partially successfully tested by ellidz@eridu.uchicago.edumickey2001-12-201-11/+17
* implement "the other" pci interface for wavelans, found on intersilmickey2001-10-251-3/+25
* add prism2.5 mini-pci nic idmickey2001-10-251-1/+2
* Add the missing endian pieces to wavelan driver.drahn2001-06-251-3/+10
* Kill #define duplicates between if_wireg.h and if_wi_ieee.hmillert2001-06-071-74/+11
* no, definately *wi.* does not work heremickey2001-06-071-1/+24
* PCI shim for if_wi.c as promised. Magic for setting the PLX upmillert2001-06-061-1/+4
* Split wi(4) into bus-dependent and bus-independent bits similar tomillert2001-05-151-0/+553