aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unneeded return keywords.Bruce M Simpson2004-07-061-34/+1
* Whitespace passBruce M Simpson2004-07-061-54/+54
* Whitespace nitBruce M Simpson2004-07-051-1/+1
* Eliminate redundant return keywords.Bruce M Simpson2004-07-051-29/+0
* Whitespace pass.Bruce M Simpson2004-07-051-39/+38
* style(9):Bruce M Simpson2004-07-051-75/+75
* Eliminate redundant return keywords.Bruce M Simpson2004-07-051-48/+0
* Whitespace nitsBruce M Simpson2004-07-052-29/+29
* style(9) pass on prototypes.Bruce M Simpson2004-07-051-21/+27
* Allocate the DMA channel shareable and only aquire it while thePoul-Henning Kamp2004-07-051-15/+18
* Mark our interrupt shareable and don't insist on DMA. This gets us closerPoul-Henning Kamp2004-07-041-4/+4
* Check the return value of bus_dmamem_alloc() correctly.Bruce M Simpson2004-07-041-2/+4
* Add modemcontrol support for DTR and DCD.Poul-Henning Kamp2004-07-041-6/+37
* 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