aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* It's not very useful to set a softc refcount around blocking read/writeBrian Feldman2004-07-011-11/+9
* Rework the code that waits for a response from the EC. Use an sx lockNate Lawson2004-07-011-48/+35
* Define the tty methods as typedefs.Poul-Henning Kamp2004-06-304-11/+7
* Remove extra RMAN_RESOURCE_VISISBLEWarner Losh2004-06-301-1/+0
* puc needs to peek into struct resource too.Warner Losh2004-06-301-0/+1
* This needs __RMAN_RESOURCE_VISIBLEPoul-Henning Kamp2004-06-301-1/+1
* Add missing function debug trace macros to the new powerres functions.Nate Lawson2004-06-301-0/+4
* Hide struct resource and struct rman. You must defineWarner Losh2004-06-301-0/+1
* Move flags into a private ivar so it can't collide with device flags.Nate Lawson2004-06-306-124/+137
* Add a method for referencing/switching power resources based on _PRW.Nate Lawson2004-06-301-11/+56
* Disable the EC GPE in the shutdown path. This is correct but is not knownNate Lawson2004-06-301-0/+13
* Diff reduction for style.Nate Lawson2004-06-301-6/+3
* Remove leftover debug output.Søren Schmidt2004-06-301-2/+2
* Add new quirk code that disables problem BIOS versions. Remove old quirkNate Lawson2004-06-301-74/+19
* Add the table quirk matching code. It matches rules defined in acpi_quirksNate Lawson2004-06-301-0/+183
* Add machdep quirks functions. On i386, this disables acpi on systems withNate Lawson2004-06-301-0/+6
* Add pnpinfo and location information to uhub. We also keep track ofWarner Losh2004-06-303-14/+151
* Remove saved_* from dc_softc. They are now no longer needed.Warner Losh2004-06-291-5/+0
* Update the special handling code for ATA devices to allow usage ofSøren Schmidt2004-06-291-54/+42
* Update for acpi_id_probe()Nate Lawson2004-06-292-24/+17
* Staticize acpi_MatchHid() and include acpi_if.hNate Lawson2004-06-291-1/+1
* Use the acpi_id_probe() method instead of acpi_MatchHid(), which is nowNate Lawson2004-06-298-65/+72
* Add implementation of the ACPI methods which hands them off to ACPI-CA.Nate Lawson2004-06-291-5/+58
* Add acpi methods for HID/CID probing, evaluating objects, and walking theNate Lawson2004-06-291-0/+77
* Use a default of the FADT for matching CreatorId quirks. Use XSDT to meanNate Lawson2004-06-291-6/+6
* Include isa/pnpvar.h and remove a duplicate copy of PNP_EISAID.Nate Lawson2004-06-291-13/+2
* While booting, use DELAY() for waiting for the EC to respond instead ofNate Lawson2004-06-281-6/+13
* Remove the setting of the pci config variables on power state changes.Warner Losh2004-06-285-113/+2
* Remove code to slam the config space on transition to d0.Warner Losh2004-06-281-56/+0
* Remove burn bridges code that saved/restored the pci config registersWarner Losh2004-06-284-135/+3
* another format nitWarner Losh2004-06-281-1/+2
* casting for printf happinessWarner Losh2004-06-281-4/+4
* - Shorten the names for the TTY related swi interrupt handlers as theJohn Baldwin2004-06-283-5/+5
* rman_reserve_resource doesn't set the bushandle, so we have to do it here.Warner Losh2004-06-281-1/+1
* - Fix style bug in Dell Bluetooth adapter (don't repeat Vendor inAlexander Langer2004-06-271-1/+2
* Now that all the in-tree referrences to these old files are gone, goWarner Losh2004-06-274-6941/+0
* MFp4:Warner Losh2004-06-271-1/+13
* MFp4:Warner Losh2004-06-274-255/+349
* MFp4:Warner Losh2004-06-271-14/+0
* MFp4: Set the bus handle to the bus handle of the resource, not theWarner Losh2004-06-271-3/+2
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.Warner Losh2004-06-2727-29/+29
* Guard against us having no tty pointer.Poul-Henning Kamp2004-06-271-1/+2
* Fix a tuner problem.Jens Schweikhardt2004-06-271-1/+3
* Catch up with usbd_get_string_desc() change.Lukas Ertl2004-06-261-2/+3
* Our softc has no sc_hdev, but a sc_dev. This in turn has no directLukas Ertl2004-06-261-18/+0
* MFNetBSD.Lukas Ertl2004-06-265-22/+52
* Pick the hotchar out of the tty structure instead of caching privatePoul-Henning Kamp2004-06-269-42/+31
* MFNetBSD.Lukas Ertl2004-06-261-2/+5
* MFNetBSD ehci.c and ehcireg.hLukas Ertl2004-06-262-47/+52
* Add support for LSI type software RAID's.Søren Schmidt2004-06-252-29/+335