summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Newbus returns a zeroed softc, so there's no need to call bzero() here.cognet2004-07-091-2/+0
* Apply the long-overdue hatchet of style(9) death to this file.bms2004-07-091-458/+547
* Further locking improvements for vr(4):bms2004-07-091-46/+69
* Add a 'suspended' flag to softc so that we can avoid races on detach.bms2004-07-091-0/+1
* Break out the isa and pccard front ends from fdc. This is the firstimp2004-07-074-304/+405
* Fix two problems:wpaul2004-07-072-13/+13
* Eliminate unneeded return keywords.bms2004-07-061-34/+1
* Whitespace passbms2004-07-061-54/+54
* Whitespace nitbms2004-07-051-1/+1
* Eliminate redundant return keywords.bms2004-07-051-29/+0
* Whitespace pass.bms2004-07-051-40/+39
* style(9):bms2004-07-051-75/+75
* Eliminate redundant return keywords.bms2004-07-051-48/+0
* Whitespace nitsbms2004-07-052-29/+29
* style(9) pass on prototypes.bms2004-07-051-21/+27
* Allocate the DMA channel shareable and only aquire it while thephk2004-07-051-15/+18
* Mark our interrupt shareable and don't insist on DMA. This gets us closerphk2004-07-041-4/+4
* Check the return value of bus_dmamem_alloc() correctly.bms2004-07-041-2/+4
* Add modemcontrol support for DTR and DCD.phk2004-07-041-6/+37
* Make the default memory range in the top 2GB of ram in the hopes thatimp2004-07-041-3/+5
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-044-9/+9
* Add device ID for atuwi USB wlan driver, Linksys WUSB11 v2.8 wireless adapter.sanpei2004-07-041-1/+3
* SMPng locking cleanup for vr(4).bms2004-07-031-66/+58
* - Another whitespace pass; make locking calls more obvious.bms2004-07-031-12/+10
* Unbreak -O2 build: initialize nstatus to avoid uninitialized warning.marcel2004-07-031-1/+3
* style(9) compliance.bms2004-07-021-276/+164
* Remove duplicate FreeBSD id.njl2004-07-021-2/+0
* Get rid of the strict aliasing error by retrieving the ECDT via a tablenjl2004-07-021-2/+3
* Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want tonetchild2004-07-021-0/+10
* Disable native ata support for now, too much breaksimp2004-07-021-1/+1
* Bring in the first chunk of altq driver modifications. This covers themlaier2004-07-025-25/+41
* Add support for the VIA Apollo KT400/400A/600 AGP host bridges which usejhb2004-07-021-0/+3
* PR kern/68474:tackerman2004-07-011-2/+2
* MFNetBSD.le2004-07-011-2/+3
* 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
OpenPOWER on IntegriCloud