aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFNetBSD:Julian Elischer2004-12-254-718/+1756
* Enable sk(4) for ATLQ.Max Laier2004-12-241-5/+7
* Loosen the probe a bit.Søren Schmidt2004-12-241-5/+9
* Update the Promise support for combo (SATA+PATA) controllers.Søren Schmidt2004-12-241-1/+6
* Add recognition of O2Micro 711M1.Warner Losh2004-12-232-0/+2
* Include fcntl.hPoul-Henning Kamp2004-12-221-3/+4
* Include fcntl.hPoul-Henning Kamp2004-12-221-2/+2
* Include fcntl.hPoul-Henning Kamp2004-12-221-2/+2
* Include fcntl.hPoul-Henning Kamp2004-12-221-2/+2
* Don't include vnode.h.Poul-Henning Kamp2004-12-221-3/+2
* Don't include vnode.hPoul-Henning Kamp2004-12-221-1/+0
* Include fcntl.h not vnode.h.Poul-Henning Kamp2004-12-221-2/+3
* Check O_NONBLOCK not IO_NDELAY.Poul-Henning Kamp2004-12-222-3/+1
* #include fcntl.h not vnode.h. Check O_NONBLOCK not IO_NDELAY.Poul-Henning Kamp2004-12-221-2/+2
* #include of <sys/vnode.h> not necesary.Poul-Henning Kamp2004-12-221-1/+0
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-212-2/+2
* GEOMify the OFW disk driver. Code taken unashamedly fromPeter Grehan2004-12-211-143/+122
* Oops, this one isn't readyJulian Elischer2004-12-201-625/+87
* Add a bunch of USB definitions from NetBSD.Julian Elischer2004-12-201-87/+625
* Merge in a bunch of USB device and manufacturer definitions..Julian Elischer2004-12-201-75/+97
* Only use the current value if there's one IRQ. Some systems returnNate Lawson2004-12-201-8/+8
* Only try to use the 82503 serial interface for the 82557 chipsets. TheMaxime Henrion2004-12-201-2/+2
* Enable jumbo frames on Yukon variants of sk(4).Bjoern A. Zeeb2004-12-201-2/+9
* Only report a critical battery level once until it's gone non-critical.Nate Lawson2004-12-201-3/+9
* Move launching the worker thread from a SYSINIT to the first device'sNate Lawson2004-12-191-4/+10
* Add support for FC929X, which apparently is just a PCI-X version of FC929.Maxim Sobolev2004-12-181-0/+7
* Slight change to formatting so that 'ctags' doesn'tJulian Elischer2004-12-181-1/+3