Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-09 | Initialize TX queue. Handle TX done interrupts in a own function. | Marcus Glocker | |
2007-06-08 | Add TX path which enables some first (unreliable yet) packet transfers. | Marcus Glocker | |
2007-06-06 | do not include ipx headers (were not needed in the first place) | Henning Brauer | |
2007-06-04 | Enable channel switching. | Marcus Glocker | |
2007-06-03 | Make RX path work on big endian, too. | Marcus Glocker | |
2007-06-03 | The firmware converts every 802.11 RX data frame into a 802.3 frame, | Marcus Glocker | |
including the LLC/SNAP header. Mgmt frames are handled completely inside the firmware, we won't ever see any mgmt frame for this device. Remove the LLC/SNAP header in the driver to get an useable frame which we can pass up to the network stack. Remove some unused firmware commands. | |||
2007-06-01 | Add RX path and enable monitor mode. | Marcus Glocker | |
2007-05-28 | Add a bunch of new firmware commands to configure MAC/PHY/RF, and do so. | Marcus Glocker | |
Simplify command interface. | |||
2007-05-27 | Values which are written to a 16-bit register shall be uint16_t not int. | Marcus Glocker | |
Spacing. | |||
2007-05-27 | Make it work on big endian archs, too. | Marcus Glocker | |
2007-05-26 | Cast offset arg of bus_space_write_multi_2 to (uint16_t *). Fix device | Marcus Glocker | |
detach panic. | |||
2007-05-26 | Tune command interface. | Marcus Glocker | |
2007-05-25 | Make FW commands save in the way that requests/responses must be done | Marcus Glocker | |
serialized. Establish initial device up/down dance. | |||
2007-05-25 | Bump firmware package version; Better naming of the malo firmware files. | Marcus Glocker | |
discussed with, and OK claudio@ | |||
2007-05-25 | Initial driver stub for the Marvell 88W8385 PCMCIA (CF) device. | Marcus Glocker | |
Loads firmware, sends first FW command, establish interrupts. | |||
2007-05-15 | regen | Marcus Glocker | |
2007-05-15 | Add vendor and product; AmbiCom, Inc. WL54CF. | Marcus Glocker | |
2007-05-08 | #ifdef notdef functions which are only called in #ifdef notdef contexts | Theo de Raadt | |
2007-05-08 | places they get called are #ifdef notdef, so the code itself can be too | Theo de Raadt | |
2006-11-29 | Change the getchar wsdisplay_accessops function to not return a | Miod 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-29 | Add an unpack_attr function to struct wsdisplay_emulops, to match the | Miod Vallat | |
existing alloc_attr function. This allows rasops_unpack_attr to be kept private to rasops, yet available to the screen drivers. | |||
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod 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-28 | Reorder cfxga initialization sequence for clarity, and minor tweaks; no | Miod Vallat | |
functional changes. | |||
2006-11-27 | Support 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-27 | Do not use a complete bitmap as a backing store for multiple screens, but | Miod Vallat | |
remember character cells instead; this is noticeably faster. | |||
2006-11-27 | Separate solid fill operations from regular raster ops; this also brings | Miod Vallat | |
us accelerated copyrows and copycols. | |||
2006-11-27 | Do not perform frame buffer actions on non-active screens. | Miod Vallat | |
2006-11-27 | Store the wsscreen_descr structure in the softc. | Miod Vallat | |
2006-11-27 | Always update cfxga_scr emulops field when creating a new screen, in case | Miod 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-26 | Rewrite the blitter functions, providing an accelerated putchar in the | Miod 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-26 | avoid extra inclusions; ok jsg | Theo de Raadt | |
2006-11-26 | Start reworking the raster ops code, and be smarter when monitoring the FIFO | Miod Vallat | |
for cpuu-to-display operation. This is much faster already. | |||
2006-11-26 | Much better register description and values. No functional change yet - but | Miod Vallat | |
this code does not look like a bingo game chart anymore. | |||
2006-09-22 | variant of Socket 10/100 CF+ ethernet card. | Federico G. Schwindt | |
from Andrew Smith (asmith at tranquility dot fsbusiness dot co dot uk) | |||
2006-08-18 | Shrink dmesg output. | Jonathan Gray | |
2006-08-18 | ansi, no binary change. | Jonathan Gray | |
2006-07-28 | regen | Brad Smith | |
2006-07-28 | move the Siemens vendor id to the right location. | Brad Smith | |
2006-07-09 | *enty->*ently where applicable | Miod Vallat | |
2006-06-17 | add sys/timeout.h | Brad Smith | |
2006-06-03 | make detachable, inspired by netbsd | Martin Reindl | |
2006-06-02 | ditch unused struct isadev and in turn the isavar.h include | Martin Reindl | |
2006-05-28 | remove the dev/isa/isavar.h include, as it is not needed | Felix Kronlage | |
ok miod@, martin@ | |||
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@ | |||
2006-04-21 | Fix 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-20 | Fix various printf() issues: too many arguments, not enough arguments, argument | Miod Vallat | |
order reversed, wrong modifiers. ok deraadt@ marco@ mickey@ | |||
2006-04-20 | Make these compile again. | Miod Vallat | |
2006-04-20 | regen | Brad Smith | |
2006-04-20 | add the Belkin F5D6020 802.11b WLAN card. | Brad Smith | |
2006-04-16 | Preliminary 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. |