summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Type 'int' is too small for 'i' and 'lastp' variables. Use proper type,pjd2004-09-161-2/+2
* Don't print a warning message if the _CRS value is empty. This is alreadynjl2004-09-161-7/+5
* Ignore leading '_' in model name returned by devices.sos2004-09-161-1/+1
* default: case shouldn't set an error yet either.imp2004-09-161-1/+0
* Reserve the DMA memory at attach time, rather than at use. Whileimp2004-09-161-15/+12
* If the timeout handler runs and notices that commands are timed out, checkscottl2004-09-162-0/+11
* For the moment, treat failures to attach floppy drives as non-fatalimp2004-09-161-2/+0
* Backout the code which tries to use undocumented way to determine ifsobomax2004-09-151-43/+5
* Flush the queue of minor fixes to pst.sos2004-09-153-5/+3
* #include <isa/isavar.h> instead of <i386/isa/isa_dma.h>phk2004-09-152-2/+2
* Fix a typo that affects !i386.alc2004-09-152-2/+2
* Add missing NGE_LOCK_DESTROY() to nge_detach().wpaul2004-09-141-0/+2
* Make two major changes to this code to address some stability/corruptionwpaul2004-09-142-300/+239
* Deallocate VM object on failure.pjd2004-09-141-0/+2
* One more missing NDFREE(9).pjd2004-09-141-0/+1
* - Don't forget about NDFREE() in case of vn_open() failure.pjd2004-09-141-2/+4
* Fix UMA zone leak.pjd2004-09-141-0/+1
* Use bus_setup_intr in preference to BUS_SETUP_INTR.imp2004-09-141-1/+1
* Set up the data flow flag correctly so that bounced buffers have a chance ofscottl2004-09-141-1/+1
* Checkpoint the fdc resource changes:imp2004-09-144-121/+121
* Pull the correct clock frequency value out of OFW. Why the helper functionscottl2004-09-131-2/+6
* Change sb_lock() calls to sbc_lockassert() and remove the sb_unlock()truckman2004-09-121-4/+2
* Put some of the probe messages under bootverbose so to lessen the noise.scottl2004-09-121-15/+16
* Remove unneeded TX channel wakeup from vge_txeof(). This was putwpaul2004-09-111-1/+0
* Fix build if both of BKTR_USE_FREEBSD_SMBUS and BKTR_NEW_MSP34XX_DRIVER aredwhite2004-09-111-0/+4
* Remove unneeded VGE_UNLOCK() in vge_detach().wpaul2004-09-111-1/+0
* Add device driver support for the VIA Networking Technologieswpaul2004-09-106-0/+4106
* Make it depend on PCI as well.mjacob2004-09-101-0/+1
* Make sym depend, as a module, on cam.mjacob2004-09-101-0/+1
* Reduce the amount of memory reported to busdma.sos2004-09-102-8/+10
* Convert sndstat_lock from a mutex to an sx lock. sndstat_read()truckman2004-09-101-26/+29
* Add comments about why we're freeing subdevs (which is completelyimp2004-09-091-8/+11
* We don't need a uhub_child_detached() routine now that we don't detachimp2004-09-091-34/+2
* Shame on me. I screwed up product ID for the 3COM Bluetooth PC-Card.emax2004-09-091-1/+1
* For the moment, back out my back out of green's 1.87 commit. While itimp2004-09-091-11/+9
* Release the hold on ata_delayed_attach earlier so we can use tsleepsos2004-09-091-6/+7
* Clean up rev 1.49 by using the temperature conversion for _PSV also andnjl2004-09-081-4/+5
* Back out 1.88.imp2004-09-081-9/+11
* Don't change the state of the system in acpi_tz_establish(). Before, wenjl2004-09-071-16/+22
* Instead of trusting _STA from power resources, cache the first valuenjl2004-09-071-5/+11
* Do the small amount of tweaking to support PAE for at least initiator mode.mjacob2004-09-071-1/+137
* Use bioq_takefirst()phk2004-09-071-3/+1
* Remove layer intermixing. Device driver should pass the frame shouldglebius2004-09-061-20/+2
* Add a missing splx().simokawa2004-09-061-0/+1
* Use %zu to format size_t.des2004-09-051-2/+2
* Device driver for the Cypress CY7C637xx and CY7C640/1xx families of USBdes2004-09-051-0/+634
* Fixed build with DEVICE_POLLING defined.ru2004-09-041-2/+2
* Add support Western Digital External USB HDDsanpei2004-09-042-1/+10
* Add support Nikon CoolScan LS40 EDsanpei2004-09-032-1/+4
* Add support Qualcomm CDMA modemsanpei2004-09-032-0/+3
OpenPOWER on IntegriCloud