summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* [1] Remove the generic bridge support from those drivers that had it. Theanholt2004-12-304-15/+55
* Don't call ugen_destroy_devnodes(). it is called from ugen_set_config()julian2004-12-291-3/+0
* Move WINBOND 4 port hub to its proper location in the file. It belongsimp2004-12-291-1/+3
* Add the Winbond made Hawking UH104 4-port hub.obrien2004-12-291-0/+6
* Rewrite ehci_abort_xfer() to use the method hinted at in the EHCI spec.julian2004-12-292-45/+108
* Pass an explicit pointer to the bus structure in the 'usb' device ivarjb2004-12-283-3/+3
* Don't probe for a disk unless explicitly enabled by a tunable.grehan2004-12-281-0/+6
* Rewrite piece of code which I committed some time ago that allows topjd2004-12-271-10/+8
* Remove duplicate CHPRODUCTS entry.imp2004-12-271-3/+2
* Minor cleanup: Reduce stack usage in probe method. Outdent probe. Usenjl2004-12-271-41/+38
* Remove trailing whitespace.njl2004-12-276-10/+10
* More minor diff reduction against netbsd:imp2004-12-261-4/+5
* Minor merges from NetBSD (up through 1.388):imp2004-12-261-27/+36
* Allow selection of a recording source on USB audio devices.julian2004-12-253-8/+95
* Allow recording on at least some USB audio devices.julian2004-12-253-2/+73
* Allow volume control on more channels/inputsjulian2004-12-251-18/+129
* MFNetBSD:julian2004-12-254-724/+1762
* Enable sk(4) for ATLQ.mlaier2004-12-241-5/+7
* Loosen the probe a bit.sos2004-12-241-5/+9
* Update the Promise support for combo (SATA+PATA) controllers.sos2004-12-241-1/+6
* Add recognition of O2Micro 711M1.imp2004-12-232-0/+2
* Include fcntl.hphk2004-12-221-3/+4
* Include fcntl.hphk2004-12-221-2/+2
* Include fcntl.hphk2004-12-221-2/+2
* Include fcntl.hphk2004-12-221-2/+2
* Don't include vnode.h.phk2004-12-221-3/+2
* Don't include vnode.hphk2004-12-221-1/+0
* Include fcntl.h not vnode.h.phk2004-12-221-2/+3
* Check O_NONBLOCK not IO_NDELAY.phk2004-12-222-3/+1
* #include fcntl.h not vnode.h. Check O_NONBLOCK not IO_NDELAY.phk2004-12-221-2/+2
* #include of <sys/vnode.h> not necesary.phk2004-12-221-1/+0
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-212-2/+2
* GEOMify the OFW disk driver. Code taken unashamedly fromgrehan2004-12-211-147/+126
* Oops, this one isn't readyjulian2004-12-201-625/+87
* Add a bunch of USB definitions from NetBSD.julian2004-12-201-87/+625
* Merge in a bunch of USB device and manufacturer definitions..julian2004-12-201-75/+97
* Only use the current value if there's one IRQ. Some systems returnnjl2004-12-201-8/+8
* Only try to use the 82503 serial interface for the 82557 chipsets. Themux2004-12-201-2/+2
* Enable jumbo frames on Yukon variants of sk(4).bz2004-12-201-2/+9
* Only report a critical battery level once until it's gone non-critical.njl2004-12-201-3/+9
* Move launching the worker thread from a SYSINIT to the first device'snjl2004-12-191-4/+10
* Add support for FC929X, which apparently is just a PCI-X version of FC929.sobomax2004-12-181-0/+7
* Slight change to formatting so that 'ctags' doesn'tjulian2004-12-181-1/+3
* Add support for the 5721 which seems to be similar to the 5750/5751.ps2004-12-172-0/+3
* Diff reduce wi_write_wep() relative to revision 1.168mdodd2004-12-171-41/+38
* Recognize the 32-bit form of the twe binary passthrough ioctl()s so thatpeter2004-12-172-0/+59
* Fix wep operation for station mode:sam2004-12-171-4/+28
* set ic_ibss_chan when entering RUN state to match ic_bss so the channelsam2004-12-171-0/+1
* remove power save logic from the tx path; the driver isn't ready to supportsam2004-12-171-6/+0
* Add a missing prototype.julian2004-12-171-2/+1
OpenPOWER on IntegriCloud