summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Use PCIR_BAR() instead of a magic offset.scottl2003-09-091-1/+1
* Disallow attempts to suspend to S0. It was only enabled for testing.njl2003-09-091-10/+11
* Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver andanholt2003-09-0917-71/+1261
* Quiet down boot verbose and allow commands to be submitted to a targetps2003-09-081-2/+1
* Add another ID for the SiI3112a SATA chip as used on the Adaptec 1210SA.sos2003-09-082-7/+13
* Limit the size of the rebuild requests to be within safety.sos2003-09-081-3/+6
* #ifdef out the vague ATA disk detection code causing fake ATA diskssos2003-09-081-0/+2
* Handle shared channels better.sos2003-09-081-11/+18
* Update the PIO mode gathering code.sos2003-09-081-7/+9
* Dont re-arm the timeout twice on a timeout error.sos2003-09-081-5/+0
* Take the support for the 8139C+/8169/8169S/8110S chips out of thewpaul2003-09-082-2/+2433
* Remove the assumption that a bus_space_handle_t is an I/O addressmarcel2003-09-079-48/+91
* update my email address.cg2003-09-0736-37/+37
* Better stab at MD code for pc98. The 8251 stuff is a total lieimp2003-09-074-0/+976
* The uart(4) driver is an universal driver for various UART hardware.marcel2003-09-0624-0/+5902
* Enhance puc(4) to support uart(4). This includes:marcel2003-09-066-77/+334
* No need for a separate nfpm driver now - amdpm handles both.dfr2003-09-061-1/+0
* change timeout to be MPSAFEsam2003-09-052-5/+5
* o add experimental radiotap capture formatsam2003-09-055-13/+125
* Add support for the experimental radiotap capture format. With thissam2003-09-053-11/+112
* Fix off-by-one error in array bounds check.phk2003-09-051-1/+1
* Forgotten in previous commit to atapi-cd.c: Add #ifndef BURN_BRIDGESphk2003-09-051-0/+2
* Be less confusing in a comment.phk2003-09-051-1/+1
* Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.phk2003-09-052-3/+25
* Whacked out CIS configurations can cause us to not have any child. Whenimp2003-09-051-2/+4
* Don't free the buffer if it wasn't actually allocated.njl2003-09-041-1/+1
* Bring back PCIR_HEADERTYPE as an alias for PCIR_HDRTYPE under BURN_BRIDGESjhb2003-09-031-0/+3
* Replace another instance of PCIR_MAPS with PCIR_BAR(x).jhb2003-09-031-1/+1
* Recognize the OHCI USB device on Opteron-based nForce3 motherboardsobrien2003-09-031-0/+9
* Recognize the sound chip on the Opteron-based nForce3 motherboardsobrien2003-09-031-0/+4
* Support the nForce3 chip found on Opteron motherboards:obrien2003-09-022-0/+2
* Preparatory commit to allow prototypes in ofw_machdep.h to containmarcel2003-09-023-0/+3
* Move the inclusion of <machine/ofw_machdep.h> after the inclusion ofmarcel2003-09-021-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-0255-129/+127
* - Deprecate PCIR_MAPS under BURN_BRIDGES (meaning it will be gone in 6.0)jhb2003-09-021-1/+5
* cosmeticssos2003-09-021-2/+2
* Adjust the max transfer size used.sos2003-09-021-1/+1
* Prepare for locking mlx(4) by cleaning up the use of busdma. No realscottl2003-09-022-155/+243
* Commands submitted through the management interface won't have scatter/scottl2003-09-011-0/+2
* Don't try to enable io or memory access for non-standard resourcedfr2003-09-011-6/+9
* Rearrange the probe code yet again.sos2003-09-012-44/+61
* Try a port reset if initial contact to a device failed.ticso2003-09-011-1/+4
* Explicitly enable probe request frame reception when not in station mode;sam2003-09-011-0/+4
* eliminate casts from the DMAADDR macro. This depends upon bus_addr_t beingjmg2003-09-011-1/+1
* If ~ chars were pennies, I'd be pennyless. This should fix all of thescottl2003-09-011-2/+3
* Update the comment to indicate ICH5 supportnjl2003-08-311-1/+1
* Add support for the 82801EB (ICH5) SMBus controller.njl2003-08-311-0/+4
* Style fixes of the whitespace variety. Fix long lines and tabs.markm2003-08-303-69/+102
* Fix byte order of multi-byte scsi_status information.simokawa2003-08-291-20/+11
* When we went to the set_flags interface for the memory resource, weimp2003-08-291-4/+4
OpenPOWER on IntegriCloud