| Commit message (Expand) | Author | Age | Files | Lines |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -2/+3 |
* | This is a major rework of the ATA driver (ATAng) | sos | 2003-08-24 | 1 | -272/+290 |
* | Use bioq_flush() to drain a bio queue with a specific error code. | phk | 2003-04-01 | 1 | -8/+3 |
* | Call devstat_start_transaction_bio() instead of devstat_start_transaction(). | phk | 2003-03-15 | 1 | -1/+1 |
* | Remove the check for more than one open if one is a write op. | sos | 2003-03-13 | 1 | -5/+0 |
* | Dont free the stats struct, this has been changed by the new stat code. | sos | 2003-03-13 | 1 | -2/+0 |
* | Allocate the devstat structure with devstat_new_entry(). | phk | 2003-03-08 | 1 | -7/+2 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+9 |
* | First round off updates/fixes to the ATA driver. | sos | 2003-02-20 | 1 | -4/+4 |
* | Add a missing '{' | phk | 2003-01-21 | 1 | -1/+1 |
* | Remove the fake disklabel, no longer needed. | sos | 2003-01-21 | 1 | -46/+7 |
* | Try to fix the problem with burncd blank not seeing the end of | sos | 2002-12-17 | 1 | -14/+9 |
* | Allow acd(4) and cd(4) to support old behavior for CDRIOC*SPEED ioctls. | njl | 2002-11-23 | 1 | -2/+15 |
* | * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec. | njl | 2002-10-18 | 1 | -2/+2 |
* | Misc cleanups. | sos | 2002-10-01 | 1 | -13/+15 |
* | Wait for drive to become ready if its in progress of loading.. | sos | 2002-09-12 | 1 | -0/+14 |
* | Add DVD+RW support to the ATA driver and burncd. This also closes | sos | 2002-08-08 | 1 | -12/+50 |
* | OK, dont rely on the upper layers handling iosize_max correctly, | sos | 2002-07-28 | 1 | -1/+1 |
* | Properly change the block_size on different CD media, and use that | sos | 2002-07-27 | 1 | -3/+12 |
* | Fix the max transfer size for ATAPI devices. The spec says to | sos | 2002-07-26 | 1 | -1/+1 |
* | Use %02d in track numbers, so that 1 is 01, much easier for scripts | sos | 2002-05-28 | 1 | -1/+1 |
* | Cleanups. | sos | 2002-04-05 | 1 | -6/+1 |
* | Make the ATA driver compile & work on the sparc64 platform. | sos | 2002-04-05 | 1 | -0/+25 |
* | 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 |
* | Fix support for multi CD changers, it was as broken as my old NEC :) | sos | 2002-03-27 | 1 | -16/+13 |
* | Misc little cleanups. | sos | 2002-03-26 | 1 | -4/+4 |
* | Add more functionality to the CDIOCREADSUBCHANNEL ioctl. | sos | 2002-03-16 | 1 | -25/+29 |
* | Add new support for locking an ATA channel and use that throughout | sos | 2002-03-11 | 1 | -1/+1 |
* | Minor cosmetic changes to minimise diffs for MFC. | sos | 2002-03-07 | 1 | -1/+0 |
* | Added undocumented options AAC_DEBUG, ACD_DEBUG, ACPI_MAX_THREADS, | bde | 2002-02-15 | 1 | -0/+2 |
* | Fix buglets in the ATAPI resume code. | sos | 2002-02-12 | 1 | -0/+1 |
* | Major update of the ATA RAID code, part 1: | sos | 2002-02-04 | 1 | -141/+117 |
* | Allow setting the CD type on cue sheets | sos | 2001-12-04 | 1 | -2/+4 |
* | Don't call cdevsw_add(). | phk | 2001-11-04 | 1 | -6/+0 |
* | Make an ATAPI CD device appear as /dev/acdN and the individual | sos | 2001-10-19 | 1 | -13/+7 |
* | Change the way DAO/TAO mode is init'ed. | sos | 2001-10-01 | 1 | -20/+21 |
* | Overhaul to minimize stack usage, in some places >2K was used | sos | 2001-09-20 | 1 | -128/+130 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -4/+5 |
* | Add kernel side support for DAO burning. | sos | 2001-09-10 | 1 | -26/+83 |
* | Fix the size of medium code, the old one failed for DVD's. | sos | 2001-09-06 | 1 | -1/+14 |
* | Fix verbose probe message. | sos | 2001-09-06 | 1 | -6/+8 |
* | Add support for set/getting the region code on DVD drives. | sos | 2001-09-06 | 1 | -0/+3 |
* | Finally commit some of the minor things I've collected over the last month(s): | sos | 2001-08-21 | 1 | -3/+8 |
* | Disallow ATAPI CD transfers that are not a multiple of the device block | tmm | 2001-07-29 | 1 | -1/+5 |
* | Quiet the READ_TOC errors that can appear on empty CDR's. | sos | 2001-06-07 | 1 | -2/+2 |
* | Dont try to play tracks outside whats on the media. | sos | 2001-05-30 | 1 | -1/+2 |
* | Update to support the NEC NR-7500A burners. | sos | 2001-05-30 | 1 | -2/+16 |
* | Fix for the fixate problem on the Yamaha burners. | sos | 2001-05-29 | 1 | -2/+2 |
* | Remove the error var, it hides the real one. | sos | 2001-05-09 | 1 | -1/+1 |