Age | Commit message (Expand) | Author |
2006-10-29 | Add first TX path and active scan bits. Don't expect to much yet. | Marcus Glocker |
2006-10-25 | Ooops, forgot to add radio mtap includes. | Marcus Glocker |
2006-10-22 | replace rssadapt(9) with amrr for automatic rate control. | Damien Bergamini |
2006-10-16 | Fix some "is is"s. ok otto@. | Tom Cosgrove |
2006-10-15 | Add $OpenBSD$ tag | Claudio Jeker |
2006-10-15 | First stubs for a new driver for the Marvell Libertas chips. | Claudio Jeker |
2006-10-12 | Add a symbolic name parameter to cardbus_intr_establish(). | Alexander Yurchenko |
2006-10-09 | Add powerhooks. Tested with a Netgear WG511v1 on my X40. | Marcus Glocker |
2006-10-06 | Fix cardbus support for pgt(4). Tested with a Netgear WG511. | Marcus Glocker |
2006-10-02 | Simplify device attachment. From brad@ with a tiny correction. | Marcus Glocker |
2006-09-28 | Add cardbus support for pgt(4). | Marcus Glocker |
2006-09-19 | no externs on protots ad no casts from void * | Michael Shalayeff |
2006-09-18 | Fix for re_stop() being called from re_cardbus_shutdown() with the | Dimitry Andric |
2006-08-19 | Replace existing rate adaption code with the ieee80211_amrr framework. | Marcus Glocker |
2006-08-10 | - ANSI functions | Brad Smith |
2006-08-09 | On detach the bus space was not unmapped correctly which could lead to | Marcus Glocker |
2006-08-08 | Some KNF. | Marcus Glocker |
2006-08-08 | Mention which MAC we are using (ACX100 or ACX111) and fix | Jonathan Gray |
2006-08-03 | be more clear about failed mappings | Theo de Raadt |
2006-08-03 | Enable also pretty printing of radio & address for cardbus. | Marcus Glocker |
2006-08-03 | Fix acx entry. Unbreaks kernel build. | Marc Balmer |
2006-08-03 | Add/Fix copyright notes. | Marcus Glocker |
2006-08-03 | Change to OpenBSD cvs tag. | Marcus Glocker |
2006-08-03 | Inital import for the acx(4) driver. | Marcus Glocker |
2006-07-31 | puc@cardbus (only added (commented out) to whom has puc@pci enabled) | Michael Shalayeff |
2006-07-12 | make dmesg lines openbsd-style, ok dlg@ | Jolan Luff |
2006-07-01 | (fxp/re)_attach_common -> (fxp/re)_attach | Brad Smith |
2006-06-24 | de-register, ANSI functions and a little cleaning. | Brad Smith |
2006-06-21 | removal of '#ifdef rbus ... #else ...' directives, we use rbus in all | Felix Kronlage |
2006-06-17 | add sys/timeout.h | Brad Smith |
2006-06-08 | attempt at correcting the comments to somewhat more proper english | Felix Kronlage |
2006-06-08 | substitute the Cardbus_conf_read/Cardbus_conf_write macros with | Felix Kronlage |
2006-06-04 | KNF and whitespace cleanup, no functional change | Felix Kronlage |
2006-06-02 | use the cardbus_conf_read/cardbus_conf_write macros instead of the | Felix Kronlage |
2006-06-01 | remove a comma from the attach line, makes dmesg prettier | Felix Kronlage |
2006-05-31 | order cdevs alphabetically by vendor | Felix Kronlage |
2006-05-30 | add Oxford CB950 to the list of devices having more than one BAR, so | Felix Kronlage |
2006-05-29 | minor space nit | Peter Valchev |
2006-05-28 | remove the dev/isa/isavar.h include, as it is not needed | Felix Kronlage |
2006-05-28 | cleanup whitespaces, tabs are so much nicer | Felix Kronlage |
2006-05-22 | Attach routines can fail before calling *hook_establish(), and they | Kenneth R Westerback |
2006-05-22 | Don't call powerhook_disestablish if there is no powerhook to disestablish. | David Gwynne |
2006-04-23 | Recognize the D-Link DRP32TXD CardBus adapter. It is another | Brad Smith |
2006-04-16 | Use __func__ to get the current function name, no need to declare a variable | Miod Vallat |
2006-03-07 | Add support for the serial interface to the UMTS/GPRS/GSM modem | Jonathan Gray |
2006-01-29 | remove printf on ath_cardbus_power; reyk@ ok. | Federico G. Schwindt |
2006-01-09 | - add preliminary support for Ralink Technology RT2561, RT2561S and RT2661 | Damien Bergamini |
2006-01-01 | update for pcidevs name change | Brad Smith |
2005-12-30 | remove the tailq used to locate ehci's companion controllers. i have | David Gwynne |
2005-12-30 | remove #if __NetBSD__ and device_ptr_t. its more readable and less | David Gwynne |