aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Style fixes of the whitespace variety. Fix long lines and tabs.Mark Murray2003-08-303-69/+102
* Fix byte order of multi-byte scsi_status information.Hidetoshi Shimokawa2003-08-291-20/+11
* When we went to the set_flags interface for the memory resource, weWarner Losh2003-08-291-4/+4
* Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. ThisNate Lawson2003-08-293-146/+0
* Add Creative SB AudioPCI CT4730 rev A.Orion Hodson2003-08-291-2/+18
* Add Creative EV1938.Orion Hodson2003-08-291-0/+2
* Remove unneeded field after CIS changes.Warner Losh2003-08-291-1/+0
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.John Baldwin2003-08-284-11/+12
* Add constants for capability IDs and header types.John Baldwin2003-08-281-0/+14
* Add sound support for the AMD64 8111 chip.David E. O'Brien2003-08-281-0/+4
* Style and whitespace changes. Also, make the ivar functions non-inlineNate Lawson2003-08-289-1156/+1193
* Be more carefull on nulling the ATAPI magic for fake slave.Søren Schmidt2003-08-281-13/+15
* Make sure to call start when retrying.Søren Schmidt2003-08-281-1/+2
* A number of minor fixes to the mapping of memory. This should helpWarner Losh2003-08-281-22/+18
* Add missing braces. Fixes boot-time kernel panic with ATAng and ATAPI/CAM.Thomas Quinot2003-08-281-1/+2
* Remove a duplicate comment.Nate Lawson2003-08-281-6/+0
* Fix location of $FreeBSD$ from last commit.Warner Losh2003-08-271-4/+3
* Add support for new devices.Prafulla Deuskar2003-08-275-957/+1871
* Return the translated result code from ATA/ATAPI commands.Søren Schmidt2003-08-271-2/+2
* Hopefully Fix problem with probing some ATAPI devices, while stillSøren Schmidt2003-08-271-14/+15
* All davicom cards seem to need DC_TX_ALIGN.Martin Blapp2003-08-271-2/+1
* Revision 1.126 broke the interface of the bktr driver'sJacques Vidrine2003-08-261-9/+13
* Use the db_alt_break() state machine instead of rolling our own. ThisNate Lawson2003-08-261-32/+14
* Implement the last commit properly.Josef Karthauser2003-08-251-0/+3
* Fix the cdevsw compatibility for -stable.Josef Karthauser2003-08-259-11/+8
* Fix the alpha kernel build.Jake Burkholder2003-08-251-0/+2
* Probe routines can return < 0 for speculative matches. In theWarner Losh2003-08-251-1/+1
* Revert previous commit. Violates Maintainer (O'Brien knows how toMatt Jacob2003-08-251-13/+24
* Try to get rid of the fake slave problem.Søren Schmidt2003-08-251-0/+4
* Cleanup the dma int/alloc/free code.Søren Schmidt2003-08-255-98/+72
* Fix copyright comment & FBSDID style nits.David E. O'Brien2003-08-252-2/+0
* Remove merge conflict that I didn't notice as it was in the middle of aDavid E. O'Brien2003-08-251-5/+0
* Unify prototypes.Søren Schmidt2003-08-2511-85/+91
* Only call FLUSH_CACHE on devices that say they can.Søren Schmidt2003-08-251-4/+8
* Merge pc98 support from sys/pc98/pc98/syscons.c.Yoshihiro Takahashi2003-08-251-0/+21
* Dont check the cable bit on ich5 when on the SATA channel.Søren Schmidt2003-08-251-1/+2
* Make TX on davicom 9102A working again. This chip needsMartin Blapp2003-08-241-0/+2
* Comment out a couple of __inline__s until we can get inlines to be actuallyEric Anholt2003-08-241-2/+2
* Remove duplicate SCM ID.David E. O'Brien2003-08-241-2/+0
* Sync with local version (cosmetics)Søren Schmidt2003-08-241-1/+1
* There is no detach func for PCI ATA devs.Søren Schmidt2003-08-241-1/+0
* Fix ad_dump top actually produce a dump.Søren Schmidt2003-08-241-3/+9
* Use __FBSDID().David E. O'Brien2003-08-2421-31/+63
* Use __FBSDID().David E. O'Brien2003-08-2428-40/+89
* Use __FBSDID().David E. O'Brien2003-08-24447-755/+1477
* This is a major rework of the ATA driver (ATAng)Søren Schmidt2003-08-2425-3661/+3336
* Check in the known good version of the wi driver, with prism/symbolWarner Losh2003-08-245-0/+3703
* This doesn't work, so back them out.Warner Losh2003-08-241-2/+2
* - Add a font width field to struct scr_stat. Use this instead of '8'.Jake Burkholder2003-08-243-10/+12
* Return -100 rather than 0 for pccard probe routines. This allowsWarner Losh2003-08-241-2/+2