aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Assume a finger of regular width when no width value is reported byPhilip Paeps2004-08-081-3/+10
* Add support AOpen VA1000 video capture cardMIHIRA Sanpei Yoshiro2004-08-082-2/+15
* Update support for Synaptics Touchpads (Volume IV)Philip Paeps2004-08-081-2/+2
* Update support for Synaptics Touchpads (Volume III)Philip Paeps2004-08-081-0/+26
* Update support for Synaptics Touchpads (Volume II)Philip Paeps2004-08-081-5/+26
* Update support for Synaptics Touchpads (Volume I)Philip Paeps2004-08-081-51/+62
* Add support for Belkin F5U409 serial-usb adapterMIHIRA Sanpei Yoshiro2004-08-072-1/+3
* The whitespace crusader strikes!Dag-Erling Smørgrav2004-08-072-95/+95
* Acquire vr lock before entering vr_setcfg() in vr_miibus_statchg(),Robert Watson2004-08-071-0/+2
* Correct the last commit so it works in error situations as well.Søren Schmidt2004-08-071-1/+1
* Pickup Giant in ath_rx_proc and when handling a beacon miss in order toSam Leffler2004-08-071-0/+6
* Fix a panic in ata_generic_transaction(). The DMA pointer of the channelNate Lawson2004-08-061-1/+1
* While we're revisiting old sins, try to clean up the code a little andDag-Erling Smørgrav2004-08-061-168/+176
* Do not use hardware flow control for the moment. There are some issuesMarcel Moolenaar2004-08-061-0/+8
* Refine updates to PCI irq routing. Check _STA and _CRS but only print aNate Lawson2004-08-061-28/+39
* Add flags for _STA (status) methods and convenience macros for checkingNate Lawson2004-08-062-4/+18
* Just because we have a serial console attached does not mean we don'tDag-Erling Smørgrav2004-08-051-1/+1
* Try to narrow down the race window on HW that does not have ways toSøren Schmidt2004-08-057-49/+46
* Add firmware revision to probe printf.Søren Schmidt2004-08-054-7/+9
* Now that mem(4) is a kernel module, we need to add a dependency onMaxime Henrion2004-08-051-0/+1
* Work around non-compliant BIOS PCI link devices. Some systems have theNate Lawson2004-08-051-0/+31
* Implement TCP/UDP Transmit/Receive checksum offload.Pyun YongHyeon2004-08-054-17/+174
* Fix module builds for i386 and amd64.Mark Murray2004-08-042-2/+62
* Correct a very rare case where command ordering could be compromisedJustin T. Gibbs2004-08-047-110/+358
* Unbreak LINT by making sure that method is always defined.Philip Paeps2004-08-041-0/+4
* Fix and add deivce ID's.Hidetoshi Shimokawa2004-08-042-4/+9
* Fix problems with the OFW console which happen when the system goesGarance A Drosehn2004-08-041-1/+1
* Further cleanup: merge the three led toggling functionsPhilip Paeps2004-08-031-39/+53
* Use the acpi_{Get,Set}Integer functions instead of rolling custom ones.Nate Lawson2004-08-031-78/+32
* Fix the ACPI_DEBUG case by removing a now unused variable.Nate Lawson2004-08-031-3/+0
* Minor cleanups:Bill Paul2004-08-031-2/+8
* Initialize variables to fix kernel build on AMD64.David E. O'Brien2004-08-031-0/+2
* Use the slot, not an otherwise unused index variable as the probe offset.Nate Lawson2004-08-031-2/+2
* /tmp/mNate Lawson2004-08-031-188/+69
* Change EISA probing to be less invasive. Instead of probing all slotsNate Lawson2004-08-031-11/+43
* - Set the CAM status to CAM_SCSI_STATUS_ERROR rather than CAM_REQ_CMPMarius Strobl2004-08-021-11/+8
* Add some style(9) touch ups; style(9) states that new code should followTom Rhodes2004-08-026-68/+67
* Reinstate a usb_transfer_complete() call that got lost in theIan Dowse2004-08-021-0/+1
* Add module versions.Mark Murray2004-08-023-0/+3
* Go back to the historical minor numbers. Add a module version whileMark Murray2004-08-021-2/+3
* Make the USB subsystem unloadable and detachable, though currentlyIan Dowse2004-08-0211-76/+158
* When searching for a suitable block of memory on the free list,Ian Dowse2004-08-021-1/+2
* Attempt to follow the correct procedure for synchronising with theIan Dowse2004-08-024-7/+83
* Unbreak DEVICE_POLLING build / LINT. Sorry!Max Laier2004-08-021-1/+1
* Document machdep.enable_panic_key.Scott Long2004-08-021-1/+1
* * Add a "how" argument to uma_zone constructors and initialization functionsBrian Feldman2004-08-021-21/+12
* Second part of ALTQ driver modifications, covering:Max Laier2004-08-016-26/+49
* The watchdog callout executes with the (non-sleepable) ifnet lock heldBill Paul2004-08-011-1/+1
* Implement basic support for EHCI interrupt pipes. This is unlikelyIan Dowse2004-08-012-11/+283
* YA oops. Remove code that was being tested locally.Mark Murray2004-08-011-21/+0