summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Until I'm ready to commit the better pccard probe/attach routines, effectivelyimp2004-07-111-0/+2
* Introduce ttygone() which indicates that the hardware is detached.phk2004-07-1112-299/+36
* Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory()wpaul2004-07-113-22/+75
* Update for the KDB framework. Sanitize the alpha console code now thatmarcel2004-07-103-314/+81
* Update for the KDB framework:marcel2004-07-104-4/+5
* Update for the KDB framework:marcel2004-07-101-6/+5
* Update for the KDB framework:marcel2004-07-101-8/+6
* Update for the KDB framework:marcel2004-07-101-3/+2
* Remove DDB. The one user of this macro has been changed to use BVDDB.marcel2004-07-101-1/+0
* s/DDB/BVDDB/gmarcel2004-07-101-1/+1
* Update for the KDB framework:marcel2004-07-101-6/+5
* Update for the KDB framework:marcel2004-07-101-8/+8
* Update for the KDB framework:marcel2004-07-101-3/+2
* Update for the KDB framework:marcel2004-07-101-3/+2
* Update for the KDB framework:marcel2004-07-101-3/+2
* Update for the KDB framework:marcel2004-07-101-49/+4
* Update for the KDB framework:marcel2004-07-101-4/+2
* Update for the KDB framework:marcel2004-07-101-2/+3
* Add support for uart(4) being a debug port for the GDB backend.marcel2004-07-101-0/+101
* Remove a pointless check.phk2004-07-101-2/+0
* - Add missing <sys/module.h>. [1]marius2004-07-091-6/+2
* Do not bzero() the softc, as newbus does it for us.cognet2004-07-095-5/+0
* 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
OpenPOWER on IntegriCloud