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