Age | Commit message (Expand) | Author |
1999-03-12 | fix problem where last entry in cd toc had seconds and frame zeroed, | Niels Provos |
1998-10-05 | make DIOCGPDINFO equivalent to DIOCGDINFO for cd's | Todd C. Miller |
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller |
1998-07-12 | fill in d_bbsize and d_sbsize | Theo de Raadt |
1998-07-11 | always return TOC information in big-endian order; problem noted by | Theo de Raadt |
1998-06-09 | Autodetect ATAPI CDROMS which do not support the ATAPI_READ_CD_CAPACITY | Niels Provos |
1998-01-02 | add NOCAPACITY quirk for a sanyo? cdrom, reported by ian@darwinsys.com | Niels Provos |
1997-11-10 | yet another Sanyo quirk | flipk |
1997-11-05 | another Sanyo quirk; nihilis@physical.addiction.com; PR#343 | Theo de Raadt |
1997-10-18 | avoid "no disklabel" error messages | Theo de Raadt |
1997-09-11 | cd_play/acd_play() were replaced a while back | Theo de Raadt |
1997-08-19 | SANYO CRD-254P has AQUIRK_NOCAPACITY | Theo de Raadt |
1997-08-17 | Add quirk for MATSHITA CR-574, from Berndt Josef Wulf <wulf@ping.net.au> | Todd C. Miller |
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist |
1997-07-07 | Get rid of the arch-dependent long type | Niklas Hallqvist |
1997-07-04 | sync with manuel; atapibus needs flag. | Jason Downs |
1997-06-24 | Add AQUIRK_TUR, from manuel. | Jason Downs |
1997-06-15 | Automatically decide whether or not to disable door locks. Idea from provos. | Jason Downs |
1997-06-06 | not all atapi cdroms can lock the door. todo: autodetect | Niels Provos |
1997-03-26 | deal with CD drives that indicate 2352 bytes per block... | Theo de Raadt |
1997-02-23 | Just some more KNF | Niklas Hallqvist |
1997-02-23 | Some KNF, but more important: fix disklabels for audio CDs + | Niklas Hallqvist |
1997-02-23 | Fix mem leak, count partitions (tracks) right for audio disklabels. Partitio... | Niklas Hallqvist |
1997-02-23 | Audio CDs were read as data CDs before, which broke audio. | Niklas Hallqvist |
1996-12-24 | deal with the 2340 lie in the right place, i think | Theo de Raadt |
1996-12-11 | b_resid cleanups, pointed out by minoura@kw.netlaputa.or.jp in netbsd pr#3007 | Theo de Raadt |
1996-12-05 | if block size is > 2048, set it to 2048. atapi drives that lie! | Theo de Raadt |
1996-12-05 | call readdisklabel() in the same fashion as sd.c does | Theo de Raadt |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey |
1996-10-05 | [a]cd_play -> [a]cd_play_big. Say hello to cdio(1). | Jason Downs |
1996-09-12 | Add some spaces. | Jason Downs |
1996-09-11 | Remove unneeded quirk, and only print drive capabilities if it appears the | Jason Downs |
1996-09-06 | add my cd-rom to quirk table.... no other changes. | Michael Shalayeff |
1996-09-04 | make GCC 'appier and remove unused vars. Also fix retval | Niklas Hallqvist |
1996-09-04 | Pull in pieces of Manuel's patch6: | Jason Downs |
1996-08-09 | Pedant mode: avoid mixed signedness comparisons. | Niklas Hallqvist |
1996-08-09 | Quirks for NEC 2Vi. I just had this play audio to me on the Amiga! | Niklas Hallqvist |
1996-08-08 | Shave some bytes never used | Niklas Hallqvist |
1996-08-07 | It's silly to try and do the quirks table ala SCSI at this point; do it | Jason Downs |
1996-08-07 | bus.h using ATAPI, by niklas, plus a quirk table and some small fixes by me. | Jason Downs |
1996-08-06 | acd.c: Better support for drives that don't set themselves READY at boot; | Jason Downs |
1996-07-22 | Initial integration of pieces of Manuel's patch5. From the announce: | Jason Downs |
1996-06-16 | locator mess cleanup | Theo de Raadt |
1996-06-10 | * Keep the cappage in the acd_softc. | Jason Downs |
1996-06-10 | Several changes: | Jason Downs |
1996-06-09 | Bug fix from Manuel. | Jason Downs |
1996-06-09 | acd.c: Removed some pointless code, cleaned up some more debug statements. | Jason Downs |
1996-06-08 | Initial support ATAPI CD-ROMs. | Jason Downs |