| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Actually biofinish(struct bio *, struct devstat *, int error) is more general | phk | 2001-05-06 | 1 | -14/+5 |
* | On burners that return faulty ready on fixate, wait for the | sos | 2001-04-05 | 1 | -33/+45 |
* | Use PLAY_MSF instead of PLAY_BIG when doing audio play. | sos | 2001-03-27 | 1 | -29/+32 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Fix the problem with some drives not reporting back when the | sos | 2001-03-23 | 1 | -14/+15 |
* | The size of the disk can't be gotten reliably with the read capacity | sos | 2001-03-21 | 1 | -20/+11 |
* | Set the device names as early as possible. | sos | 2001-03-21 | 1 | -3/+6 |
* | On open create all the CD physical track devices according to the | sos | 2001-03-19 | 1 | -40/+39 |
* | Cosmetic changes. | sos | 2001-03-19 | 1 | -16/+16 |
* | Provide the interface to atacontrol and associated logic. | sos | 2001-03-15 | 1 | -67/+63 |
* | Refine the detach/attach code. | sos | 2001-03-14 | 1 | -10/+41 |
* | Cosmetic change to the probe printf's | sos | 2001-03-06 | 1 | -1/+1 |
* | Introduce busspace instead of the good old in/out instructions. | sos | 2001-02-06 | 1 | -1/+3 |
* | Fix the clone functionality in atapi-cd, it didn't work for | sos | 2001-02-06 | 1 | -6/+10 |
* | When blocksize is set to 2352, alwas read 2352 bytes. | sos | 2001-01-18 | 1 | -2/+10 |
* | Add session argument to *close_disk, allowing to set session type on fixate. | sos | 2001-01-10 | 1 | -24/+34 |
* | Back out the "close tray on open" feature, its not clear what | sos | 2001-01-08 | 1 | -2/+0 |
* | On open try to close the drivetray and wait for drive ready. | sos | 2001-01-07 | 1 | -0/+2 |
* | Add support for using BurnProff(tm) on drives that support it. | sos | 2001-01-04 | 1 | -0/+2 |
* | Use M_ZERO flag on malloc when approbiate. | sos | 2000-12-26 | 1 | -6/+4 |
* | Update the burncd interface a bit, dont block the ATA channel on | sos | 2000-12-26 | 1 | -36/+60 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 1 | -1/+1 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | Remove unneeded includes | sos | 2000-09-20 | 1 | -1/+0 |
* | Add support for tagged queuing on ATA drives. There is only support for | sos | 2000-09-19 | 1 | -96/+120 |
* | Only read to the end of the select track. | sos | 2000-09-18 | 1 | -6/+9 |
* | Rearrange the probe a bit, hopefully this will help to eleminate | sos | 2000-08-16 | 1 | -2/+5 |
* | Fix off by one error in track# calculation. | sos | 2000-08-13 | 1 | -4/+4 |
* | Add support for accessing individual tracks on a CD. | sos | 2000-08-11 | 1 | -5/+31 |
* | Remove sequence checking in the burner support. | sos | 2000-08-06 | 1 | -46/+4 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -1/+1 |
* | Fix for the HP burners (and possibly other broken drives to) | sos | 2000-05-01 | 1 | -13/+5 |
* | Clone the {b|bio}_offset field, and make sure it is always initialized | phk | 2000-04-25 | 1 | -8/+1 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -28/+32 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -2/+2 |
* | Correct a mishap in phk's BIO_* changes. | sos | 2000-03-26 | 1 | -1/+1 |
* | Fix the panic occuring on non-changer devices. | sos | 2000-03-24 | 1 | -3/+3 |
* | Make ATAPI CD changer devices work, hopefully better than before. | sos | 2000-03-21 | 1 | -49/+84 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -5/+4 |
* | Cleanup sweep. | sos | 2000-03-13 | 1 | -29/+25 |
* | Enable disksort the right way both on ATA disks and ATAPI devices. | sos | 2000-03-13 | 1 | -18/+6 |
* | Dont call make_dev until we are sure the device is there, this prevents | sos | 2000-03-10 | 1 | -4/+12 |
* | Fix the CD driver so that the last blocks can be read even if | sos | 2000-03-05 | 1 | -13/+22 |
* | Spell construct right. | sos | 2000-03-01 | 1 | -3/+3 |
* | Add DVD-RAM support. | sos | 2000-02-29 | 1 | -10/+56 |