aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix the problem with the Cisco Aironet 340 PCMCIA card. Most newer driversBill Paul2004-03-111-0/+123
* Make the extern for adv_mcode match the reality: it's u_int8_t, butPoul-Henning Kamp2004-03-101-1/+1
* Fix a long-standing deadlock issue with vnode backed md(4) devices:Poul-Henning Kamp2004-03-101-3/+5
* Eliminate multiple __FBSDID and sys/cdefs.h.Bruce M Simpson2004-03-107-15/+0
* Use the external clock input for our PLL.Poul-Henning Kamp2004-03-101-1/+1
* Trim unneeded includes from if_ndis_pccard.c and if_ndis_pci.c. Also removedBill Paul2004-03-092-26/+0
* If the resource listing obtained from BUS_GET_RESOURCE_LIST() inBill Paul2004-03-091-0/+20
* Fix an integer overflow when dealing with very large volumes. This bugLukas Ertl2004-03-091-1/+1
* Since vinum doesn't fake disklabels anymore, remove get_volume_label().Lukas Ertl2004-03-092-62/+0
* Simplify some logic in converting a buffer to an integer.Nate Lawson2004-03-091-1/+3
* Use an unsigned int instead of an int for the Get/Set Integer interface.Nate Lawson2004-03-092-6/+6
* Use one bus_dma_tag_t for all pSRB instead of creating one for each.Olivier Houchard2004-03-072-25/+50
* Sync to 1.166 of usbdevsMIHIRA Sanpei Yoshiro2004-03-072-2/+16
* Add support 2 devices(USB-DVD-R drives)MIHIRA Sanpei Yoshiro2004-03-072-0/+10
* Add preliminary support for PCMCIA devices in addition to PCI/cardbus.Bill Paul2004-03-074-222/+648
* Augment /dev/sndstat with the module names, if applicable.Mathew Kanner2004-03-0624-44/+58
* kthread_exit() no longer requires Giant, so don't force callers to acquireJohn Baldwin2004-03-055-6/+2
* Lock Giant around the body of the adlink_loran() function used by theJohn Baldwin2004-03-051-0/+2
* Document a sysctl.Nate Lawson2004-03-051-1/+2
* A user can set tz_requested via the hw.acpi.thermal.tzX.active sysctl.Nate Lawson2004-03-051-1/+1
* Implement a crude but functional usbd_ratecheck() to limit the numberPoul-Henning Kamp2004-03-041-5/+3
* Only setup sii_reset on sii311[24].Søren Schmidt2004-03-041-2/+3
* Use auto-sense data provided by the lowlevel ATA code.Thomas Quinot2004-03-041-1/+10
* Nursemaid: Fix tinderbox builds by removing the shadowing of the globalBruce M Simpson2004-03-041-7/+7
* Sync to 1.165 of usbdevsMIHIRA Sanpei Yoshiro2004-03-042-2/+18
* Add support SimpleTech UCF-100 USB CompactFlash reader(OnSpec Electronic, Inc.)MIHIRA Sanpei Yoshiro2004-03-042-0/+8
* Fix an off-by-one error and rework our EC space handler. Writing to addressNate Lawson2004-03-041-14/+15
* Don't disable Cx support and throttling on machines with a P_BLK_LEN != 6Nate Lawson2004-03-041-3/+16
* Add a "quirks" value to disable quirks handling for a given boot.Nate Lawson2004-03-041-5/+15
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allNate Lawson2004-03-0311-69/+52
* Peter prefers it this way, bde might also[*]. I just want to have a chanceDavid E. O'Brien2004-03-032-2/+2
* Prefer uintptr_t to intptr_t.David E. O'Brien2004-03-032-6/+6
* Use a long as the opaque type so that it matches the size of a pointerDavid E. O'Brien2004-03-031-1/+1
* Adjust lnc(4) for 64-bit platforms should it get newbus'ified.David E. O'Brien2004-03-032-4/+4
* Adjust ed(4) for 64-bit platforms should it get newbus'ified.David E. O'Brien2004-03-032-11/+12
* Use a long as the opaque type so that it matches the size of a pointerDavid E. O'Brien2004-03-032-5/+5
* Add memory barrier routines for AMD64.David E. O'Brien2004-03-031-1/+7
* Cast thru intptr_t on the way to void* for success on 64-bit platforms.David E. O'Brien2004-03-032-6/+6
* Add support for quirks for acpi tables. Key off OEM vendor and revision.Nate Lawson2004-03-035-34/+87
* Make swapbacked md(4) devices respect the -x and -y emulation arguments.Poul-Henning Kamp2004-03-021-0/+4
* Add new Matrix Orbital LCD panel id's so that they are recognized andPeter Wemm2004-03-021-1/+11
* RegenPeter Wemm2004-03-022-2/+39
* Add some device id's for Matrix Orbital's newer LCD panels. These usePeter Wemm2004-03-021-0/+7
* 1. Fix compilation and panic while system boot problem after makedev wasRoman Kurakin2004-03-021-4/+22
* 1. Renames NCT constant to NCTAU. This will help while MFC to 4 branch.Roman Kurakin2004-03-021-25/+40
* If being verbose in the autosense code, print the original error.Søren Schmidt2004-03-021-4/+2
* Report the original command on failures that causes auto sense.Søren Schmidt2004-03-022-4/+7
* Fix getting progress data for some device in yet another way.Søren Schmidt2004-03-021-22/+36
* When we get a packet error, move on, don't go into an infinite loopJulian Elischer2004-03-021-0/+2
* Whitespace changes to match rest of file..Julian Elischer2004-03-021-65/+102