| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC many more fixes for the ata driver. | Scott Long | 2004-02-11 | 1 | -2/+2 |
| * | Don peril-senstive goggles and update the ata driver to HEAD. | Scott Long | 2004-01-27 | 1 | -2/+4 |
| * | Centralise mode setting. Instead of doing it in all subdrivers, do | Søren Schmidt | 2003-11-11 | 1 | -7/+0 |
| * | Unify prototypes. | Søren Schmidt | 2003-08-25 | 1 | -3/+3 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -2/+3 |
| * | This is a major rework of the ATA driver (ATAng) | Søren Schmidt | 2003-08-24 | 1 | -70/+128 |
| * | Use bioq_flush() to drain a bio queue with a specific error code. | Poul-Henning Kamp | 2003-04-01 | 1 | -7/+3 |
| * | Centralize the devstat handling for all GEOM disk device drivers | Poul-Henning Kamp | 2003-03-08 | 1 | -10/+1 |
| * | NO_GEOM cleanup: | Poul-Henning Kamp | 2003-02-28 | 1 | -38/+30 |
| * | NO_GEOM cleanup: | Poul-Henning Kamp | 2003-02-21 | 1 | -1/+1 |
| * | First round off updates/fixes to the ATA driver. | Søren Schmidt | 2003-02-20 | 1 | -2/+2 |
| * | NO_GEOM cleanup: retire disk_invalidate() | Poul-Henning Kamp | 2003-01-30 | 1 | -1/+0 |
| * | Add support for the PC98 platform to the ATA driver. | Søren Schmidt | 2002-12-03 | 1 | -0/+4 |
| * | (This commit touches about 15 disk device drivers in a very consistent | Poul-Henning Kamp | 2002-09-20 | 1 | -8/+6 |
| * | OK, dont rely on the upper layers handling iosize_max correctly, | Søren Schmidt | 2002-07-28 | 1 | -7/+2 |
| * | Properly change the block_size on different CD media, and use that | Søren Schmidt | 2002-07-27 | 1 | -1/+1 |
| * | Fix the max transfer size for ATAPI devices. The spec says to | Søren Schmidt | 2002-07-26 | 1 | -1/+1 |
| * | Fix the transfer size calculation. | Søren Schmidt | 2002-07-22 | 1 | -1/+1 |
| * | Use si_iosize_max to tell the upper layers not to use more | Søren Schmidt | 2002-06-19 | 1 | -43/+18 |
| * | Fixed printf format errors which apparently crept in while -Wformat was | Bruce Evans | 2002-05-25 | 1 | -1/+1 |
| * | Make the ATA driver compile & work on the sparc64 platform. | Søren Schmidt | 2002-04-05 | 1 | -0/+1 |
| * | Misc little cleanups. | Søren Schmidt | 2002-03-26 | 1 | -3/+3 |
| * | Add new support for locking an ATA channel and use that throughout | Søren Schmidt | 2002-03-11 | 1 | -1/+1 |
| * | Major update of the ATA RAID code, part 1: | Søren Schmidt | 2002-02-04 | 1 | -51/+44 |
| * | Overhaul to minimize stack usage, in some places >2K was used | Søren Schmidt | 2001-09-20 | 1 | -20/+12 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -3/+3 |
| * | Make the disk mini-layer check for and handle zero-length transfers | Poul-Henning Kamp | 2001-05-06 | 1 | -7/+0 |
| * | Actually biofinish(struct bio *, struct devstat *, int error) is more general | Poul-Henning Kamp | 2001-05-06 | 1 | -11/+4 |
| * | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 1 | -1/+0 |
| * | Set the device names as early as possible. | Søren Schmidt | 2001-03-21 | 1 | -3/+4 |
| * | Provide the interface to atacontrol and associated logic. | Søren Schmidt | 2001-03-15 | 1 | -28/+34 |
| * | Add support for the IOMEGA Clik! | Søren Schmidt | 2001-03-14 | 1 | -0/+16 |
| * | Refine the detach/attach code. | Søren Schmidt | 2001-03-14 | 1 | -20/+36 |
| * | Cosmetic change to the probe printf's | Søren Schmidt | 2001-03-06 | 1 | -1/+1 |
| * | Add session argument to *close_disk, allowing to set session type on fixate. | Søren Schmidt | 2001-01-10 | 1 | -1/+1 |
| * | Use M_ZERO flag on malloc when approbiate. | Søren Schmidt | 2000-12-26 | 1 | -2/+1 |
| * | Staticize some malloc M_ instances. | Poul-Henning Kamp | 2000-12-08 | 1 | -1/+1 |
| * | Better handling of immediate commands, mainly to solve timeouts | Søren Schmidt | 2000-11-12 | 1 | -6/+2 |
| * | Remove unneeded includes | Søren Schmidt | 2000-09-20 | 1 | -1/+0 |
| * | Add support for tagged queuing on ATA drives. There is only support for | Søren Schmidt | 2000-09-19 | 1 | -25/+26 |
| * | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 1 | -1/+1 |
| * | Complete the bio/buf divorce for all code below devfs::strategy | Poul-Henning Kamp | 2000-04-15 | 1 | -27/+27 |
| * | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 1 | -4/+4 |
| * | Make ATAPI CD changer devices work, hopefully better than before. | Søren Schmidt | 2000-03-21 | 1 | -2/+2 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 1 | -3/+3 |
| * | Cleanup sweep. | Søren Schmidt | 2000-03-13 | 1 | -5/+5 |
| * | Enable disksort the right way both on ATA disks and ATAPI devices. | Søren Schmidt | 2000-03-13 | 1 | -8/+5 |
| * | Cosmetics.. | Søren Schmidt | 2000-03-10 | 1 | -2/+2 |
| * | Fix the CD driver so that the last blocks can be read even if | Søren Schmidt | 2000-03-05 | 1 | -4/+4 |
| * | Update the ata driver to take more advantage of newbus, this | Søren Schmidt | 2000-02-18 | 1 | -10/+22 |