summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | Trim a few things from the dmesg output and stick them under bootverbose tojhb2004-07-0110-34/+48
* | Use a separate flag when doing a kernel coredump when polling forps2004-07-012-3/+4
* | When building a kernel or the loader, let the hostname be overriddenps2004-07-012-2/+2
* | As per discussion at today's developer summit, add a comment to NOTESjhb2004-07-011-0/+1
* | Product and vendor ids for SIIG US2308 USB to Serial adaptor.brooks2004-07-012-17/+41
* | Set WARNS=2 for the module build of ACPI.marks2004-07-011-0/+1
* | Fix build: forward declare struct tty before defining the tty functionmarcel2004-07-011-0/+2
* | 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
* | Unbreak build: define __RMAN_RESOURCE_VISIBLEmarcel2004-06-301-0/+2
* | These need __RMAN_RESOURCE_VISIBLE, too.marius2004-06-306-0/+8
* | Remove the home-grown metadata facility in favour of the now genericjulian2004-06-302-120/+31
* | Define the tty methods as typedefs.phk2004-06-305-22/+24
* | 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
* | 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
OpenPOWER on IntegriCloud