Age | Commit message (Expand) | Author |
1997-01-18 | scsi->moreluns is a bitfield based on target--should be u_int16_t, now. | briggs |
1997-01-18 | Boundary error (s/<=/</) | Niklas Hallqvist |
1997-01-16 | prevent scsiconf.c:110: warning: unused variable `l' | kstailey |
1997-01-16 | Added scsiprint from NetBSD, needed by new driver for VAX. -moj | Mats O Jansson |
1997-01-15 | sc_link.adapter_buswidth, set to 16 if wide scsi. if 0 it gets converted | Theo de Raadt |
1997-01-04 | readdisklabel() with correct dev_t | Theo de Raadt |
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-11 | removed redundant copy of whole file | kstailey |
1996-12-08 | -Wcast-qual happiness | Niklas Hallqvist |
1996-12-05 | call readdisklabel() in the same fashion as sd.c does | Theo de Raadt |
1996-12-03 | clear sense buffer for mode sense 4, dms@celtech.com | Theo de Raadt |
1996-11-28 | Make SCSI debugging more dynamic, more targets and luns can be | Niklas Hallqvist |
1996-11-28 | Sync to NetBSD 961107 | Niklas Hallqvist |
1996-11-25 | Oops, we don't have SDEV_NOSTARTUNIT. Remove TEAC scsi floppy quirk for now. | Todd C. Miller |
1996-11-25 | Add some quirky devices from NetBSD. | Todd C. Miller |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey |
1996-11-23 | deleted unnecessary calls to strlen() | kstailey |
1996-11-23 | deleted redundant section | kstailey |
1996-11-06 | Slight oversight in Ken's latest fix | Niklas Hallqvist |
1996-11-03 | make SCSI_POLL only be set when scanjet_ctl_{read|write} is called from scanj... | kstailey |
1996-10-31 | hp scanjet 4p support; kstailey@dol-esa.gov | Theo de Raadt |
1996-10-31 | Add SCSI_POLL to control read/writes to remove some timing problem | Niklas Hallqvist |
1996-10-31 | $OpenBSD RCSIDs + comment fix in sd.c | Niklas Hallqvist |
1996-10-20 | Add quirk entries for 2 optical drives, NetBSD PR #2861 | Todd C. Miller |
1996-10-05 | [a]cd_play -> [a]cd_play_big. Say hello to cdio(1). | Jason Downs |
1996-10-04 | Fixed prototype errors, reviewed & approved by deraadt | Niklas Hallqvist |
1996-08-30 | Add an IBM quirk. | Jason Downs |
1996-08-16 | only safe ioctl | Theo de Raadt |
1996-08-15 | for NEC 210 CD-ROM drivers | shawn |
1996-08-13 | Remove unused variable | Niklas Hallqvist |
1996-08-12 | safe ioctl only | Theo de Raadt |
1996-08-11 | limit ioctl priviledges | Theo de Raadt |
1996-08-07 | disk_unbusy if op failed to enqueue | Theo de Raadt |
1996-07-30 | patch for HP scanjet 4p; netbsd pr#2663; kstailey@dol-esa.gov | Theo de Raadt |
1996-07-24 | for sun-modified maxtor XT-8760S drives; from ivanenko@ctpa03.mit.edu | Theo de Raadt |
1996-07-12 | Fixed wrong type of argument passing for SCIOCREASSIGN. | Per Fogelstrom |
1996-07-11 | Make use of existing SCSI block reassign code. | Per Fogelstrom |
1996-07-11 | some MUSTEKs fill with 0xff instead of 0x20; netbsd pr#2617; is@beverly.rhein.de | Theo de Raadt |
1996-07-02 | handle SCSI_QUEUE_FULL correctly | Theo de Raadt |
1996-06-17 | SCIOCCOMMAND now requires that the device be open for writing. | Jason Downs |
1996-06-16 | netbsd pr#2220: add SCIOCRESET. I can't think of any reason not to. | Jason Downs |
1996-06-16 | NetBSD PR#2535: add mode sense 5 and floppy support in our framework. | Jason Downs |
1996-06-10 | do not check SDEV_MEDIA_LOADED because it does not matter | Theo de Raadt |
1996-06-10 | Several changes: | Jason Downs |
1996-06-01 | all ports have dk_establish | Theo de Raadt |
1996-05-22 | scsi attribute elsewhere | Theo de Raadt |
1996-05-22 | sync | Theo de Raadt |
1996-05-22 | unload after last close | Theo de Raadt |
1996-05-16 | from NetBSD PR#812: | Michael Shalayeff |