summaryrefslogtreecommitdiff
path: root/sys/dev/atapi/atapiconf.c
AgeCommit message (Collapse)Author
1999-06-05say media error instead of medium errorTheo de Raadt
1998-06-09Autodetect ATAPI CDROMS which do not support the ATAPI_READ_CD_CAPACITYNiels Provos
and fake it (meaning add AQUIRK_NOCAPACITY). Also add an entry for NEC CD Changer reported by W. Scholten <wouters@cistron.nl>.
1998-01-02add NOCAPACITY quirk for a sanyo? cdrom, reported by ian@darwinsys.comNiels Provos
1997-11-10yet another Sanyo quirkflipk
1997-11-05another Sanyo quirk; nihilis@physical.addiction.com; PR#343Theo de Raadt
1997-08-19SANYO CRD-254P has AQUIRK_NOCAPACITYTheo de Raadt
1997-08-17Add quirk for MATSHITA CR-574, from Berndt Josef Wulf <wulf@ping.net.au>Todd C. Miller
1997-07-07Get rid of the arch-dependent long typeNiklas Hallqvist
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
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-09-12Add some spaces.Jason Downs
1996-09-11Remove unneeded quirk, and only print drive capabilities if it appears theJason Downs
device actually filled in the information.
1996-09-06add my cd-rom to quirk table.... no other changes.Michael Shalayeff
hmmm, how BSDi do handle all this quirks w/o 'em ?
1996-09-04Pull in pieces of Manuel's patch6:Jason Downs
- At Milton Ngan's request, wdc now probes for atapi devices first, and then wd drives, because some old atapi devices were detected as ide drives. - Integration of Milton Ngan's fix for some 'wdc_atapi_intr: unknown phase 1' due to a timing problem. Some additional changes (like ADEV_* -> AQUIRK_*) for the sake of compatibility. Manuel's additional quirk type was added as well. I'm not sure I like the retry change to wdc.c; please let me know if anyone has any problems with their drives.
1996-08-09Quirks for NEC 2Vi. I just had this play audio to me on the Amiga!Niklas Hallqvist
1996-08-07It's silly to try and do the quirks table ala SCSI at this point; do itJason Downs
my way, instead.
1996-08-07bus.h using ATAPI, by niklas, plus a quirk table and some small fixes by me.Jason Downs
1996-07-22Initial integration of pieces of Manuel's patch5. From the announce:Jason Downs
- integration of Milton Ngan's patch, which provide audio command support. ..with lots of cleaning up by me. Audio is still untested. This will change shortly.
1996-06-10* Keep the cappage in the acd_softc.Jason Downs
* If TYPE_DAD, and removable, assume it's a busted CD-ROM. * Print out some cappage data in attach, and other cosmetic changes.
1996-06-09acd.c: Removed some pointless code, cleaned up some more debug statements.Jason Downs
everything: added RCS ids.
1996-06-08Initial support ATAPI CD-ROMs.Jason Downs
Based on Manuel Bouyer's drivers.