summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-01-18regenJonathan Gray
2007-01-18Add a bunch of as yet untested AX88178 devices.Jonathan Gray
2007-01-18Don't reinitialize card at every media change.Kenneth R Westerback
2007-01-18Add support for AX88772 devices with external PHY.Jonathan Gray
2007-01-18regenJonathan Gray
2007-01-18Correct entry for D-Link DUB-E100 rev B1Jonathan Gray
2007-01-17Remove some textual sk heritage warts by renaming some functions andKenneth R Westerback
2007-01-16Fix invalid _CRS length. Some aml implementations lie about how long aMarco Peereboom
2007-01-15Report flow control status.Mark Kettenis
2007-01-14Introduce register read/write helper routines for radio and phy. StartMarcus Glocker
2007-01-14regenJonathan Gray
2007-01-14Match some additional devices found in Linux driver.Jonathan Gray
2007-01-13Correctly count outbound packets.Mark Kettenis
2007-01-13attach to Sierra Wireless Aircard 875; ok fkr@Kevin Steves
2007-01-13Touch of clean up:Thordur I. Bjornsson
2007-01-13Ignore country code on happy hacking keyboard, it reports itself as japanse.Miod Vallat
2007-01-13RegenMiod Vallat
2007-01-13Topre Corporation Happy Hacking Keyboard.Miod Vallat
2007-01-12Keep the wsscreen_descr in the softc, to allow sti of different textMiod Vallat
2007-01-11Add a platform specific sti_pci_is_console() to decide if a given pci stiMiod Vallat
2007-01-11Add callbacks to enable and disable the sti rom, so that it is only mappedMiod Vallat
2007-01-11Add the ability for a sti backend to specify callbacks to disable and enableMiod Vallat
2007-01-11Assume that the first cpu in the table is the boot processor, instead ofMark Kettenis
2007-01-11Allow sti_attach_common() to return an error code, and do not fall intoMiod Vallat
2007-01-10Flow control support for bge(4)/brgphy(4). From brad@ based on code fromMark Kettenis
2007-01-10change firmware byte order to be same on all architecturesTheo de Raadt
2007-01-09regenMark Kettenis
2007-01-09Spell Ebus as EBus like Sun does. Rename USIII EBus to RIO Ebus.Mark Kettenis
2007-01-09network byte order firmware, so that firmware files are the same onTheo de Raadt
2007-01-08Fix comment. From Constantine A. Murenin.Mark Kettenis
2007-01-08No need to re-init on every media change.Mark Kettenis
2007-01-08attach to Gigabyte GN-WI05GS Mini-PCI Express adapters.Damien Bergamini
2007-01-08syncDamien Bergamini
2007-01-08Add USB id for Mini-PCI Express Gigabyte GN-WI05GS which shows up asDamien Bergamini
2007-01-08Add support for HW TCP/IP checksum offload for adapters that support it.Damien Bergamini
2007-01-08Add support for Leadtek Winfast TV 2000 XP, from Tim LesliePedro Martelletto
2007-01-07Fix VCore voltage detection on w83637hf.Mark Kettenis
2007-01-07fcu fans are PWM, express as %; from mureninTheo de Raadt
2007-01-07Replace infinite loops with appropriate constructs to fail operation if itMiod Vallat
2007-01-07Protect against zero blocksize (causing a divide by zero) in audiogetinfo().Miod Vallat
2007-01-07Some dynamically allocated elements are not considered of vital importanceMiod Vallat
2007-01-07Change allocations to M_NOWAIT in attach methods, and return NULL if they fail.Miod Vallat
2007-01-07In wsscreen_attach(), allow wsemul->attach to fail (returning NULL) if theMiod Vallat
2007-01-07Spacing, comments.Marcus Glocker
2007-01-07Initialize GPIO.Marcus Glocker
2007-01-06Fix error string for loadfirmware().Marcus Glocker
2007-01-06Preliminary support for the hp300 single ISA slot found in 4xx `t' models.Miod 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