Age | Commit message (Expand) | Author |
2007-01-06 | Fix error string for loadfirmware(). | Marcus Glocker |
2007-01-06 | Add commented out ISA entries. | Miod Vallat |
2007-01-06 | Preliminary support for the hp300 single ISA slot found in 4xx `t' models. | Miod Vallat |
2007-01-06 | Turn bus_space_tag_t into real structures containing a bunch of function | Miod Vallat |
2007-01-06 | Propagate bus_space_tag_t through device attachment args structures, rather | Miod Vallat |
2007-01-06 | Make the driver able to read the network byte ordered firmware file. | Marcus Glocker |
2007-01-06 | build and extract program to merge bcw(4) firmware files into one single | Marcus Glocker |
2007-01-06 | regen | Pedro Martelletto |
2007-01-06 | Add Leadtek WinFast TV 2000 XP, from Tim Leslie | Pedro Martelletto |
2007-01-06 | make microcode file byte-order independent so that the file is the same | Theo de Raadt |
2007-01-05 | Now that all ethernet drivers that support flow control set MIIF_DOPAUSE, | Mark Kettenis |
2007-01-05 | For Yukon-based cards, pass MIIF_DOPAUSE to mii_attach(). | Mark Kettenis |
2007-01-05 | when i2c_dumping, instead of just skipping 0xff value registers, | Theo de Raadt |
2007-01-05 | sync | Todd T. Fries |
2007-01-05 | add Cannon CANOSCAN LiDE60, PowerShot A540, and Kensington Bluetooth devices | Todd T. Fries |
2007-01-05 | Check that ucode size doesn't get exceeded when parsing for a firmware | Marcus Glocker |
2007-01-05 | macros for the bits in the ports CMD register. free %b fmt string for it | David Gwynne |
2007-01-05 | If the firmware load routines fail, be sure the ucode gets freed. | Marcus Glocker |
2007-01-05 | Report about correct firmware filename if not found. | Marcus Glocker |
2007-01-05 | Prototypes spacing. | Marcus Glocker |
2007-01-05 | Make the upload of initialization values work again, after implementing | Marcus Glocker |
2007-01-05 | First shot of making the driver capable to parse several firmware files | Marcus Glocker |
2007-01-05 | Don't pollute userspace with uneeded headers. | Jonathan Gray |
2007-01-05 | Remove unknown sensor that seems to always be fixed at 7 | Jonathan Gray |
2007-01-05 | Switch to indicator type for sensors with boolean values. | Jonathan Gray |
2007-01-05 | Change slightly to not need one of the softc members. | Jonathan Gray |
2007-01-05 | As first brought to my attention by Russel Sutherland, our deletion of | Kenneth R Westerback |
2007-01-05 | Sync | Kenneth R Westerback |
2007-01-05 | More Zyxel Zydas wireless adapters. | Kenneth R Westerback |
2007-01-04 | Remove some unreachable code. | Mark Kettenis |
2007-01-04 | use the right variable when finding a ports register window, not one that | David Gwynne |
2007-01-04 | stash the dva for each command in the ccb, and program the hardware with | David Gwynne |
2007-01-04 | fix up some port regs so their names are more in line with what is in the | David Gwynne |
2007-01-04 | allocate the dmamem that each port will need, and hopefully point our | David Gwynne |
2007-01-04 | use ISSET instead of &, cos it looks cleaner | David Gwynne |
2007-01-04 | Revert 1.11 and load .shstrtab, as it is currently needed for /dev/ksyms | Miod Vallat |
2007-01-03 | In sk_marv_miibus_writereg, wait for busy flag to clear instead of | Mark Kettenis |
2007-01-03 | shorten dmesg a bit | Martin Reindl |
2007-01-03 | Fix mbg comment: time base -> radio clocks. | Marc Balmer |
2007-01-03 | After the firmware has been loaded to the chip, read the exact firmware | Marcus Glocker |
2007-01-03 | Remove two "unused" mbuf tag functions and kill the superfluous argument | Claudio Jeker |
2007-01-03 | M_DUP_PKTHDR() cleanup. On static mbufs M_DUP_PKTHDR() will leak mbuf tags. | Claudio Jeker |
2007-01-03 | M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags. | Claudio Jeker |
2007-01-03 | Rename bcw_shm_write_4() to bcw_shm_ctl_word(). We need the original | Marcus Glocker |
2007-01-03 | also bail if sc_chipc is NULL; spotted by miod | Theo de Raadt |
2007-01-03 | mbg(4) cards with ASIC take the internal timestamp at the very moment the | Marc Balmer |
2007-01-03 | Don't say 'Marvell' twice for each sk/msk device in dmesg. No functional | Kenneth R Westerback |
2007-01-03 | Pretty printing of debug messages. | Marcus Glocker |
2007-01-03 | Don't wrap line before printing MAC address. | Marcus Glocker |
2007-01-03 | Change IF_DEQUEUE to IFQ_DEQUEUE for ALTQ, and some purely cosmetic | Gordon Willem Klok |