aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Removed duplicate __FBSDID(). Keep the one that style(9) likes.Ruslan Ermilov2004-03-141-3/+0
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-1437-129/+7
* Allow swap-backed devices to run without Giant.Alan Cox2004-03-141-3/+1
* Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a commonPeter Wemm2004-03-1310-16/+16
* Recognise the 82845G AGP bridge, and poke it appropriately atPeter Edwards2004-03-131-0/+5
* Add support for the Epson Perfection 1670 scanner.Tim J. Robbins2004-03-131-0/+1
* RegenTim J. Robbins2004-03-132-2/+9
* Add EPSON Perfection 1670 scanner.Tim J. Robbins2004-03-131-0/+1
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-128-13/+16
* This are the build infrastructure changes to allow to use theTom Rhodes2004-03-121-1/+8
* Don't set ifp->if_output to ether_output(), since ether_ifattach()Maxime Henrion2004-03-121-1/+0
* Properly count references of our dev_t to avoid triggering a KASSERT inLukas Ertl2004-03-112-0/+4
* Add yet another VIA pci id.Søren Schmidt2004-03-112-2/+4
* Stop setting ifp->if_output to ether_output() since ether_ifattach()Maxime Henrion2004-03-115-5/+0
* Add clone_setup() function rather than rely on lazy initialization.Poul-Henning Kamp2004-03-112-0/+2
* 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