Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-17 | Remove some textual sk heritage warts by renaming some functions and | Kenneth R Westerback | |
eliminating a one line called once function by inserting its code inline. No functional change. From Brad. | |||
2007-01-16 | Fix invalid _CRS length. Some aml implementations lie about how long a | Marco Peereboom | |
_CRS buffer is and this compensates for it by fixing up the minimum value. This fixes several machines that end up with invalid irq/ioapic values. KNF nit as well Code from jordan, tested on Intel SHG2 board (he committed this agains my local tree) | |||
2007-01-15 | Report flow control status. | Mark Kettenis | |
From brad@ | |||
2007-01-14 | Introduce register read/write helper routines for radio and phy. Start | Marcus Glocker | |
to add bcw_radio_on() and bcw_radio_channel(). ok Jon Simola | |||
2007-01-14 | regen | Jonathan Gray | |
2007-01-14 | Match some additional devices found in Linux driver. | Jonathan Gray | |
2007-01-13 | Correctly count outbound packets. | Mark Kettenis | |
From brad@ | |||
2007-01-13 | attach to Sierra Wireless Aircard 875; ok fkr@ | Kevin Steves | |
2007-01-13 | Touch of clean up: | Thordur I. Bjornsson | |
s/DEBUG/VNDDEBUG/ and introduce DNPRINTF, fold all the #ifdef DEBUG <stuff> #endif into DNPRINTFs. Use DTYPE_VND for the disklabel d_type member, dont calcluate d_secpercyl from d_ntrack * d_nsectors, just set it too 100 directly since we set d_ntrack and d_nsectors to 1 and 100 respectivly. testing and OK krw@ | |||
2007-01-13 | Ignore country code on happy hacking keyboard, it reports itself as japanse. | Miod Vallat | |
Spotted by naddy@ | |||
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 | |
resolutions to attach without disturbing each other. | |||
2007-01-11 | Add a platform specific sti_pci_is_console() to decide if a given pci sti | Miod Vallat | |
device is the system console; the interface currently passes the pci attachment args and the sti region information, and will hopefully turn to be flexible enough. This allows sti@pci to be used as a console device on hppa, finally. ok mickey@ | |||
2007-01-11 | Add callbacks to enable and disable the sti rom, so that it is only mapped | Miod Vallat | |
when we need to access it; and change the rom parser to walk all the rom images and pick the first one sporting code for the processor we run on, instead of picking the first. This allows dual-sti@pci setups to work. ok mickey@, dual-head test martin@ | |||
2007-01-11 | Add the ability for a sti backend to specify callbacks to disable and enable | Miod Vallat | |
access to the sti rom, as this seems to be necessary for sti@pci; hide this with macros so that platforms which do not have pci support (i.e. hp300) do not get bloated from this. ok mickey@ | |||
2007-01-11 | Assume that the first cpu in the table is the boot processor, instead of | Mark Kettenis | |
the cpu with apic id 0. tested by many | |||
2007-01-11 | Allow sti_attach_common() to return an error code, and do not fall into | Miod Vallat | |
sti_end_attach() if an error has occured. ok mickey@ | |||
2007-01-10 | Flow control support for bge(4)/brgphy(4). From brad@ based on code from | Mark Kettenis | |
NetBSD. | |||
2007-01-10 | change firmware byte order to be same on all architectures | Theo de Raadt | |
THIS MEANS YOU NEED TO UPDATE YOUR FIRMWARE FILE BEFORE BOOTING WITH A NEW KERNEL tested by marco, biorn | |||
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 | |
all architectures YOU HAVE TO INSTALL NEW FIRMWARE BEFORE BOOTING A NEW KERNEL | |||
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 | |
bump copyright while i'm here. | |||
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 | |
an USB device. | |||
2007-01-08 | Add support for HW TCP/IP checksum offload for adapters that support it. | Damien Bergamini | |
Tested by many (IP/UDP/TCP): Jason McIntyre <jmc@> Chris Kuethe <chris.kuethe AT gmail.com> Alf Schlichting <a.schlichting AT lemarit.com> Rodolfo Gouveia <rgouveia AT cosmico.net> Peter Stromberg <wilfried@> Has been in snaps for weeks too with noone complaining so far. | |||
2007-01-08 | Add support for Leadtek Winfast TV 2000 XP, from Tim Leslie | Pedro Martelletto | |
Okay robert@ | |||
2007-01-07 | Fix VCore voltage detection on w83637hf. | Mark Kettenis | |
Based on a diff from Constantine A. Murenin | |||
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 | |
takes much more time than it should. | |||
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 | |
for the vt100 emulation to work well enough for most cases (i.e. alternate character set tables, non-default tab settings, etc). However, code did not always check if these elements had been successfully allocated before trying to use them, or worse, would explicitely panic in DIAGNOSTIC kernels. Change this to work in a degraded mode (by ignoring related escape sequences) instead. | |||
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 | |
screen is not the console. | |||
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 | |
Everything works well but interrupts, where no two devices causes the frodo chip to behave in the same way... (polling will work nicely) | |||
2007-01-06 | Make the driver able to read the network byte ordered firmware file. | Marcus Glocker | |
ok deraadt@ (also for the last dev/microcode/bcw import). | |||
2007-01-06 | build and extract program to merge bcw(4) firmware files into one single | Marcus Glocker | |
file. Doesn't get linked in make build. | |||
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 | |
on all architectures, and have the driver cope with this as well tested by ian YOU MUST UPDATE YOUR MICROCODE FILE OR THE DRIVER WILL NOT BE HAPPY | |||
2007-01-05 | Now that all ethernet drivers that support flow control set MIIF_DOPAUSE, | Mark Kettenis | |
stop doing it here. From brad@ | |||
2007-01-05 | For Yukon-based cards, pass MIIF_DOPAUSE to mii_attach(). | Mark Kettenis | |
From brad@ | |||
2007-01-05 | when i2c_dumping, instead of just skipping 0xff value registers, | Theo de Raadt | |
skip the most common value read (which is often 0xff anyways) | |||
2007-01-05 | sync | Todd T. Fries | |