summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-all.c
Commit message (Expand)AuthorAgeFilesLines
* Fix linking problem when atadisk is not use in ata-all.csos2002-12-061-0/+2
* Add support for the PC98 platform to the ATA driver.sos2002-12-031-17/+53
* In ata_reinit, when ata_getparam fails for a new device (indicating thatthomas2002-12-011-4/+5
* Use [u]intmax_t and %j instead of long long and %ll to better fix warningsjhb2002-11-071-2/+3
* Use some long long casts to quiet warnings in debug printf's on alpha.jhb2002-11-061-1/+1
* Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUSthomas2002-10-221-12/+4
* Misc cleanups.sos2002-10-011-1/+1
* Rearrange where to get the ATAPI magic sequence.sos2002-09-121-6/+8
* Add the ability to use ATAPI devices via CAM.sos2002-08-091-10/+34
* Byteswap the serial #sos2002-07-311-0/+3
* Update the tags handling a bit, which makes support for thesos2002-07-221-34/+15
* Fix a '<<' that should have been a '>>' in the 48bit case.sos2002-06-081-1/+1
* Fix the FreeBSD native ATA RAID code a bit.sos2002-04-101-1/+1
* Unlock the channel again if an ata_reinit() fails.sos2002-04-051-1/+3
* Dont allow to detach twice.sos2002-04-051-1/+2
* Add forgotten ATA_UNLOCK_CH when getting status from non-existingsos2002-04-051-1/+3
* Make the ATA driver compile & work on the sparc64 platform.sos2002-04-051-1/+2
* Add get-status to the ATA RAID subsystem.sos2002-04-021-0/+3
* Remove debug output in last commit.sos2002-03-301-10/+0
* Add support for getting status (fan, temp, 5V and 12V levels) fromsos2002-03-301-9/+152
* Add support for creating/deleting ATA RAID's.sos2002-03-271-4/+10
* Misc little cleanups.sos2002-03-261-11/+7
* Add some break's after default: in the end of switch statements topeter2002-03-191-0/+2
* Unbreak the probing of some CDROM drives.sos2002-03-141-3/+3
* Add new support for locking an ATA channel and use that throughoutsos2002-03-111-24/+22
* Silence a warning when compile without atapi devices.sos2002-03-101-3/+4
* Even more Highpoint RAID support.sos2002-03-081-1/+1
* cosmeticssos2002-03-081-1/+1
* Minor cosmetic changes to minimise diffs for MFC.sos2002-03-071-9/+1
* Misc little cleanups:sos2002-03-051-2/+2
* Major update of the ATA RAID code, part 3:sos2002-03-031-43/+29
* Fix buglets in the ATAPI resume code.sos2002-02-121-8/+16
* Major update of the ATA RAID code, part 2:sos2002-02-121-12/+1
* Make LINT compile after fruitless attempts to get the authorsjulian2002-02-061-1/+1
* Major update of the ATA RAID code, part 1:sos2002-02-041-512/+553
* Fix yet another fake slave problem for PCCARD devices.sos2001-12-251-6/+11
* Do be so anal on detach, properly free interrupt even if no devices.sos2001-12-141-1/+1
* Fix bogon, free() the right memory type.sos2001-11-131-1/+1
* Update with latest ATA/ATAPI ver 6 rev 2 items.sos2001-10-061-97/+82
* Hopefully fix the identify failed on ATAPI slaves on some notebooks.sos2001-10-031-2/+7
* Overhaul to minimize stack usage, in some places >2K was usedsos2001-09-201-8/+12
* KSE Milestone 2julian2001-09-121-1/+1
* Make "atapi less" kernels link again.sos2001-09-011-0/+2
* Add support for sending ATAPI commands via ioctl.sos2001-08-301-0/+41
* Finally commit some of the minor things I've collected over the last month(s):sos2001-08-211-13/+10
* - Remove asleep(), await(), and M_ASLEEP.jhb2001-08-101-2/+1
* Update to use the changed ioctl interface.sos2001-05-171-45/+42
* Add new flag ATPR_F_QUIET to atapi_request.sos2001-04-051-2/+2
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Do not change/get mode on a nonexisting device.sos2001-03-211-6/+10
OpenPOWER on IntegriCloud