Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-08 | From Jon Simola <simola@mecha.com>: | Marcus Glocker | |
Style and whitespace cleanup. | |||
2006-12-06 | From Jon Simola <simola@mecha.com>: | Marcus Glocker | |
Add bus-specific config space read and write functions, this fixes the attach for ian@darwinsys.com and properly enumerates multiple cores. | |||
2006-11-29 | Add another ID to match for the 88W8310 chip. | Marcus Glocker | |
ok deraadt@ | |||
2006-11-28 | move printing of the interrupt string into re_attach(). | Brad Smith | |
2006-11-22 | add the BCM4312 PCI id. | Brad Smith | |
2006-11-22 | style(9): remove variables names from prototypes. | Damien Bergamini | |
ok mglocker@ | |||
2006-11-22 | From Jon Simola <jon@mecha.ca>: | Marcus Glocker | |
Attach to cardbus based bcw cards, and more cleanup. This should help with a few of the card lockup reports I've received. | |||
2006-11-11 | Add support for 3Com 3CRWE154G72. -moj | Mats O Jansson | |
2006-11-10 | acx(4) doesn't use rssadapt(9). | Damien Bergamini | |
pgt(4) doesn't use rssadapt(9) nor amrr. => remove useless #include. | |||
2006-10-29 | Add first TX path and active scan bits. Don't expect to much yet. | Marcus Glocker | |
ok claudio@ | |||
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 | |
as a side-effect, this should fix all the "bogus xmit rate" panics users have been complaining about for some time when operating in HostAP mode. | |||
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 | |
The card correctly loads the firmware and it is possible to send a few simple commands to the card but that's it. No packet are sent or received. Only the Netgear WG511v2 cardbus card is tested. A cheese fondue and a bigger amount of white wine was needed to make the interrupts work -- until last night the driver was uploading the firmware to fast and the card garbled the image without moaning. It took us a full day and hundreds of test kernels to figure that out. Joint work with mglocker@, fondue by mbalmer@ OK mglocker@, get it in deraadt@ | |||
2006-10-12 | Add a symbolic name parameter to cardbus_intr_establish(). | Alexander Yurchenko | |
Count cardbus devices interrupts in cbb(4) using evcount(9). ok deraadt@ | |||
2006-10-09 | Add powerhooks. Tested with a Netgear WG511v1 on my X40. | Marcus Glocker | |
ok claudio@ | |||
2006-10-06 | Fix cardbus support for pgt(4). Tested with a Netgear WG511. | Marcus Glocker | |
ok claudio@ | |||
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 | |
We are still looking for PrismGT cardbus devices for testing. One common model should be the Netgear WG511 v1/v2 made in Taiwan. ok deraadt@ | |||
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 | |
wrong arguments, causing uvm_fault on halt/reboot, with a cardbus re inserted. While here, cleanup prototypes and use revar.h everywhere. ok brad@ | |||
2006-08-19 | Replace existing rate adaption code with the ieee80211_amrr framework. | Marcus Glocker | |
ok jsg@ | |||
2006-08-10 | - ANSI functions | Brad Smith | |
- de-register - remove return at the end of void functions - some cosmetic tweaking | |||
2006-08-09 | On detach the bus space was not unmapped correctly which could lead to | Marcus Glocker | |
a panic. Fix it. Diff received by Marc Winiger <mw@msys.ch> - thanks! ok claudio@ | |||
2006-08-08 | Some KNF. | Marcus Glocker | |
2006-08-08 | Mention which MAC we are using (ACX100 or ACX111) and fix | Jonathan Gray | |
newline in cardbus attachment. | |||
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 | |
ok deraadt@ jsg@ | |||
2006-07-31 | puc@cardbus (only added (commented out) to whom has puc@pci enabled) | Michael Shalayeff | |
tested on puc@pci by fkr and meself on the cardbus. still needs a bit more work but generally works. deraadt@ ok and some input from miod@ | |||
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 | |
cases anyways, so we might as well remove code (the !rbus case) thats been dead throughout the last years and just use the rbus code without ifdefs. brad, miod "I am all for this diff" ok deraadt, mickey | |||
2006-06-17 | add sys/timeout.h | Brad Smith | |
2006-06-08 | attempt at correcting the comments to somewhat more proper english | Felix Kronlage | |
prodded by uwe@ | |||
2006-06-08 | substitute the Cardbus_conf_read/Cardbus_conf_write macros with | Felix Kronlage | |
cardbus_conf_read/cardbus_conf_write. This makes fxp* at cardbus? work (again?) on macppc. tested by various users. | |||
2006-06-04 | KNF and whitespace cleanup, no functional change | Felix Kronlage | |
ok mbalmer@ | |||
2006-06-02 | use the cardbus_conf_read/cardbus_conf_write macros instead of the | Felix Kronlage | |
Cardbus_conf_read/Cardbus_conf_write ones, since the latters cause us to panic on macppc. ok pascoe@, uwe@, martin@ | |||
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 | |
ok brad@ | |||
2006-05-30 | add Oxford CB950 to the list of devices having more than one BAR, so | Felix Kronlage | |
that it can be attached properly | |||
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 | |
ok miod@, martin@ | |||
2006-05-28 | cleanup whitespaces, tabs are so much nicer | Felix Kronlage | |
ok mbalmer@ | |||
2006-05-22 | Attach routines can fail before calling *hook_establish(), and they | Kenneth R Westerback | |
often rely on the detach routine for cleanup. So be consistant and careful by checking for a NULL hook before calling *hook_disestablish in detach routines. ok mickey@ brad@ dlg@ |