summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix a long-standing deadlock issue with vnode backed md(4) devices:phk2004-03-101-3/+5
* Eliminate multiple __FBSDID and sys/cdefs.h.bms2004-03-107-15/+0
* Use the external clock input for our PLL.phk2004-03-101-1/+1
* Trim unneeded includes from if_ndis_pccard.c and if_ndis_pci.c. Also removedwpaul2004-03-092-26/+0
* If the resource listing obtained from BUS_GET_RESOURCE_LIST() inwpaul2004-03-091-0/+20
* Fix an integer overflow when dealing with very large volumes. This bugle2004-03-091-1/+1
* Since vinum doesn't fake disklabels anymore, remove get_volume_label().le2004-03-092-62/+0
* Simplify some logic in converting a buffer to an integer.njl2004-03-091-1/+3
* Use an unsigned int instead of an int for the Get/Set Integer interface.njl2004-03-092-6/+6
* Use one bus_dma_tag_t for all pSRB instead of creating one for each.cognet2004-03-072-25/+50
* Sync to 1.166 of usbdevssanpei2004-03-072-2/+16
* Add support 2 devices(USB-DVD-R drives)sanpei2004-03-072-0/+10
* Add preliminary support for PCMCIA devices in addition to PCI/cardbus.wpaul2004-03-074-222/+648
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-0624-44/+58
* kthread_exit() no longer requires Giant, so don't force callers to acquirejhb2004-03-055-6/+2
* Lock Giant around the body of the adlink_loran() function used by thejhb2004-03-051-0/+2
* Document a sysctl.njl2004-03-051-1/+2
* A user can set tz_requested via the hw.acpi.thermal.tzX.active sysctl.njl2004-03-051-1/+1
* Implement a crude but functional usbd_ratecheck() to limit the numberphk2004-03-041-5/+3
* Only setup sii_reset on sii311[24].sos2004-03-041-2/+3
* Use auto-sense data provided by the lowlevel ATA code.thomas2004-03-041-1/+10
* Nursemaid: Fix tinderbox builds by removing the shadowing of the globalbms2004-03-041-7/+7
* Sync to 1.165 of usbdevssanpei2004-03-042-2/+18
* Add support SimpleTech UCF-100 USB CompactFlash reader(OnSpec Electronic, Inc.)sanpei2004-03-042-0/+8
* Fix an off-by-one error and rework our EC space handler. Writing to addressnjl2004-03-041-14/+15
* Don't disable Cx support and throttling on machines with a P_BLK_LEN != 6njl2004-03-041-3/+16
* Add a "quirks" value to disable quirks handling for a given boot.njl2004-03-041-5/+15
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allnjl2004-03-0311-69/+52
* Peter prefers it this way, bde might also[*]. I just want to have a chanceobrien2004-03-032-2/+2
* Prefer uintptr_t to intptr_t.obrien2004-03-032-6/+6
* Use a long as the opaque type so that it matches the size of a pointerobrien2004-03-031-1/+1
* Adjust lnc(4) for 64-bit platforms should it get newbus'ified.obrien2004-03-032-4/+4
* Adjust ed(4) for 64-bit platforms should it get newbus'ified.obrien2004-03-032-11/+12
* Use a long as the opaque type so that it matches the size of a pointerobrien2004-03-032-5/+5
* Add memory barrier routines for AMD64.obrien2004-03-031-1/+7
* Cast thru intptr_t on the way to void* for success on 64-bit platforms.obrien2004-03-032-6/+6
* Add support for quirks for acpi tables. Key off OEM vendor and revision.njl2004-03-035-34/+87
* Make swapbacked md(4) devices respect the -x and -y emulation arguments.phk2004-03-021-0/+4
* Add new Matrix Orbital LCD panel id's so that they are recognized andpeter2004-03-021-1/+11
* Regenpeter2004-03-022-2/+39
* Add some device id's for Matrix Orbital's newer LCD panels. These usepeter2004-03-021-0/+7
* 1. Fix compilation and panic while system boot problem after makedev wasrik2004-03-021-4/+22
* 1. Renames NCT constant to NCTAU. This will help while MFC to 4 branch.rik2004-03-021-25/+40
* If being verbose in the autosense code, print the original error.sos2004-03-021-4/+2
* Report the original command on failures that causes auto sense.sos2004-03-022-4/+7
* Fix getting progress data for some device in yet another way.sos2004-03-021-22/+36
* When we get a packet error, move on, don't go into an infinite loopjulian2004-03-021-0/+2
* Whitespace changes to match rest of file..julian2004-03-021-65/+102
* Change another pointer name that was missed in the previous commit.scottl2004-03-011-1/+1
* Check and free the actual pointer the was used in a malloc instead ofscottl2004-03-011-2/+2
OpenPOWER on IntegriCloud