Age | Commit message (Expand) | Author |
2006-12-07 | regen | Michael Knudsen |
2006-12-07 | Add Broadcom BCM5787F. | Michael Knudsen |
2006-12-07 | some cleanup for axe(4): | Reyk Floeter |
2006-12-07 | http://www.ralinktech.com/ domain name is for sale. | Damien Bergamini |
2006-12-07 | remove unused code, fix style and spacing, tidy up ioctl path | Martin Reindl |
2006-12-07 | regenerated these with Merlin U740 id | Felix Kronlage |
2006-12-07 | id for Novatel Wireless Merlin U740 | Felix Kronlage |
2006-12-06 | - Move TX ring full sanity check further up and check the number of DMA | Reyk Floeter |
2006-12-06 | Implement em_read_pcie_cap_reg(), where we set the max read size on | Reyk Floeter |
2006-12-06 | - de-static | Martin Reindl |
2006-12-06 | replace Adaptec AIC-6915 Starfire driver with the fully bus_dma(9)-able | Martin Reindl |
2006-12-06 | From Jon Simola <simola@mecha.com>: | Marcus Glocker |
2006-12-06 | malloc(..., M_NOWAIT) with no NULL check is bad. If allocation fails, | Michael Knudsen |
2006-12-06 | When compiled with UDCF_DEBUG, only output the bits received when | Marc Balmer |
2006-12-05 | regen | Otto Moerbeek |
2006-12-05 | Add Dutch map; from Maurice Janssen; ok miod@ | Otto Moerbeek |
2006-12-05 | Typo. | Alexander Yurchenko |
2006-12-05 | Add code to detect (and eliminate) statistical outliers. Tested by me and | Marc Balmer |
2006-12-04 | avoid unnecessary copies (memcpy(x, x, n)) in the TX path. | Damien Bergamini |
2006-12-04 | regen | Martin Reindl |
2006-12-04 | add vendor ID for Silicon Integrated Systems Corporation | Martin Reindl |
2006-12-04 | report full/half duplex state for non-MII interfaces | Reyk Floeter |
2006-12-03 | don't include <net80211/ieee80211_amrr.h> | Damien Bergamini |
2006-12-03 | Instead of invoking rasops_init with a wrong depth value to have some | Miod Vallat |
2006-12-03 | fix handling of the SIOCS80211CHANNEL ioctl in monitor mode: | Damien Bergamini |
2006-12-03 | Re-enable RX engine every time otherwise it occasionally | Alexander Yurchenko |
2006-12-03 | don't schedule a USB task in {ural,rum}_newstate() if we're called from | Damien Bergamini |
2006-12-03 | Set sis_stopped=1 early on attach and reset it later in sis_init(). | Alexander Yurchenko |
2006-12-03 | The device doesn't always detach gracefully from the bus after a firmware | Damien Bergamini |
2006-12-03 | always assume full duplex state if the interface is up... what does | Reyk Floeter |
2006-12-03 | re-add a tiny little #ifdef VIC_DEBUG, used to compare the vic(4) | Reyk Floeter |
2006-12-03 | First bits of endian cleanup more still needed but commit early, commit often. | Claudio Jeker |
2006-12-03 | Print the number of unknown commands in malo_cmd_string(). Also don't | Claudio Jeker |
2006-12-02 | Make a debugging printf conditionnal to VESABIOSVERBOSE. | Matthieu Herrb |
2006-12-02 | In alloc_attr(), make sure xxansitopc[] indicies are within bounds. | Miod Vallat |
2006-12-02 | Use a better strategy to make the mouse pointer visible in inverse_char(); | Miod Vallat |
2006-12-02 | Oops, prevent a warning if rasops_bswap is not required. | Miod Vallat |
2006-12-02 | Add a "break" which makes AL7230B initialize now. Still doesn't work | Marcus Glocker |
2006-12-02 | On frame buffers which endianness differs from the host CPU, we can not afford | Miod Vallat |
2006-12-02 | typo | Matthieu Herrb |
2006-12-02 | Fix ri_devcmap[] to allow WSCOL_BLACK and WSCOL_WHITE to not have to be | Miod Vallat |
2006-12-02 | Use ri_devcmap to get corrected color values, instead of directly using | Miod Vallat |
2006-12-02 | Use the unpack_attr emulops instead of doing an inline rasops_unpack_attr. | Miod Vallat |
2006-12-02 | zx needs rasops8 code for emulation modes, not rasops32. | Miod Vallat |
2006-12-01 | rename 8100E id to spin 1 and add the 8100E second spin chip id | Todd T. Fries |
2006-11-30 | cosmetic | Damien Bergamini |
2006-11-30 | fix PHY initialization for ZD1211B. | Damien Bergamini |
2006-11-30 | fix setting of MAC register ZYD_MAC_RETRY for ZD1211B. | Damien Bergamini |
2006-11-30 | fix wep key index in firmware command. | Damien Bergamini |
2006-11-30 | unitialized variable, busted by dlg, fixed by dlg | Theo de Raadt |