summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* We need to make resources visible here as well.imp2004-06-301-0/+1
* Hide struct resource and struct rman. You must defineimp2004-06-305-0/+10
* 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
* My last commit broke oldcard. Rather than duplicate the lines forimp2004-06-301-1/+1
* Move acpi_if.m to files.{amd64,i386,ia64}. This should fix the alpha build.njl2004-06-304-1/+3
* The ahb module is not needed for pc98.nyan2004-06-301-1/+1
* Remove leftover debug output.sos2004-06-301-2/+2
* Like usbdevs, use before-depend to ensure ordering.njl2004-06-301-1/+1
* Restore the terminating backslash lost by a typo.njl2004-06-301-1/+1
* Make acpi_quirks.h conditional on device acpi.njl2004-06-301-1/+1
* Add new quirk code that disables problem BIOS versions. Remove old quirknjl2004-06-301-74/+19
* Add glue for building acpi_quirk.cnjl2004-06-302-2/+3
* 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-304-0/+42
* Complete quirk handling script by matching the in-kernel table format.njl2004-06-301-16/+11
* Add pnpinfo and location information to uhub. We also keep track ofimp2004-06-303-14/+151
* Include more information about the device in the devadded andimp2004-06-301-2/+38
* Fix leftover argument to pmap_unuse_pt(). I committed the wrong diff.peter2004-06-301-1/+1
* Document the MUTEX_WAKE_ALL option and turn it on in LINT.jhb2004-06-301-0/+5
* Add ahb module for i386 and alpha (the onlt two platforms that have eisaimp2004-06-291-0/+3
* Add the ahb module for old Adaptec 1742 drivers now that eisa busimp2004-06-291-0/+12
* Remove saved_* from dc_softc. They are now no longer needed.imp2004-06-292-10/+0
* Update the special handling code for ATA devices to allow usage ofsos2004-06-291-54/+42
* Update for acpi_id_probe()njl2004-06-294-52/+38
* 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_if.h dependencies to module build.njl2004-06-294-4/+5
* Add acpi methods for HID/CID probing, evaluating objects, and walking thenjl2004-06-293-1/+79
* Reduce the size of pv entries by 15%. This saves 1MB of KVA for mappingpeter2004-06-292-17/+15
* Remove 3rd clause from the licence.marks2004-06-292-4/+0
* Use a default of the FADT for matching CreatorId quirks. Use XSDT to meannjl2004-06-291-6/+6
* Fix regression in last commit.phk2004-06-291-1/+1
* Oops, this didn't make it into my submit before I committed: Deferjhb2004-06-291-7/+19
* Mess from update & merge - don't release the ifnet lock twice, just oncedarrenr2004-06-291-3/+0
* Wrap long line.peter2004-06-291-1/+3
* Add two new kernel options to allow rudimentary profiling of the internaljhb2004-06-294-3/+99
* 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
* Initialize result->backing_object_offset before linking result onto the list oftegge2004-06-281-5/+5
* 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-2815-473/+6
* Use MIN() macro rather than ulmin() inline, and fix stray tabgallatin2004-06-281-3/+3
* Fix alpha - the use of min() on longs was loosing the high bits andgallatin2004-06-281-3/+3
* Build usbdevs.himp2004-06-282-2/+2
* Remove the signal_caught argument from sleepq_timedwait() as it wasjhb2004-06-284-8/+5
OpenPOWER on IntegriCloud