summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
AgeCommit message (Expand)Author
2007-08-05Remove IFQ_SET_MAXLEN() for TX queue.Marcus Glocker
2007-08-05Add WEP support, which is done fully by the FW.Marcus Glocker
2007-08-05o Some better variable namings.Marcus Glocker
2007-08-05o Reflect active network settings to ifconfig.Marcus Glocker
2007-08-04o Improve interrupt handler; fixes TX watchdog timeouts on my zaurus.Marcus Glocker
2007-08-03switch cmalo_rx() to use m_getdev() instead of something hand rolled.Claudio Jeker
2007-08-02Activate watchdog timer. We need to find out about the issue that theMarcus Glocker
2007-08-02ETHER_ALIGN the mbuf so that it works on strictalignment archs. This is aClaudio Jeker
2007-08-01Improve state switching and fix some debug output.Marcus Glocker
2007-07-31Add first version to enable auto association (best signal AP). ThereforeMarcus Glocker
2007-07-31Add missing splx(s); calls. OK mglocker@Claudio Jeker
2007-07-31Plug a mbuf leak in the TX path and replace a handbuilt m_copydata()Claudio Jeker
2007-07-31Start to improve TX/RX path; don't accept further packets from TX queueMarcus Glocker
2007-07-31Simplify TX path.Marcus Glocker
2007-07-30After two weeks of fumbling arround in the association FW command, i foundMarcus Glocker
2007-07-08Process scan command results. Enable 'ifconfig -M'.Marcus Glocker
2007-07-07Make the scan command work, finally.Marcus Glocker
2007-06-30Add 802.11d (domain info) command.Marcus Glocker
2007-06-17Add background SCAN command.Marcus Glocker
2007-06-17Pass the device a better rate set.Marcus Glocker
2007-06-17Add first shoot of SCAN command.Marcus Glocker
2007-06-16Add three new firmware commands to set authentication, set rate adaption,Marcus Glocker
2007-06-11Handle mbuf chains in TX path. Improve debug output.Marcus Glocker
2007-06-09Initialize TX queue. Handle TX done interrupts in a own function.Marcus Glocker
2007-06-08Add TX path which enables some first (unreliable yet) packet transfers.Marcus Glocker
2007-06-06do not include ipx headers (were not needed in the first place)Henning Brauer
2007-06-04Enable channel switching.Marcus Glocker
2007-06-03Make RX path work on big endian, too.Marcus Glocker
2007-06-03The firmware converts every 802.11 RX data frame into a 802.3 frame,Marcus Glocker
2007-06-01Add RX path and enable monitor mode.Marcus Glocker
2007-05-28Add a bunch of new firmware commands to configure MAC/PHY/RF, and do so.Marcus Glocker
2007-05-27Values which are written to a 16-bit register shall be uint16_t not int.Marcus Glocker
2007-05-27Make it work on big endian archs, too.Marcus Glocker
2007-05-26Cast offset arg of bus_space_write_multi_2 to (uint16_t *). Fix deviceMarcus Glocker
2007-05-26Tune command interface.Marcus Glocker
2007-05-25Make FW commands save in the way that requests/responses must be doneMarcus Glocker
2007-05-25Bump firmware package version; Better naming of the malo firmware files.Marcus Glocker
2007-05-25Initial driver stub for the Marvell 88W8385 PCMCIA (CF) device.Marcus Glocker
2007-05-15regenMarcus Glocker
2007-05-15Add vendor and product; AmbiCom, Inc. WL54CF.Marcus Glocker
2007-05-08#ifdef notdef functions which are only called in #ifdef notdef contextsTheo de Raadt
2007-05-08places they get called are #ifdef notdef, so the code itself can be tooTheo de Raadt
2006-11-29Change the getchar wsdisplay_accessops function to not return aMiod Vallat
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match theMiod Vallat
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-11-28Reorder cfxga initialization sequence for clarity, and minor tweaks; noMiod Vallat
2006-11-27Support for different video modes (by playing with wsconfcfg).Miod Vallat
2006-11-27Do not use a complete bitmap as a backing store for multiple screens, butMiod Vallat
2006-11-27Separate solid fill operations from regular raster ops; this also bringsMiod Vallat
2006-11-27Do not perform frame buffer actions on non-active screens.Miod Vallat