aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-06774-868/+886
* add copyright notice to something I wrote that didn't have oneWarner Losh2005-01-061-1/+1
* Fix KASSERT inversion that was introduced in 1.150, resulting in instantGiorgos Keramidas2005-01-051-1/+1
* Add support for Chase/Perle PCI FAST-4 4 port serial cards which appearWilko Bulte2005-01-051-0/+36
* Changes corresponding to the 9.1.5.2 release of twa on the 3ware website.Vinod Kashyap2005-01-058-19447/+22110
* Add needed synchronization to the error handling code that was introducedAlan Cox2005-01-051-0/+6
* Fix comment. One of the two "Step 4" shuold be a "step 5"Julian Elischer2005-01-051-1/+1
* Disable checksum offloading by default. It seems to produce corrupted packetsOlivier Houchard2005-01-051-2/+2
* Allow fxp(4) cards with a revision id of 0 to use the 82503 serialMaxime Henrion2005-01-041-1/+1
* return after freeing data element, instead of falling through, and usingJohn-Mark Gurney2005-01-041-0/+1
* Reduce diffs to work in progress before checking in serious changes.Philip Paeps2005-01-031-19/+20
* Remove comment that doesn't seem to be true and add comments describingJulian Elischer2005-01-031-17/+16
* A much simpler way to work out if the required transfer can be done in 2Julian Elischer2005-01-031-3/+2
* Add support for the Pixelview PlayTVJulian Elischer2005-01-022-1/+14
* In re_detach(), remove an extra call to ether_ifdetach().Olivier Houchard2005-01-021-1/+0
* Corrected a workaround that should only be applied to one adapter. WorkaroundTony Ackerman2005-01-011-2/+14
* Added device id support for Intel 82541ER and 82546GB dual port PCIE adapter.Tony Ackerman2005-01-011-0/+2
* Further update to the Promise code.Søren Schmidt2005-01-011-39/+70
* Attempt to fix Symbios driver on amd64. The private memory allocationStefan Eßer2005-01-011-0/+10
* Eliminate some of the egregious bypass of the 802.11 stateSam Leffler2005-01-011-18/+20
* Fix last second typos that crept in :-(.Warner Losh2004-12-311-2/+2
* bump copyright for 2005Sam Leffler2004-12-319-9/+9
* Implement mimimum system software delays, per PCI PM 1.1 spec, asWarner Losh2004-12-311-38/+55
* correct some typosSam Leffler2004-12-311-4/+4
* Radiotap fixups:Sam Leffler2004-12-312-21/+69
* for parts that require split keycache entries report theSam Leffler2004-12-311-1/+4
* Correct beacon timer setup logic:Sam Leffler2004-12-311-15/+14
* no need to sweep the tx q's for node references in ath_node_free; we knowSam Leffler2004-12-311-29/+0
* cleanup some assertionsSam Leffler2004-12-311-12/+6
* First pass at shortening names. Likely more can be done. GenerallyWarner Losh2004-12-311-88/+88
* Eliminate the redundant/verbose portion of the company names.Warner Losh2004-12-311-195/+195
* Finish merging usb vendors from NetBSD.Warner Losh2004-12-311-6/+45
* Roger is away, note that his maintainership isJulian Elischer2004-12-311-1/+4
* Stop explicitly touching td_base_pri outside of the scheduler and simplyJohn Baldwin2004-12-301-1/+4
* [1] Remove the generic bridge support from those drivers that had it. TheEric Anholt2004-12-304-15/+55
* Don't call ugen_destroy_devnodes(). it is called from ugen_set_config()Julian Elischer2004-12-291-3/+0
* Move WINBOND 4 port hub to its proper location in the file. It belongsWarner Losh2004-12-291-1/+3
* Add the Winbond made Hawking UH104 4-port hub.David E. O'Brien2004-12-291-0/+6
* Rewrite ehci_abort_xfer() to use the method hinted at in the EHCI spec.Julian Elischer2004-12-292-44/+107
* Pass an explicit pointer to the bus structure in the 'usb' device ivarJohn Birrell2004-12-283-3/+3
* Don't probe for a disk unless explicitly enabled by a tunable.Peter Grehan2004-12-281-0/+6
* Rewrite piece of code which I committed some time ago that allows toPawel Jakub Dawidek2004-12-271-10/+8
* Remove duplicate CHPRODUCTS entry.Warner Losh2004-12-271-3/+2
* Minor cleanup: Reduce stack usage in probe method. Outdent probe. UseNate Lawson2004-12-271-41/+38
* Remove trailing whitespace.Nate Lawson2004-12-276-10/+10
* More minor diff reduction against netbsd:Warner Losh2004-12-261-4/+5
* Minor merges from NetBSD (up through 1.388):Warner Losh2004-12-261-27/+36
* Allow selection of a recording source on USB audio devices.Julian Elischer2004-12-253-8/+95
* Allow recording on at least some USB audio devices.Julian Elischer2004-12-253-2/+73
* Allow volume control on more channels/inputsJulian Elischer2004-12-251-18/+129