aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-all.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)Søren Schmidt2003-08-241-1134/+447
* Add string for SATA150Søren Schmidt2003-05-181-0/+1
* Grap the ATA lock on all channels before suspend, this makes certainSøren Schmidt2003-05-041-0/+13
* Fix locking on reinit.Søren Schmidt2003-05-031-4/+16
* Add flushing of devices on shutdown.Søren Schmidt2003-05-021-4/+38
* Add ioctl to add a spare disk to a RAID array.Søren Schmidt2003-05-021-0/+3
* Third round of updates to the ATA driver.Søren Schmidt2003-04-071-1/+1
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-1/+1
* Fix ATA_DEBUG case breakage.Søren Schmidt2003-03-301-1/+1
* Second round of updates to the ATA driver.Søren Schmidt2003-03-291-146/+103
* - Add a new ioctl to get the maximum number of ATA channels.Maxime Henrion2003-03-221-0/+5
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Dont hang the channel on enclosures without sensors.Søren Schmidt2003-03-121-16/+17
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+0
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-2/+2
* Revert the probe code change.Søren Schmidt2003-02-251-2/+2
* First round off updates/fixes to the ATA driver.Søren Schmidt2003-02-201-96/+102
* Fix crash dumps on ata and scsi.Alfred Perlstein2003-02-141-1/+2
* Update the code that deals with disk enclosures:Søren Schmidt2003-01-271-62/+121
* Small change to the previous commit, zero out the 48BIT flag in ata_commandSøren Schmidt2003-01-191-0/+1
* Fix the 48bit access support for the older Promise 66/100 controllers, theSøren Schmidt2003-01-191-0/+1
* Fix linking problem when atadisk is not use in ata-all.cSøren Schmidt2002-12-061-0/+2
* Add support for the PC98 platform to the ATA driver.Søren Schmidt2002-12-031-17/+53
* In ata_reinit, when ata_getparam fails for a new device (indicating thatThomas Quinot2002-12-011-4/+5
* Use [u]intmax_t and %j instead of long long and %ll to better fix warningsJohn Baldwin2002-11-071-2/+3
* Use some long long casts to quiet warnings in debug printf's on alpha.John Baldwin2002-11-061-1/+1
* Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUSThomas Quinot2002-10-221-12/+4
* Misc cleanups.Søren Schmidt2002-10-011-1/+1
* Rearrange where to get the ATAPI magic sequence.Søren Schmidt2002-09-121-6/+8
* Add the ability to use ATAPI devices via CAM.Søren Schmidt2002-08-091-10/+34
* Byteswap the serial #Søren Schmidt2002-07-311-0/+3
* Update the tags handling a bit, which makes support for theSøren Schmidt2002-07-221-34/+15
* Fix a '<<' that should have been a '>>' in the 48bit case.Søren Schmidt2002-06-081-1/+1
* Fix the FreeBSD native ATA RAID code a bit.Søren Schmidt2002-04-101-1/+1
* Unlock the channel again if an ata_reinit() fails.Søren Schmidt2002-04-051-1/+3
* Dont allow to detach twice.Søren Schmidt2002-04-051-1/+2
* Add forgotten ATA_UNLOCK_CH when getting status from non-existingSøren Schmidt2002-04-051-1/+3
* Make the ATA driver compile & work on the sparc64 platform.Søren Schmidt2002-04-051-1/+2
* Add get-status to the ATA RAID subsystem.Søren Schmidt2002-04-021-0/+3
* Remove debug output in last commit.Søren Schmidt2002-03-301-10/+0
* Add support for getting status (fan, temp, 5V and 12V levels) fromSøren Schmidt2002-03-301-9/+152
* Add support for creating/deleting ATA RAID's.Søren Schmidt2002-03-271-4/+10
* Misc little cleanups.Søren Schmidt2002-03-261-11/+7
* Add some break's after default: in the end of switch statements toPeter Wemm2002-03-191-0/+2
* Unbreak the probing of some CDROM drives.Søren Schmidt2002-03-141-3/+3
* Add new support for locking an ATA channel and use that throughoutSøren Schmidt2002-03-111-24/+22
* Silence a warning when compile without atapi devices.Søren Schmidt2002-03-101-3/+4
* Even more Highpoint RAID support.Søren Schmidt2002-03-081-1/+1