summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-04-20support 11b and 11a mode on the ar5211. "pure" 11g mode is not yetReyk Floeter
2005-04-20SiS 180/181/182 SATA support using generic sata_chip_map().Jonathan Gray
2005-04-20Replace VIA SATA chip map routine with generic sata_chip_map().Jonathan Gray
2005-04-20SiS 760 support from a tech@ mail from peter.galbavy at knowtion.netJonathan Gray
2005-04-20SiS 661 support tested on a Gigabyte 8S661FXMP-RZ board.Jonathan Gray
2005-04-20regenJonathan Gray
2005-04-20A bunch of PCI/SATA SIS devices.Jonathan Gray
2005-04-19use pool for struct vndbug; tested by many and pedro@ okMichael Shalayeff
2005-04-19fix for isochronous pipes:Damien Bergamini
2005-04-19be more cautious when processing CMV interrupts.Damien Bergamini
2005-04-18beautify the code by renaming HAL functions with capitalized words (iReyk Floeter
2005-04-18- check for ETHERMIN with SIOCSIFMTU ioctl caseBrad Smith
2005-04-17Intermediate cast of strio_offs -> uio_offset should be u_long not longTodd C. Miller
2005-04-17Fix typosTom Cosgrove
2005-04-17Typo in panic stringTom Cosgrove
2005-04-17tabs not spacesMichael Shalayeff
2005-04-17Timeouts are not ran at splhigh anymore so we don't need splimp.Marco Peereboom
2005-04-17temporarly remove 802.11a channels from the set of supported channels untilDamien Bergamini
2005-04-17don't disassociate on SIOCSIFADDR if the interface is already up and running.Damien Bergamini
2005-04-17regenJonathan Gray
2005-04-17Add some common ids for unsupported wireless chipsets.Jonathan Gray
2005-04-17do {} while (0) wrapper for the debug printf macrosDavid Gwynne
2005-04-17regenJonathan Gray
2005-04-17Radeon 9800 Pro from Jonathan Fromer <jf at daimi.au.dk>Jonathan Gray
2005-04-16do not provide round_buffer if not needed unless explained why in commentsMichael Shalayeff
2005-04-16use snprintf to avoid crossing the overflow point; ok ottoTheo de Raadt
2005-04-16change usbd_printBCD() to return number of bytes really placed or 0, notTheo de Raadt
2005-04-16Add SATA 8 channel.Marco Peereboom
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