aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary #include of brgphyreg.h, left over from when Stuart usedBill Paul2003-09-091-1/+0
* Add a device driver for the Broadcom BCM4401 ethernet controller,Bill Paul2003-09-094-0/+2073
* Use PCIR_BAR() instead of a magic offset.Scott Long2003-09-091-1/+1
* Disallow attempts to suspend to S0. It was only enabled for testing.Nate Lawson2003-09-091-10/+11
* Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver andEric Anholt2003-09-0917-71/+1261
* Quiet down boot verbose and allow commands to be submitted to a targetPaul Saab2003-09-081-2/+1
* Add another ID for the SiI3112a SATA chip as used on the Adaptec 1210SA.Søren Schmidt2003-09-082-7/+13
* Limit the size of the rebuild requests to be within safety.Søren Schmidt2003-09-081-3/+6
* #ifdef out the vague ATA disk detection code causing fake ATA disksSøren Schmidt2003-09-081-0/+2
* Handle shared channels better.Søren Schmidt2003-09-081-11/+18
* Update the PIO mode gathering code.Søren Schmidt2003-09-081-7/+9
* Dont re-arm the timeout twice on a timeout error.Søren Schmidt2003-09-081-5/+0
* Take the support for the 8139C+/8169/8169S/8110S chips out of theBill Paul2003-09-082-2/+2433
* Remove the assumption that a bus_space_handle_t is an I/O addressMarcel Moolenaar2003-09-079-48/+91
* update my email address.Cameron Grant2003-09-0736-37/+37
* Better stab at MD code for pc98. The 8251 stuff is a total lieWarner Losh2003-09-074-0/+976
* The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar2003-09-0624-0/+5902
* Enhance puc(4) to support uart(4). This includes:Marcel Moolenaar2003-09-066-77/+334
* No need for a separate nfpm driver now - amdpm handles both.Doug Rabson2003-09-061-1/+0
* change timeout to be MPSAFESam Leffler2003-09-052-5/+5
* o add experimental radiotap capture formatSam Leffler2003-09-055-13/+125
* Add support for the experimental radiotap capture format. With thisSam Leffler2003-09-053-11/+112
* Fix off-by-one error in array bounds check.Poul-Henning Kamp2003-09-051-1/+1
* Forgotten in previous commit to atapi-cd.c: Add #ifndef BURN_BRIDGESPoul-Henning Kamp2003-09-051-0/+2
* Be less confusing in a comment.Poul-Henning Kamp2003-09-051-1/+1
* Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.Poul-Henning Kamp2003-09-052-3/+25
* Whacked out CIS configurations can cause us to not have any child. WhenWarner Losh2003-09-051-2/+4
* Don't free the buffer if it wasn't actually allocated.Nate Lawson2003-09-041-1/+1
* Bring back PCIR_HEADERTYPE as an alias for PCIR_HDRTYPE under BURN_BRIDGESJohn Baldwin2003-09-031-0/+3
* Replace another instance of PCIR_MAPS with PCIR_BAR(x).John Baldwin2003-09-031-1/+1
* Recognize the OHCI USB device on Opteron-based nForce3 motherboardsDavid E. O'Brien2003-09-031-0/+9
* Recognize the sound chip on the Opteron-based nForce3 motherboardsDavid E. O'Brien2003-09-031-0/+4
* Support the nForce3 chip found on Opteron motherboards:David E. O'Brien2003-09-022-0/+2
* Preparatory commit to allow prototypes in ofw_machdep.h to containMarcel Moolenaar2003-09-023-0/+3
* Move the inclusion of <machine/ofw_machdep.h> after the inclusion ofMarcel Moolenaar2003-09-021-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-0255-129/+127
* - Deprecate PCIR_MAPS under BURN_BRIDGES (meaning it will be gone in 6.0)John Baldwin2003-09-021-1/+5
* cosmeticsSøren Schmidt2003-09-021-2/+2
* Adjust the max transfer size used.Søren Schmidt2003-09-021-1/+1
* Prepare for locking mlx(4) by cleaning up the use of busdma. No realScott Long2003-09-022-155/+243
* Commands submitted through the management interface won't have scatter/Scott Long2003-09-011-0/+2
* Don't try to enable io or memory access for non-standard resourceDoug Rabson2003-09-011-6/+9
* Rearrange the probe code yet again.Søren Schmidt2003-09-012-44/+61
* Try a port reset if initial contact to a device failed.Bernd Walter2003-09-011-1/+4
* Explicitly enable probe request frame reception when not in station mode;Sam Leffler2003-09-011-0/+4
* eliminate casts from the DMAADDR macro. This depends upon bus_addr_t beingJohn-Mark Gurney2003-09-011-1/+1
* If ~ chars were pennies, I'd be pennyless. This should fix all of theScott Long2003-09-011-2/+3
* Update the comment to indicate ICH5 supportNate Lawson2003-08-311-1/+1
* Add support for the 82801EB (ICH5) SMBus controller.Nate Lawson2003-08-311-0/+4
* Style fixes of the whitespace variety. Fix long lines and tabs.Mark Murray2003-08-303-69/+102