Age | Commit message (Expand) | Author |
2005-06-11 | Elminate a few unnecessary casts by using union field names, bit of KNF. | Kenneth R Westerback |
2005-06-05 | Fix scsi_mode_select() and scsi_mode_select_big() to send just the | Kenneth R Westerback |
2005-06-03 | Move definitions of struct cd_softc{} and CDRETRIES from cdvar.h into | Kenneth R Westerback |
2005-06-03 | Tweak scsi_do_mode_sense(). NetBSD was right and I was wrong. Sigh. | Kenneth R Westerback |
2005-05-27 | Don't bother issuing a MODE SELECT in cd_set_pa_immed() if we aren't | Kenneth R Westerback |
2005-05-27 | Convert cd code to new mode sense framework. Merge cd_scsi and | Kenneth R Westerback |
2005-05-01 | Allow RAW_PART+S_IFCHR device opens to succeed even if media not | Kenneth R Westerback |
2005-04-06 | De-register scsi. | Kenneth R Westerback |
2005-04-05 | Clean up some logic. Use better error handling for sd devices. Be | Kenneth R Westerback |
2005-03-30 | Comment typo, minor knf. No code change. | Kenneth R Westerback |
2004-05-09 | Add missing <cr>'s to various SC_DEBUG() calls, along with a few other | Kenneth R Westerback |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-07-30 | reverse booleans so it's clear what we're looking for. ok krw@ | Ted Unangst |
2003-05-18 | constify the quirck tables and fix the scsi_inqmatch() proto accordingly; krw... | Michael Shalayeff |
2003-05-17 | READ_CD_CAPCITY -> READ_CD_CAPACITY in comment. | Kenneth R Westerback |
2003-05-16 | Provide most if not all the support required for the usb changes Nate | Kenneth R Westerback |
2003-04-06 | The disklabel fields d_packname and d_typename are not null terminated strings | Kenneth R Westerback |
2003-01-17 | The end of the track is one frame before the first frame of the next track | Jason Wright |
2003-01-05 | spelling | Theo de Raadt |
2002-12-30 | Add new parameter to scsi_test_unit_ready(): retries number. | Alexander Yurchenko |
2002-06-09 | splassert a splbio assumption. | Artur Grabowski |
2002-06-08 | KISS. the spl variable doesn't have to be called s, but it make the code less... | Artur Grabowski |
2002-06-08 | splbio around biodone | Artur Grabowski |
2002-05-23 | Signed/unsigned int bug caused lp->d_npartitions to be set to zero. | Constantine Sapuntzakis |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-01 | cdstrategy(): check that media is loaded before doing anything with the | Hans Insulander |
2001-10-25 | Allow an empty cd to be opened (raw device/whole disk) primarily to | Dale Rahn |
2001-06-22 | KNF | Theo de Raadt |
2000-07-18 | Update cd_size to handle failure of READ_CD_CAPACITY by returning | Constantine Sapuntzakis |
2000-04-18 | cd detach | Constantine Sapuntzakis |
2000-04-18 | sd and scsibus detach | Constantine Sapuntzakis |
2000-04-09 | Don't trust the TOC coming from the drive so much. | Constantine Sapuntzakis |
1999-11-12 | Use cdio.h instead of dvdio.h | Angelos D. Keromytis |
1999-11-11 | SCSI commands do not send data in both directions in the data phase. | Constantine Sapuntzakis |
1999-11-09 | Fix lengths of scsi cmds | Angelos D. Keromytis |
1999-11-03 | bzero the right amount of memory; I think NetBSD has this problem too. | Angelos D. Keromytis |
1999-11-03 | Some DVD support, from NetBSD. | Angelos D. Keromytis |
1999-10-16 | another fix form csapuntz | Theo de Raadt |
1999-10-14 | read disklabels only from CDs that have a data track, spoofed labels from | Theo de Raadt |
1999-09-25 | sorry, but the last two changes completely broke disklabel spoofing, which we... | Theo de Raadt |
1999-09-21 | Bug in the disklabel calculations fixed. Offsets were calculated in | Constantine Sapuntzakis |
1999-09-21 | For some reason unbeknownst to me, the old acd driver had a more advanced | Constantine Sapuntzakis |
1999-08-24 | Added type field to scsi_addr to reflect bus/device type (ATAPI or SCSI). | Constantine Sapuntzakis |
1999-08-10 | support DIOCRLDINFO | Theo de Raadt |
1999-07-21 | swap16_multi by niklas@cvs.openbsd.org | Constantine Sapuntzakis |
1999-07-20 | Be more generous with timeout on cd_play_msf | Constantine Sapuntzakis |
1999-07-20 | Make acd redundant. | Constantine Sapuntzakis |
1999-04-01 | If READ_CD_CAPACITY fails, just use the 2048/400000 defaults since some CDR d... | Todd C. Miller |