Age | Commit message (Expand) | Author |
2007-01-13 | Ignore country code on happy hacking keyboard, it reports itself as japanse. | Miod Vallat |
2007-01-13 | Regen | Miod Vallat |
2007-01-13 | Topre Corporation Happy Hacking Keyboard. | Miod Vallat |
2007-01-12 | Keep the wsscreen_descr in the softc, to allow sti of different text | Miod Vallat |
2007-01-11 | Add a platform specific sti_pci_is_console() to decide if a given pci sti | Miod Vallat |
2007-01-11 | Add callbacks to enable and disable the sti rom, so that it is only mapped | Miod Vallat |
2007-01-11 | Add the ability for a sti backend to specify callbacks to disable and enable | Miod Vallat |
2007-01-11 | Assume that the first cpu in the table is the boot processor, instead of | Mark Kettenis |
2007-01-11 | Allow sti_attach_common() to return an error code, and do not fall into | Miod Vallat |
2007-01-10 | Flow control support for bge(4)/brgphy(4). From brad@ based on code from | Mark Kettenis |
2007-01-10 | change firmware byte order to be same on all architectures | Theo de Raadt |
2007-01-09 | regen | Mark Kettenis |
2007-01-09 | Spell Ebus as EBus like Sun does. Rename USIII EBus to RIO Ebus. | Mark Kettenis |
2007-01-09 | network byte order firmware, so that firmware files are the same on | Theo de Raadt |
2007-01-08 | Fix comment. From Constantine A. Murenin. | Mark Kettenis |
2007-01-08 | No need to re-init on every media change. | Mark Kettenis |
2007-01-08 | attach to Gigabyte GN-WI05GS Mini-PCI Express adapters. | Damien Bergamini |
2007-01-08 | sync | Damien Bergamini |
2007-01-08 | Add USB id for Mini-PCI Express Gigabyte GN-WI05GS which shows up as | Damien Bergamini |
2007-01-08 | Add support for HW TCP/IP checksum offload for adapters that support it. | Damien Bergamini |
2007-01-08 | Add support for Leadtek Winfast TV 2000 XP, from Tim Leslie | Pedro Martelletto |
2007-01-07 | Fix VCore voltage detection on w83637hf. | Mark Kettenis |
2007-01-07 | fcu fans are PWM, express as %; from murenin | Theo de Raadt |
2007-01-07 | Replace infinite loops with appropriate constructs to fail operation if it | Miod Vallat |
2007-01-07 | Protect against zero blocksize (causing a divide by zero) in audiogetinfo(). | Miod Vallat |
2007-01-07 | Some dynamically allocated elements are not considered of vital importance | Miod Vallat |
2007-01-07 | Change allocations to M_NOWAIT in attach methods, and return NULL if they fail. | Miod Vallat |
2007-01-07 | In wsscreen_attach(), allow wsemul->attach to fail (returning NULL) if the | Miod Vallat |
2007-01-07 | Spacing, comments. | Marcus Glocker |
2007-01-07 | Initialize GPIO. | Marcus Glocker |
2007-01-06 | Fix error string for loadfirmware(). | Marcus Glocker |
2007-01-06 | Preliminary support for the hp300 single ISA slot found in 4xx `t' models. | 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 |