| Commit message (Expand) | Author | Age | Files | Lines |
| * | printf -> CAM_DEBUG so debugging prints are tunable. | Nate Lawson | 2002-08-28 | 1 | -60/+47 |
| * | Use csio pointer instead of dereferencing hcb. | Nate Lawson | 2002-08-28 | 1 | -5/+5 |
| * | Fix buffer length. | Søren Schmidt | 2002-08-19 | 1 | -1/+1 |
| * | Fix typo. | Søren Schmidt | 2002-08-19 | 1 | -1/+1 |
| * | Shut up warning in debug code. | Søren Schmidt | 2002-08-12 | 1 | -5/+5 |
| * | Fix the GET_TRAN_SETTINGS and SET_TRAN_SETTINGS ops to be more correct. | Scott Long | 2002-08-10 | 1 | -8/+7 |
| * | Minor corrections. | Søren Schmidt | 2002-08-10 | 1 | -13/+3 |
| * | Add the ability to use ATAPI devices via CAM. | Søren Schmidt | 2002-08-09 | 4 | -31/+752 |
| * | Add DVD+RW support to the ATA driver and burncd. This also closes | Søren Schmidt | 2002-08-08 | 2 | -14/+52 |
| * | Byteswap the serial # | Søren Schmidt | 2002-07-31 | 1 | -0/+3 |
| * | OK, dont rely on the upper layers handling iosize_max correctly, | Søren Schmidt | 2002-07-28 | 4 | -12/+10 |
| * | Properly change the block_size on different CD media, and use that | Søren Schmidt | 2002-07-27 | 3 | -6/+15 |
| * | Fix the max transfer size for ATAPI devices. The spec says to | Søren Schmidt | 2002-07-26 | 3 | -4/+4 |
| * | Fix the transfer size calculation. | Søren Schmidt | 2002-07-22 | 1 | -1/+1 |
| * | Sync with the spl changes in -stable. | Søren Schmidt | 2002-07-22 | 2 | -2/+6 |
| * | Update the tags handling a bit, which makes support for the | Søren Schmidt | 2002-07-22 | 3 | -83/+72 |
| * | Remove dependency on NPCI. Use 'options ATA_NOPCI' to compile without | Peter Wemm | 2002-07-21 | 1 | -3/+5 |
| * | Add PCI ID for the ICH4 ATA100 controller. | John Baldwin | 2002-07-19 | 2 | -0/+4 |
| * | Use si_iosize_max to tell the upper layers not to use more | Søren Schmidt | 2002-06-19 | 2 | -44/+18 |
| * | Add yet another (older) Promise chip | Søren Schmidt | 2002-06-19 | 2 | -5/+10 |
| * | Fix a '<<' that should have been a '>>' in the 48bit case. | Søren Schmidt | 2002-06-08 | 1 | -1/+1 |
| * | Use %02d in track numbers, so that 1 is 01, much easier for scripts | Søren Schmidt | 2002-05-28 | 1 | -1/+1 |
| * | Fixed printf format errors which apparently crept in while -Wformat was | Bruce Evans | 2002-05-25 | 1 | -1/+1 |
| * | Dont panic if only one disk on a channel can do tagged queueing. | Søren Schmidt | 2002-05-23 | 1 | -8/+8 |
| * | Move the new byte order function prototypes from <sys/param.h> to | Mike Barcroft | 2002-04-26 | 1 | -0/+1 |
| * | Fix the breakage of tagged queueing that the busdma integration | Søren Schmidt | 2002-04-18 | 5 | -27/+32 |
| * | Add support for the nVIDIA nForce ATA controller. | Søren Schmidt | 2002-04-16 | 2 | -58/+50 |
| * | Add a couble more Promise chip ID's. | Søren Schmidt | 2002-04-12 | 1 | -1/+2 |
| * | Add yet another chip ID for a Promise TX2 chip. | Søren Schmidt | 2002-04-11 | 3 | -0/+4 |
| * | Only calculate Promise magic if a device is there for info. | Søren Schmidt | 2002-04-11 | 1 | -2/+2 |
| * | Fix the FreeBSD native ATA RAID code a bit. | Søren Schmidt | 2002-04-10 | 2 | -31/+34 |
| * | Add yet another ATA133 Promise chip. | Søren Schmidt | 2002-04-07 | 2 | -0/+3 |
| * | Unlock the channel again if an ata_reinit() fails. | Søren Schmidt | 2002-04-05 | 1 | -1/+3 |
| * | Change option ATA_ENABLE_BUSMASTER into ifdef __sparc64__ | Søren Schmidt | 2002-04-05 | 1 | -1/+1 |
| * | Cleanups. | Søren Schmidt | 2002-04-05 | 2 | -12/+7 |
| * | Dont allow to detach twice. | Søren Schmidt | 2002-04-05 | 1 | -1/+2 |
| * | Add forgotten ATA_UNLOCK_CH when getting status from non-existing | Søren Schmidt | 2002-04-05 | 1 | -1/+3 |
| * | Make the ATA driver compile & work on the sparc64 platform. | Søren Schmidt | 2002-04-05 | 13 | -338/+656 |
| * | Correct the Northbridge test on the new ATA133 VIA's | Søren Schmidt | 2002-04-02 | 2 | -28/+28 |
| * | Add get-status to the ATA RAID subsystem. | Søren Schmidt | 2002-04-02 | 3 | -1/+48 |
| * | Retire the bogus ioctl DIOCGPART in toto. | Poul-Henning Kamp | 2002-04-02 | 1 | -5/+0 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
| * | Here follows the new kernel dumping infrastructure. | Poul-Henning Kamp | 2002-03-31 | 1 | -44/+16 |
| * | ATA100 is allowed on the HPT chips rev >= 3 | Søren Schmidt | 2002-03-31 | 1 | -1/+1 |
| * | Remove debug output in last commit. | Søren Schmidt | 2002-03-30 | 1 | -10/+0 |
| * | Add support for getting status (fan, temp, 5V and 12V levels) from | Søren Schmidt | 2002-03-30 | 1 | -9/+152 |
| * | Use the raid lun not the magic when writing Promise config. | Søren Schmidt | 2002-03-30 | 1 | -2/+1 |
| * | Fix a braino, only update LED's when a device is present. | Søren Schmidt | 2002-03-28 | 1 | -2/+2 |
| * | OK, the old HighPoint BIOS's are braindead, they have | Søren Schmidt | 2002-03-27 | 1 | -2/+5 |
| * | Fix support for multi CD changers, it was as broken as my old NEC :) | Søren Schmidt | 2002-03-27 | 1 | -16/+13 |