| Age | Commit message (Expand) | Author |
| 1997-08-27 | These files have been moved (repository copie) to sys/dev/scsipi. | bouyer |
| 1997-08-20 | If SCSIVERBOSE is enabled, call the routine to print out detailed sense | mjacob |
| 1997-08-20 | Add in (enabled by SCSIVERBOSE option since it adds a fair amount of string | mjacob |
| 1997-08-20 | Add in prototype for routine to print SCSI errors in detail. | mjacob |
| 1997-08-17 | A few more SDEV_NOLUNS entries- one tape drive (SONY Beta/VHS) and a couple | mjacob |
| 1997-08-16 | This fibre channel disk doesn't support the geometry page. | mjacob |
| 1997-08-14 | add SDEV_NOLUNS for my scanner (UMAX S-6E) | explorer |
| 1997-08-04 | trivial change for PR#3815 | fair |
| 1997-08-04 | %x -> 0x%x | fair |
| 1997-07-20 | config.new => config | pk |
| 1997-07-17 | More CD quirks, from Dave Huang (pr-3843) | perry |
| 1997-07-07 | mark prototypes for static inline functions as possibly unused (with | cgd |
| 1997-07-02 | Report actual disksize on finding a disk. | phil |
| 1997-06-24 | foosize()'s return value is in DEV_BSIZE units; adjust the size obtained | thorpej |
| 1997-06-18 | sdsize(): only call sdopen()/sdclose() if not already open, per the | pk |
| 1997-06-09 | In case of a SCSI-error print the extended sense information and not | matthias |
| 1997-04-28 | Oops; forgot to GC the last mbuf allocated when out of clusters. | mycroft |
| 1997-04-26 | Don't require that a device is open for writing to perform a raw | augustss |
| 1997-04-24 | Fix typo in previous. | mycroft |
| 1997-04-24 | If we fail to allocate a cluster to hold a large packet, simply | mycroft |
| 1997-04-24 | Another silly CD-ROM drive... | mycroft |
| 1997-04-20 | And Yet Another Broken IBM disk (the 664 this time), once again | thorpej |
| 1997-04-20 | Add Yet Another Broken IBM disk to the SDEV_AUTOSAVE list. This one | thorpej |
| 1997-04-19 | Two more quirks: | pk |
| 1997-04-08 | Add another IBM disk that needs SDEV_AUTOSAVE. | scottr |
| 1997-04-04 | * Do some KNFing. | matthias |
| 1997-04-02 | Add a SDEV_AUTOSAVE quirk for the Emulex SCSI<->ESDI bridge. | mycroft |
| 1997-04-02 | Push the buffer cleanup code into scsi_done(), and split it so that biodone() | mycroft |
| 1997-04-01 | loosen the version number check in the quirk list for the CDR-H98MV; | mikel |
| 1997-03-29 | PR/3409: Koji Imada: cdsize() timeout too short for cd changers. | christos |
| 1997-03-27 | Add SDEV_AUTOSAVE quirks for IBM 0663H{08,12} disks | scottr |
| 1997-03-25 | Add SDEV_NOLUNS quirk for Seagate ST125N. | scottr |
| 1997-03-24 | Fix a screwup (my fault, oops) that caused the stack to get corrupted. | thorpej |
| 1997-03-21 | Add missing arp tag for se driver. | matthias |
| 1997-03-20 | Back out part of the previous patch - not only does stuffing a sizeof() | thorpej |
| 1997-03-18 | add appropriate includes so that this deals properly with NS and CCITT+LLC. | cgd |
| 1997-03-18 | Driver for the Cabletron EA41x SCSI Ethernet Adaptor, written by | thorpej |
| 1997-03-18 | Two changes from Ian Dall <ian.dall@dsto.defence.gov.au>: | thorpej |
| 1997-03-11 | SDEV_NOMODESENSE quirks are no longer needed for optical devices; from | mikel |
| 1997-03-04 | garbage collect unused variable (was this struct declaration orginally | mikel |
| 1997-02-21 | If posting an error condition because the media has been unloaded, | thorpej |
| 1997-02-21 | - Tidy up some printf code in chattach(). | thorpej |
| 1997-02-21 | Handle optical disks a little better, from Naofumi HONDA / MINOURA Makoto | thorpej |
| 1997-02-21 | Fix typo in comment. | jeremy |
| 1997-01-18 | kill use of strchr(); it's moving to libkern | cgd |
| 1996-12-22 | note in a comment (XXX) that strchr() (what's it doing here, anyway?) | cgd |
| 1996-12-14 | Make sure to initialize the memory we just allocated. | mycroft |
| 1996-12-10 | Add a "max_target" member to struct scsi_link, which is filled in by | thorpej |
| 1996-12-05 | update these so they compile whether or not __BROKEN_INDIRECT_CONFIG | cgd |
| 1996-12-03 | Recognize the HP ScanJet 4p, per PR #2663 (Kenneth Stailey). | thorpej |