| Commit message (Expand) | Author | Age | Files | Lines |
| * | Major update of the ATA RAID code, part 1: | Søren Schmidt | 2002-02-04 | 1 | -141/+117 |
| * | Allow setting the CD type on cue sheets | Søren Schmidt | 2001-12-04 | 1 | -2/+4 |
| * | Don't call cdevsw_add(). | Poul-Henning Kamp | 2001-11-04 | 1 | -6/+0 |
| * | Make an ATAPI CD device appear as /dev/acdN and the individual | Søren Schmidt | 2001-10-19 | 1 | -13/+7 |
| * | Change the way DAO/TAO mode is init'ed. | Søren Schmidt | 2001-10-01 | 1 | -20/+21 |
| * | Overhaul to minimize stack usage, in some places >2K was used | Søren Schmidt | 2001-09-20 | 1 | -128/+130 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -4/+5 |
| * | Add kernel side support for DAO burning. | Søren Schmidt | 2001-09-10 | 1 | -26/+83 |
| * | Fix the size of medium code, the old one failed for DVD's. | Søren Schmidt | 2001-09-06 | 1 | -1/+14 |
| * | Fix verbose probe message. | Søren Schmidt | 2001-09-06 | 1 | -6/+8 |
| * | Add support for set/getting the region code on DVD drives. | Søren Schmidt | 2001-09-06 | 1 | -0/+3 |
| * | Finally commit some of the minor things I've collected over the last month(s): | Søren Schmidt | 2001-08-21 | 1 | -3/+8 |
| * | Disallow ATAPI CD transfers that are not a multiple of the device block | Thomas Moestl | 2001-07-29 | 1 | -1/+5 |
| * | Quiet the READ_TOC errors that can appear on empty CDR's. | Søren Schmidt | 2001-06-07 | 1 | -2/+2 |
| * | Dont try to play tracks outside whats on the media. | Søren Schmidt | 2001-05-30 | 1 | -1/+2 |
| * | Update to support the NEC NR-7500A burners. | Søren Schmidt | 2001-05-30 | 1 | -2/+16 |
| * | Fix for the fixate problem on the Yamaha burners. | Søren Schmidt | 2001-05-29 | 1 | -2/+2 |
| * | Remove the error var, it hides the real one. | Søren Schmidt | 2001-05-09 | 1 | -1/+1 |
| * | Actually biofinish(struct bio *, struct devstat *, int error) is more general | Poul-Henning Kamp | 2001-05-06 | 1 | -14/+5 |
| * | On burners that return faulty ready on fixate, wait for the | Søren Schmidt | 2001-04-05 | 1 | -33/+45 |
| * | Use PLAY_MSF instead of PLAY_BIG when doing audio play. | Søren Schmidt | 2001-03-27 | 1 | -29/+32 |
| * | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 1 | -1/+0 |
| * | Fix the problem with some drives not reporting back when the | Søren Schmidt | 2001-03-23 | 1 | -14/+15 |
| * | The size of the disk can't be gotten reliably with the read capacity | Søren Schmidt | 2001-03-21 | 1 | -20/+11 |
| * | Set the device names as early as possible. | Søren Schmidt | 2001-03-21 | 1 | -3/+6 |
| * | On open create all the CD physical track devices according to the | Søren Schmidt | 2001-03-19 | 1 | -40/+39 |
| * | Cosmetic changes. | Søren Schmidt | 2001-03-19 | 1 | -16/+16 |
| * | Provide the interface to atacontrol and associated logic. | Søren Schmidt | 2001-03-15 | 1 | -64/+60 |
| * | Refine the detach/attach code. | Søren Schmidt | 2001-03-14 | 1 | -10/+41 |
| * | Cosmetic change to the probe printf's | Søren Schmidt | 2001-03-06 | 1 | -1/+1 |
| * | Introduce busspace instead of the good old in/out instructions. | Søren Schmidt | 2001-02-06 | 1 | -1/+3 |
| * | Fix the clone functionality in atapi-cd, it didn't work for | Søren Schmidt | 2001-02-06 | 1 | -6/+10 |
| * | When blocksize is set to 2352, alwas read 2352 bytes. | Søren Schmidt | 2001-01-18 | 1 | -2/+10 |
| * | Add session argument to *close_disk, allowing to set session type on fixate. | Søren Schmidt | 2001-01-10 | 1 | -24/+34 |
| * | Back out the "close tray on open" feature, its not clear what | Søren Schmidt | 2001-01-08 | 1 | -2/+0 |
| * | On open try to close the drivetray and wait for drive ready. | Søren Schmidt | 2001-01-07 | 1 | -0/+2 |
| * | Add support for using BurnProff(tm) on drives that support it. | Søren Schmidt | 2001-01-04 | 1 | -0/+2 |
| * | Use M_ZERO flag on malloc when approbiate. | Søren Schmidt | 2000-12-26 | 1 | -6/+4 |
| * | Update the burncd interface a bit, dont block the ATA channel on | Søren Schmidt | 2000-12-26 | 1 | -36/+60 |
| * | Staticize some malloc M_ instances. | Poul-Henning Kamp | 2000-12-08 | 1 | -1/+1 |
| * | Move suser() and suser_xxx() prototypes and a related #define from | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | 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 | -96/+120 |
| * | Only read to the end of the select track. | Søren Schmidt | 2000-09-18 | 1 | -6/+9 |
| * | Rearrange the probe a bit, hopefully this will help to eleminate | Søren Schmidt | 2000-08-16 | 1 | -2/+5 |
| * | Fix off by one error in track# calculation. | Søren Schmidt | 2000-08-13 | 1 | -4/+4 |
| * | Add support for accessing individual tracks on a CD. | Søren Schmidt | 2000-08-11 | 1 | -5/+31 |
| * | Remove sequence checking in the burner support. | Søren Schmidt | 2000-08-06 | 1 | -46/+4 |
| * | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 1 | -1/+1 |
| * | Fix for the HP burners (and possibly other broken drives to) | Søren Schmidt | 2000-05-01 | 1 | -13/+5 |