aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-disk.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Søren Schmidt2007-02-211-1/+1
* Get rid of the advertising clause in the copyright.Søren Schmidt2006-01-051-3/+1
* This is the much rumoured ATA mkIII update that I've been working on.Søren Schmidt2005-03-301-18/+16
* Spring cleanup of macrosSøren Schmidt2004-04-301-2/+2
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-181-1/+1
* This is a major rework of the ATA driver (ATAng)Søren Schmidt2003-08-241-35/+2
* Add flushing of devices on shutdown.Søren Schmidt2003-05-021-1/+1
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+0
* Convert to new disk API.Søren Schmidt2003-02-251-1/+0
* First round off updates/fixes to the ATA driver.Søren Schmidt2003-02-201-1/+1
* Update the tags handling a bit, which makes support for theSøren Schmidt2002-07-221-0/+1
* Make the ATA driver compile & work on the sparc64 platform.Søren Schmidt2002-04-051-1/+0
* Major update of the ATA RAID code, part 3:Søren Schmidt2002-03-031-1/+1
* Finish phk's previous removal of BIO_ORDERED, all code thatSøren Schmidt2002-02-241-1/+0
* Fix buglets in the ATAPI resume code.Søren Schmidt2002-02-121-2/+1
* Major update of the ATA RAID code, part 1:Søren Schmidt2002-02-041-13/+11
* Update with latest ATA/ATAPI ver 6 rev 2 items.Søren Schmidt2001-10-061-2/+2
* Overhaul to minimize stack usage, in some places >2K was usedSøren Schmidt2001-09-201-1/+1
* Add sysctls for reading the tunables as suggested by des.Søren Schmidt2001-03-191-4/+7
* Minor cleanup to the previous commit:Søren Schmidt2001-03-141-1/+1
* Refine the detach/attach code.Søren Schmidt2001-03-141-0/+1
* Add session argument to *close_disk, allowing to set session type on fixate.Søren Schmidt2001-01-101-1/+1
* Add support for ATA "pseudo" RAID controllers as the Promise FasttrakSøren Schmidt2000-10-131-1/+1
* Fix the breakage that snatched the ioports from the fdc device.Søren Schmidt2000-09-241-0/+1
* Add support for tagged queuing on ATA drives. There is only support forSøren Schmidt2000-09-191-27/+34
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-2/+2
* Enable disksort the right way both on ATA disks and ATAPI devices.Søren Schmidt2000-03-131-1/+2
* Fix the CD driver so that the last blocks can be read even ifSøren Schmidt2000-03-051-4/+4
* Update the ata driver to take more advantage of newbus, thisSøren Schmidt2000-02-181-0/+2
* Add sysctl oid hw.atamodes to set the transfermodes online.Søren Schmidt2000-01-271-2/+1
* Rearrange the probecode, so that 80pin cables can be identifiedSøren Schmidt2000-01-181-101/+1
* Add support for VIA 82C596 controllerSøren Schmidt2000-01-031-1/+1
* Yet another cleanup of the VIA code, this time it should workSøren Schmidt1999-12-211-0/+1
* Fix support for disk with > 64K cyls.Søren Schmidt1999-12-071-2/+1
* Better error handeling:Søren Schmidt1999-11-291-0/+1
* Add DMA support for the VIA 82C586 & 82C686 chips, also rearrangeSøren Schmidt1999-11-241-4/+4
* Add support for the HPT366 chip, this is used on the Abit boards andSøren Schmidt1999-10-091-4/+13
* Fix timeout handeling and add retry counts.Søren Schmidt1999-09-241-0/+1
* Ten'th update to the new ATA/ATAPI driver:Søren Schmidt1999-09-211-30/+34
* Use micro "disk" layer in ata-diskPoul-Henning Kamp1999-09-031-5/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-5/+1
* Nine'th update to the new ATA/ATAPI driver:Søren Schmidt1999-06-251-10/+25
* Eigth update to the new ATA/ATAPI driver:Søren Schmidt1999-05-201-2/+2
* Fourth update to the new ATA/ATAPI driver:Søren Schmidt1999-03-281-16/+37
* ZIP drives should now be working, I'm not sure about LS120 drives,Søren Schmidt1999-03-071-2/+2
* Now all actual probing of both ATA & ATAPI devices are done afterSøren Schmidt1999-03-051-1/+75
* Added driver to support ATAPI floppies ie LS-120 & ZIP drives.Søren Schmidt1999-03-031-6/+8