summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
AgeCommit message (Expand)Author
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
2006-11-27Store the wsscreen_descr structure in the softc.Miod Vallat
2006-11-27Always update cfxga_scr emulops field when creating a new screen, in caseMiod Vallat
2006-11-26Rewrite the blitter functions, providing an accelerated putchar in theMiod Vallat
2006-11-26avoid extra inclusions; ok jsgTheo de Raadt
2006-11-26Start reworking the raster ops code, and be smarter when monitoring the FIFOMiod Vallat
2006-11-26Much better register description and values. No functional change yet - butMiod Vallat
2006-09-22variant of Socket 10/100 CF+ ethernet card.Federico G. Schwindt
2006-08-18Shrink dmesg output.Jonathan Gray
2006-08-18ansi, no binary change.Jonathan Gray
2006-07-28regenBrad Smith
2006-07-28move the Siemens vendor id to the right location.Brad Smith
2006-07-09*enty->*ently where applicableMiod Vallat
2006-06-17add sys/timeout.hBrad Smith
2006-06-03make detachable, inspired by netbsdMartin Reindl
2006-06-02ditch unused struct isadev and in turn the isavar.h includeMartin Reindl
2006-05-28remove the dev/isa/isavar.h include, as it is not neededFelix Kronlage
2006-05-22Attach routines can fail before calling *hook_establish(), and theyKenneth R Westerback
2006-04-21Fix a typo and remove an unreachable label to let this compile again.Uwe Stuehler
2006-04-20Fix various printf() issues: too many arguments, not enough arguments, argumentMiod Vallat
2006-04-20Make these compile again.Miod Vallat
2006-04-20regenBrad Smith
2006-04-20add the Belkin F5D6020 802.11b WLAN card.Brad Smith
2006-04-16Preliminary driver for the Colorgraphic VoyagerVGA pcmcia frame buffer;Miod Vallat
2006-04-16If we stumble on a card with no declared functions, try attaching it anyway,Miod Vallat
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-13Set the address decode bit only if the iobase 0 register is available.Federico G. Schwindt
2006-03-10ansi. no binary change.Jonathan Gray
2006-03-04Add support for Socket CF 10/100.Jonathan Gray
2006-03-04regenJonathan Gray
2006-03-04Add Socket CF 10/100.Jonathan Gray