summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix a panic in ata_generic_transaction(). The DMA pointer of the channelnjl2004-08-061-1/+1
* While we're revisiting old sins, try to clean up the code a little anddes2004-08-061-168/+176
* Do not use hardware flow control for the moment. There are some issuesmarcel2004-08-061-0/+8
* Refine updates to PCI irq routing. Check _STA and _CRS but only print anjl2004-08-061-28/+39
* Add flags for _STA (status) methods and convenience macros for checkingnjl2004-08-062-4/+18
* Just because we have a serial console attached does not mean we don'tdes2004-08-051-1/+1
* Try to narrow down the race window on HW that does not have ways tosos2004-08-057-49/+46
* Add firmware revision to probe printf.sos2004-08-054-7/+9
* Now that mem(4) is a kernel module, we need to add a dependency onmux2004-08-051-0/+1
* Work around non-compliant BIOS PCI link devices. Some systems have thenjl2004-08-051-0/+31
* Implement TCP/UDP Transmit/Receive checksum offload.yongari2004-08-054-17/+174
* Fix module builds for i386 and amd64.markm2004-08-042-2/+62
* Correct a very rare case where command ordering could be compromisedgibbs2004-08-047-110/+358
* Unbreak LINT by making sure that method is always defined.philip2004-08-041-0/+4
* Fix and add deivce ID's.simokawa2004-08-042-4/+9
* Fix problems with the OFW console which happen when the system goesgad2004-08-041-1/+1
* Further cleanup: merge the three led toggling functionsphilip2004-08-031-41/+55
* Use the acpi_{Get,Set}Integer functions instead of rolling custom ones.njl2004-08-031-78/+32
* Fix the ACPI_DEBUG case by removing a now unused variable.njl2004-08-031-3/+0
* Minor cleanups:wpaul2004-08-031-2/+8
* Initialize variables to fix kernel build on AMD64.obrien2004-08-031-0/+2
* Use the slot, not an otherwise unused index variable as the probe offset.njl2004-08-031-2/+2
* /tmp/mnjl2004-08-031-188/+69
* Change EISA probing to be less invasive. Instead of probing all slotsnjl2004-08-031-11/+43
* - Set the CAM status to CAM_SCSI_STATUS_ERROR rather than CAM_REQ_CMPmarius2004-08-021-11/+8
* Add some style(9) touch ups; style(9) states that new code should followtrhodes2004-08-026-68/+67
* Reinstate a usb_transfer_complete() call that got lost in theiedowse2004-08-021-0/+1
* Add module versions.markm2004-08-023-0/+3
* Go back to the historical minor numbers. Add a module version whilemarkm2004-08-021-2/+3
* Make the USB subsystem unloadable and detachable, though currentlyiedowse2004-08-0211-76/+158
* When searching for a suitable block of memory on the free list,iedowse2004-08-021-1/+2
* Attempt to follow the correct procedure for synchronising with theiedowse2004-08-024-7/+83
* Unbreak DEVICE_POLLING build / LINT. Sorry!mlaier2004-08-021-1/+1
* Document machdep.enable_panic_key.scottl2004-08-021-1/+1
* * Add a "how" argument to uma_zone constructors and initialization functionsgreen2004-08-021-21/+12
* Second part of ALTQ driver modifications, covering:mlaier2004-08-016-26/+49
* The watchdog callout executes with the (non-sleepable) ifnet lock heldwpaul2004-08-011-1/+1
* Implement basic support for EHCI interrupt pipes. This is unlikelyiedowse2004-08-012-11/+283
* YA oops. Remove code that was being tested locally.markm2004-08-011-21/+0
* Change the default to switch on DMA on ATAPI devices if they cansos2004-08-011-3/+5
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-013-9/+224
* Add some minor changes related to PCMCIA attribute memory mappingwpaul2004-08-011-2/+18
* Add copyright notices.fjoe2004-07-313-3/+78
* Fix the panic (""memory modified after free") when ata_getparam() failssos2004-07-311-0/+1
* Fix the reset sequence for sx4/sx4000 type controllers, it could hang thesos2004-07-301-1/+1
* Add support for the Synaptics Touchpad mouse driver. I reworked thenjl2004-07-301-1/+213
* Clean up structure packing.ps2004-07-292-25/+22
* Fix ACPI floppy enumeration for three types of divergent behavior.njl2004-07-281-40/+90
* Remove buggy (root filesystems may not have cdev) and pointlessphk2004-07-281-8/+3
* Avoid casts as lvalues.kan2004-07-282-3/+3
OpenPOWER on IntegriCloud