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