summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. Thisnjl2003-08-293-146/+0
* Add Creative SB AudioPCI CT4730 rev A.orion2003-08-291-2/+18
* Add Creative EV1938.orion2003-08-291-0/+2
* Remove unneeded field after CIS changes.imp2003-08-291-1/+0
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.jhb2003-08-284-11/+12
* Add constants for capability IDs and header types.jhb2003-08-281-0/+14
* Add sound support for the AMD64 8111 chip.obrien2003-08-281-0/+4
* Style and whitespace changes. Also, make the ivar functions non-inlinenjl2003-08-289-1156/+1193
* Be more carefull on nulling the ATAPI magic for fake slave.sos2003-08-281-13/+15
* Make sure to call start when retrying.sos2003-08-281-1/+2
* A number of minor fixes to the mapping of memory. This should helpimp2003-08-281-22/+18
* Add missing braces. Fixes boot-time kernel panic with ATAng and ATAPI/CAM.thomas2003-08-281-1/+2
* Remove a duplicate comment.njl2003-08-281-6/+0
* Fix location of $FreeBSD$ from last commit.imp2003-08-271-4/+3
* Add support for new devices.pdeuskar2003-08-275-957/+1871
* Return the translated result code from ATA/ATAPI commands.sos2003-08-271-2/+2
* Hopefully Fix problem with probing some ATAPI devices, while stillsos2003-08-271-14/+15
* All davicom cards seem to need DC_TX_ALIGN.mbr2003-08-271-2/+1
* Revision 1.126 broke the interface of the bktr driver'snectar2003-08-261-9/+13
* Use the db_alt_break() state machine instead of rolling our own. Thisnjl2003-08-261-32/+14
* Implement the last commit properly.joe2003-08-251-0/+3
* Fix the cdevsw compatibility for -stable.joe2003-08-259-11/+8
* Fix the alpha kernel build.jake2003-08-251-0/+2
* Probe routines can return < 0 for speculative matches. In theimp2003-08-251-1/+1
* Revert previous commit. Violates Maintainer (O'Brien knows how tomjacob2003-08-251-13/+24
* Try to get rid of the fake slave problem.sos2003-08-251-0/+4
* Cleanup the dma int/alloc/free code.sos2003-08-255-98/+72
* Fix copyright comment & FBSDID style nits.obrien2003-08-252-2/+0
* Remove merge conflict that I didn't notice as it was in the middle of aobrien2003-08-251-5/+0
* Unify prototypes.sos2003-08-2511-85/+91
* Only call FLUSH_CACHE on devices that say they can.sos2003-08-251-4/+8
* Merge pc98 support from sys/pc98/pc98/syscons.c.nyan2003-08-251-0/+21
* Dont check the cable bit on ich5 when on the SATA channel.sos2003-08-251-1/+2
OpenPOWER on IntegriCloud