aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Make the default memory range in the top 2GB of ram in the hopes thatWarner Losh2004-07-041-3/+5
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-044-9/+9
* Add device ID for atuwi USB wlan driver, Linksys WUSB11 v2.8 wireless adapter.MIHIRA Sanpei Yoshiro2004-07-041-1/+3
* SMPng locking cleanup for vr(4).Bruce M Simpson2004-07-031-66/+58
* - Another whitespace pass; make locking calls more obvious.Bruce M Simpson2004-07-031-12/+10
* Unbreak -O2 build: initialize nstatus to avoid uninitialized warning.Marcel Moolenaar2004-07-031-1/+3
* style(9) compliance.Bruce M Simpson2004-07-021-276/+164
* Remove duplicate FreeBSD id.Nate Lawson2004-07-021-2/+0
* Get rid of the strict aliasing error by retrieving the ECDT via a tableNate Lawson2004-07-021-2/+3
* Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want toAlexander Leidinger2004-07-021-0/+10
* Disable native ata support for now, too much breaksWarner Losh2004-07-021-1/+1
* Bring in the first chunk of altq driver modifications. This covers theMax Laier2004-07-025-25/+41
* Add support for the VIA Apollo KT400/400A/600 AGP host bridges which useJohn Baldwin2004-07-021-0/+3
* PR kern/68474:Tony Ackerman2004-07-011-2/+2
* MFNetBSD.Lukas Ertl2004-07-011-2/+3
* MFNetBSD.Lukas Ertl2004-07-011-2/+5
* Remove duplicate FreeBSD idWarner Losh2004-07-011-3/+0
* While this file still needs __RMAN_RESOURCE_VISIBLE to get the size ofWarner Losh2004-07-011-6/+9
* After re-exporting rman, et al, __RMAN_RESOURCE_VISIBLE is no longerWarner Losh2004-07-011-1/+0
* Add support to the uftdi driver for Intrepid Control Systems' vehicleBrooks Davis2004-07-013-1/+27
* Fix build: the return type for t_break changed from int to void.Mark Peek2004-07-012-6/+4
* Trim a few things from the dmesg output and stick them under bootverbose toJohn Baldwin2004-07-014-13/+19
* Use a separate flag when doing a kernel coredump when polling forPaul Saab2004-07-012-3/+4
* Product and vendor ids for SIIG US2308 USB to Serial adaptor.Brooks Davis2004-07-012-17/+41
* 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