summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
AgeCommit message (Collapse)Author
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
display-dependent value, but instead fill a structure with the chaarcter and a valid attribute, suitable for use with unpack_attr. Adapt the wsmoused code to these changes, and remove all knowledge of the text-mode style pc video attributes in it. This will eventually allow wsmoused to be used on non-pcdisplay devices.
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match theMiod Vallat
existing alloc_attr function. This allows rasops_unpack_attr to be kept private to rasops, yet available to the screen drivers.
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
driver to be able to tell how many wscons screens to attach to it, instead of WSDISPLAY_DEFAULTSCREENS which is a global setting.
2006-11-28Reorder cfxga initialization sequence for clarity, and minor tweaks; noMiod Vallat
functional changes.
2006-11-27Support for different video modes (by playing with wsconfcfg).Miod Vallat
8 bit modes are disabled until I find why the LUT writes are ignored, and Zaurus-like 640x480x16 is still the default.
2006-11-27Do not use a complete bitmap as a backing store for multiple screens, butMiod Vallat
remember character cells instead; this is noticeably faster.
2006-11-27Separate solid fill operations from regular raster ops; this also bringsMiod Vallat
us accelerated copyrows and copycols.
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
the card was removed and then reinserted. XXX It's still ugly, a better way to handle this is in the works.
2006-11-26Rewrite the blitter functions, providing an accelerated putchar in theMiod Vallat
process; and fix synchronization points, so that the card no longer gets stuck and in need of a reset after being flooded with rop requests.
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
for cpuu-to-display operation. This is much faster already.
2006-11-26Much better register description and values. No functional change yet - butMiod Vallat
this code does not look like a bingo game chart anymore.
2006-09-22variant of Socket 10/100 CF+ ethernet card.Federico G. Schwindt
from Andrew Smith (asmith at tranquility dot fsbusiness dot co dot uk)
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
ok miod@, martin@
2006-05-22Attach routines can fail before calling *hook_establish(), and theyKenneth 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@
2006-04-21Fix a typo and remove an unreachable label to let this compile again.Uwe Stuehler
Based on a diff from Markus Schatzl (wtf at neuronenwerk de) to tech@. OK miod@ fgsch@
2006-04-20Fix various printf() issues: too many arguments, not enough arguments, argumentMiod Vallat
order reversed, wrong modifiers. ok deraadt@ marco@ mickey@
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
more like a proof of concept than anything useful, due to the slowness of the beast, but deraadt@ insists this gets in the tree. Written with matthieu@'s help.
2006-04-16If we stumble on a card with no declared functions, try attaching it anyway,Miod Vallat
in case some driver knows better.
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
outbound), using a new BIOCSDIRFILT ioctl; guidance, feedback and ok canacar@
2006-03-13Set the address decode bit only if the iobase 0 register is available.Federico G. Schwindt
Fixes the wd part of the sandisk wifi + 128 CF. Only multi function cards are affected at this time. quasi ok from uwe@
2006-03-10ansi. no binary change.Jonathan Gray
2006-03-04Add support for Socket CF 10/100.Jonathan Gray
From Andrew Smith <asmith at tranquility.fsbusiness.co.uk>.
2006-03-04regenJonathan Gray
2006-03-04Add Socket CF 10/100.Jonathan Gray
from Andrew Smith <asmith at tranquility.fsbusiness.co.uk>
2006-01-30Add basic radiotap support. Modelled somewhat afterJonathan Gray
ral and NetBSD wi radiotap. "looks ok" damien@
2006-01-23update sm(4) from NetBSD, including support for more models and MII;Martin Reindl
also activate ISA attachment; ok brad@
2006-01-09Move an(4) to a driver based on the NetBSD one.Jonathan Gray
This brings net80211 support and support for newer hardware. In addition ancontrol is no longer needed. This driver does not yet work on big endian archs like the previous one did. "do it" deraadt@
2005-12-17regenJonathan Gray
2005-12-17Add 3Com 3CRWE62092B and SanDisk ConnectPlus.Jonathan Gray
2005-12-13add novatel NRM6831; from Felix Kronlage <fkr@hazardous.org>Michael Shalayeff
2005-12-09Don't disestablish a NULL interrupt handle after an incomplete attachment.Uwe Stuehler
ok fgsch@ brad@
2005-12-05trendnet TE-CF100 support; tested and ok uwe@.Federico G. Schwindt
2005-12-05regen.Federico G. Schwindt
2005-12-05TRENDnet, CompactFlash Fast Ethernet Adapter, TE-CF100; from uwe@Federico G. Schwindt