summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-04-16Sync.Marco Peereboom
2005-04-16Add MegaRAID SATA 8 channel.Marco Peereboom
2005-04-16remove lots of crud from this driver, makes it fit on the alpha mediaTheo de Raadt
2005-04-16syncDamien Bergamini
2005-04-16Driver for Analog Devices Eagle chipset.Damien Bergamini
2005-04-16don't leak a mbuf when tx fails.Damien Bergamini
2005-04-16indentDamien Bergamini
2005-04-15syncTheo de Raadt
2005-04-15shrinkTheo de Raadt
2005-04-15regenMichael Shalayeff
2005-04-15some hp smart array devs and fix compaq smrtarray ids and add 6422Michael Shalayeff
2005-04-15regenJakob Schlyter
2005-04-15add Araneus True Random Number GeneratorJakob Schlyter
2005-04-15in ural_txeof(), call usbd_clear_endpoint_stall() on the tx pipe instead ofDamien Bergamini
2005-04-15make sure aligment does not return zero block sizeMichael Shalayeff
2005-04-15Simplify matching logic using pci_matchbyid() and correct some comments.Jonathan Gray
2005-04-15re(4) cannot handle a standard sized Jumbo frame.Brad Smith
2005-04-15re-add RL_JUMBO_FRAMELEN/RL_JUMBO_MTU but this time use the right valuesBrad Smith
2005-04-15add another 8169 rev and remove vtophys() hack for alpha now that the driverBrad Smith
2005-04-15correct a spelloChristopher Pascoe
2005-04-15Add basic audio playback support for the Zaurus SL-C3000.Christopher Pascoe
2005-04-15print proper model string.Brad Smith
2005-04-15let tree build. brad -- check what you bustedTheo de Raadt
2005-04-14enable HW transmit checksum offloadBrad Smith
2005-04-14+luphyBrad Smith
2005-04-14add a PHY driver for the Lucent LU6612 10/100 PHY used on PCIBrad Smith
2005-04-14fix reading of the binary image.Damien Bergamini
2005-04-14write actual data to file, not pointers.Damien Bergamini
2005-04-14make sure round_blocksize does not produce 0 after alignmentMichael Shalayeff
2005-04-14do not reset tuner and audio settings on open/close; from jakemsr@Michael Shalayeff
2005-04-14Make sure recording is started before we return EWOULDBLOCK in a read().Brad Smith
2005-04-14regenBrad Smith
2005-04-14rename unknown Agere PHY, this is a Lucent LU6612 10/100 PHY.Brad Smith
2005-04-14Correct signed/unsigned mismatches in compatibility macros and addChristopher Pascoe
2005-04-14.pt map from Manuel Pata <pata@alface.de>Michael Shalayeff
2005-04-13syncDamien Bergamini
2005-04-13New ural devices. Pointed out by Rodolfo Gouveia.Damien Bergamini
2005-04-12simplify vndopen() a bit.Joris Vink
2005-04-11Make sure that the requested size is a multiple of block size inMatthieu Herrb
2005-04-11get rid of the lines on ehci attach that show the version and the companionDavid Gwynne
2005-04-10mostly knf while here remove the todo item regarding deferring attach ofDavid Gwynne
2005-04-10properly handle suspend/resume of ports with devices attached. devicesDavid Gwynne
2005-04-10- Run em_local_timer() once per second instead of running it once per 2 seconds.Brad Smith
2005-04-10Support for ICH6M IDE. Tested on a Dell Latitude D810 byJonathan Gray
2005-04-10regenJonathan Gray
2005-04-10ICH6M IDEJonathan Gray
2005-04-09Use vendor id register for chip matching instead of configurationAlexander Yurchenko
2005-04-09use htole32 and leto32h for register access instead of hardware-basedReyk Floeter
2005-04-08move reset of HAL descriptors to ath.cReyk Floeter
2005-04-08bye bye unportable bitfieldsReyk Floeter