summaryrefslogtreecommitdiff
path: root/sys/dev/atapi
AgeCommit message (Expand)Author
1997-07-07Get rid of the arch-dependent long typeNiklas Hallqvist
1997-07-04sync with manuel; atapibus needs flag.Jason Downs
1997-06-24Add AQUIRK_TUR, from manuel.Jason Downs
1997-06-15Automatically decide whether or not to disable door locks. Idea from provos.Jason Downs
1997-06-06not all atapi cdroms can lock the door. todo: autodetectNiels Provos
1997-03-26deal with CD drives that indicate 2352 bytes per block...Theo de Raadt
1997-02-23Just some more KNFNiklas Hallqvist
1997-02-23Some KNF, but more important: fix disklabels for audio CDs +Niklas Hallqvist
1997-02-23Fix mem leak, count partitions (tracks) right for audio disklabels. Partitio...Niklas Hallqvist
1997-02-23Audio CDs were read as data CDs before, which broke audio.Niklas Hallqvist
1996-12-24deal with the 2340 lie in the right place, i thinkTheo de Raadt
1996-12-11b_resid cleanups, pointed out by minoura@kw.netlaputa.or.jp in netbsd pr#3007Theo de Raadt
1996-12-05if block size is > 2048, set it to 2048. atapi drives that lie!Theo de Raadt
1996-12-05call readdisklabel() in the same fashion as sd.c doesTheo de Raadt
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-10-05[a]cd_play -> [a]cd_play_big. Say hello to cdio(1).Jason Downs
1996-09-12Add some spaces.Jason Downs
1996-09-11Remove unneeded quirk, and only print drive capabilities if it appears theJason Downs
1996-09-06add my cd-rom to quirk table.... no other changes.Michael Shalayeff
1996-09-04make GCC 'appier and remove unused vars. Also fix retvalNiklas Hallqvist
1996-09-04Pull in pieces of Manuel's patch6:Jason Downs
1996-08-09Pedant mode: avoid mixed signedness comparisons.Niklas Hallqvist
1996-08-09Quirks for NEC 2Vi. I just had this play audio to me on the Amiga!Niklas Hallqvist
1996-08-08Shave some bytes never usedNiklas Hallqvist
1996-08-07It's silly to try and do the quirks table ala SCSI at this point; do itJason Downs
1996-08-07bus.h using ATAPI, by niklas, plus a quirk table and some small fixes by me.Jason Downs
1996-08-06acd.c: Better support for drives that don't set themselves READY at boot;Jason Downs
1996-07-22Initial integration of pieces of Manuel's patch5. From the announce:Jason Downs
1996-06-16locator mess cleanupTheo de Raadt
1996-06-10* Keep the cappage in the acd_softc.Jason Downs
1996-06-10Several changes:Jason Downs
1996-06-09Bug fix from Manuel.Jason Downs
1996-06-09acd.c: Removed some pointless code, cleaned up some more debug statements.Jason Downs
1996-06-08Initial support ATAPI CD-ROMs.Jason Downs