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