summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Skip dependent functions when finding the resource from _PRS to use forNate Lawson2004-08-121-4/+8
* Only print the link name if there is a link. For the hardwired case, don'tNate Lawson2004-08-121-4/+7
* Allow null handles to be passed into acpi_name().Nate Lawson2004-08-121-1/+1
* Change the order of ata_dmainit/ata_allocate in preparation ofSøren Schmidt2004-08-124-48/+57
* Move towards isa attachment for pccbb. This is a work in progress, butWarner Losh2004-08-124-690/+1086
* Destroy mutexes on detach.Scott Long2004-08-121-0/+4
* Change FREE() to free()Scott Long2004-08-121-1/+1
* Remove the AAC_LOCK macros. They no longer abstract anything and onlyScott Long2004-08-124-48/+39
* Release the sync fib after the controller has been shut down. This alsoScott Long2004-08-121-0/+1
* Set IFF_NEEDSGIANT for fwe network interface since the firewireRobert Watson2004-08-121-1/+2
* Fix the PRT entry code in acpi_pci_link to always add the entry, even ifNate Lawson2004-08-122-42/+44
* Deorbit the fxp tuning hint (hint.fxp.UNIT_NUMBER.ipcbxmit_disable)Don Lewis2004-08-111-24/+2
* Unbreak after struct resource was hidden. Tested with EBus front-end onMarius Strobl2004-08-114-15/+19
* Add some more verbose warning/error messages to help with users reportingNate Lawson2004-08-111-17/+12
* Correctly export the size of our softc to newbus in our EISA attachement.Justin T. Gibbs2004-08-111-1/+1
* Remove badly broken pcic driver for NEWCARDWarner Losh2004-08-114-2461/+0
* Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach wasNate Lawson2004-08-115-477/+328
* Revert rev 1.93 and replace it by grabbing the vr lock before callingScott Long2004-08-111-2/+2
* Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB frameworkRobert Watson2004-08-116-6/+12
* Perform a lockless read to test whether an entropy havesting fifo isRobert Watson2004-08-111-0/+4
* Don't call DEVICE_RESUME a second time if DEVICE_SUSPEND fails. TheNate Lawson2004-08-101-11/+10
* Minimal fix to prevent crashes when an AGP v2 card is used with the new v3 VIAEric Anholt2004-08-092-1/+12
* Fix bad free() usage.Søren Schmidt2004-08-091-2/+8
* Close a race in ata_reinit().Søren Schmidt2004-08-092-3/+7
* make sure that ioctl's to ata use the proper cmd IOCATA...John-Mark Gurney2004-08-091-0/+3
* Add missing bit of last if_start workaround: mark scan calloutSam Leffler2004-08-081-1/+1
* Tag all geom classes in the tree with a version number.Poul-Henning Kamp2004-08-082-3/+5
* Add support Sony Handycam TRV-30 memory stick slotMIHIRA Sanpei Yoshiro2004-08-082-0/+5
* Use a ->fini() from the geom class to destroy the control device.Poul-Henning Kamp2004-08-081-40/+19
* Add support to Sony Ericsson USB Cable(Susteen USB Data Cable)MIHIRA Sanpei Yoshiro2004-08-082-0/+6
* Assume a finger of regular width when no width value is reported byPhilip Paeps2004-08-081-3/+10
* Add support AOpen VA1000 video capture cardMIHIRA Sanpei Yoshiro2004-08-082-2/+15
* Update support for Synaptics Touchpads (Volume IV)Philip Paeps2004-08-081-2/+2
* Update support for Synaptics Touchpads (Volume III)Philip Paeps2004-08-081-0/+26
* Update support for Synaptics Touchpads (Volume II)Philip Paeps2004-08-081-5/+26
* Update support for Synaptics Touchpads (Volume I)Philip Paeps2004-08-081-51/+62
* Add support for Belkin F5U409 serial-usb adapterMIHIRA Sanpei Yoshiro2004-08-072-1/+3
* The whitespace crusader strikes!Dag-Erling Smørgrav2004-08-072-95/+95
* Acquire vr lock before entering vr_setcfg() in vr_miibus_statchg(),Robert Watson2004-08-071-0/+2
* Correct the last commit so it works in error situations as well.Søren Schmidt2004-08-071-1/+1
* Pickup Giant in ath_rx_proc and when handling a beacon miss in order toSam Leffler2004-08-071-0/+6
* Fix a panic in ata_generic_transaction(). The DMA pointer of the channelNate Lawson2004-08-061-1/+1
* While we're revisiting old sins, try to clean up the code a little andDag-Erling Smørgrav2004-08-061-168/+176
* Do not use hardware flow control for the moment. There are some issuesMarcel Moolenaar2004-08-061-0/+8
* Refine updates to PCI irq routing. Check _STA and _CRS but only print aNate Lawson2004-08-061-28/+39
* Add flags for _STA (status) methods and convenience macros for checkingNate Lawson2004-08-062-4/+18
* Just because we have a serial console attached does not mean we don'tDag-Erling Smørgrav2004-08-051-1/+1
* Try to narrow down the race window on HW that does not have ways toSøren Schmidt2004-08-057-49/+46
* Add firmware revision to probe printf.Søren Schmidt2004-08-054-7/+9
* Now that mem(4) is a kernel module, we need to add a dependency onMaxime Henrion2004-08-051-0/+1