summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* MFNetBSD.le2004-07-011-2/+5
* Remove duplicate FreeBSD idimp2004-07-011-3/+0
* While this file still needs __RMAN_RESOURCE_VISIBLE to get the size ofimp2004-07-011-6/+9
* After re-exporting rman, et al, __RMAN_RESOURCE_VISIBLE is no longerimp2004-07-011-1/+0
* Add support to the uftdi driver for Intrepid Control Systems' vehiclebrooks2004-07-013-1/+27
* Fix build: the return type for t_break changed from int to void.mp2004-07-012-6/+4
* Trim a few things from the dmesg output and stick them under bootverbose tojhb2004-07-014-13/+19
* Use a separate flag when doing a kernel coredump when polling forps2004-07-012-3/+4
* Product and vendor ids for SIIG US2308 USB to Serial adaptor.brooks2004-07-012-17/+41
* It's not very useful to set a softc refcount around blocking read/writegreen2004-07-011-11/+9
* Rework the code that waits for a response from the EC. Use an sx locknjl2004-07-011-48/+35
* Define the tty methods as typedefs.phk2004-06-304-11/+7
* Remove extra RMAN_RESOURCE_VISISBLEimp2004-06-301-1/+0
* puc needs to peek into struct resource too.imp2004-06-301-0/+1
* This needs __RMAN_RESOURCE_VISIBLEphk2004-06-301-1/+1
* Add missing function debug trace macros to the new powerres functions.njl2004-06-301-0/+4
* Hide struct resource and struct rman. You must defineimp2004-06-301-0/+1
* Move flags into a private ivar so it can't collide with device flags.njl2004-06-306-124/+137
* Add a method for referencing/switching power resources based on _PRW.njl2004-06-301-11/+56
* Disable the EC GPE in the shutdown path. This is correct but is not knownnjl2004-06-301-0/+13
* Diff reduction for style.njl2004-06-301-6/+3
* Remove leftover debug output.sos2004-06-301-2/+2
* Add new quirk code that disables problem BIOS versions. Remove old quirknjl2004-06-301-74/+19
* Add the table quirk matching code. It matches rules defined in acpi_quirksnjl2004-06-301-0/+183
* Add machdep quirks functions. On i386, this disables acpi on systems withnjl2004-06-301-0/+6
* Add pnpinfo and location information to uhub. We also keep track ofimp2004-06-303-14/+151
* Remove saved_* from dc_softc. They are now no longer needed.imp2004-06-291-5/+0
* Update the special handling code for ATA devices to allow usage ofsos2004-06-291-54/+42
* Update for acpi_id_probe()njl2004-06-292-26/+19
* Staticize acpi_MatchHid() and include acpi_if.hnjl2004-06-291-1/+1
* Use the acpi_id_probe() method instead of acpi_MatchHid(), which is nownjl2004-06-298-66/+73
* Add implementation of the ACPI methods which hands them off to ACPI-CA.njl2004-06-291-5/+58
* Add acpi methods for HID/CID probing, evaluating objects, and walking thenjl2004-06-291-0/+77
* Use a default of the FADT for matching CreatorId quirks. Use XSDT to meannjl2004-06-291-6/+6
* Include isa/pnpvar.h and remove a duplicate copy of PNP_EISAID.njl2004-06-291-13/+2
* While booting, use DELAY() for waiting for the EC to respond instead ofnjl2004-06-281-6/+13
* Remove the setting of the pci config variables on power state changes.imp2004-06-285-113/+2
* Remove code to slam the config space on transition to d0.imp2004-06-281-56/+0
* Remove burn bridges code that saved/restored the pci config registersimp2004-06-284-135/+3
* another format nitimp2004-06-281-1/+2
* casting for printf happinessimp2004-06-281-4/+4
* - Shorten the names for the TTY related swi interrupt handlers as thejhb2004-06-283-5/+5
* rman_reserve_resource doesn't set the bushandle, so we have to do it here.imp2004-06-281-1/+1
* - Fix style bug in Dell Bluetooth adapter (don't repeat Vendor inalex2004-06-271-1/+2
* Now that all the in-tree referrences to these old files are gone, goimp2004-06-274-6941/+0
* MFp4:imp2004-06-271-1/+13
* MFp4:imp2004-06-274-257/+351
* MFp4:imp2004-06-271-14/+0
* MFp4: Set the bus handle to the bus handle of the resource, not theimp2004-06-271-3/+2
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-2727-29/+29
OpenPOWER on IntegriCloud