summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi
AgeCommit message (Expand)Author
2003-02-25Add a new BUF_INIT() macro which initializes b_dep and b_interlock, andthorpej
2003-02-23initialize b_interlock properly.yamt
2003-02-19Add PQUIRK_NO_FLEX_PAGE for Fujitsu MO MCJ3230AP.hannken
2003-02-10Remove NOTAG quirk for the Seagate ST11200N; the cause of the failure thatpk
2003-02-07kern/20231- pass the correct argument (arg_addr) on thru to scsipi_do_ioctl,mjacob
2003-02-05Make the buffer cache code MP-safe.pk
2003-02-04Add defines and structure for control mode page.wrstuden
2003-02-03Test callout_pending(), not callout_active(), and eliminate now-unnecessarythorpej
2003-02-01Add PQUIRK_NOLUNS entry for "NEC ", "CD-ROM DRIVE:502".bouyer
2003-01-27Remove revision in quirk entry for TOSHIBA XM-4101TASUNSLCD. The same drive w...bouyer
2003-01-23Being able to make image backups of your whole disk, not to mention notbad
2003-01-21Remove a line of unreachable code. It seems to be a remnant of startingsimonb
2003-01-20The Double-Semi-Colon Police.simonb
2003-01-20Only declare and set the "info" variable #ifndef SCSIVERBOSE.simonb
2003-01-18Merge botch.martin
2003-01-13Use the correct byte positions to read data returned by DVD_LU_SEND_RPC_STATE.toshii
2003-01-09Add two disks capable of doing synchronous transfer mode, but don'tpk
2003-01-06Add multiple inclusion protection.matt
2003-01-06writable, not writeable.wiz
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-12-15Another sizeof -> 4 + 2048 fix for dvd_read_manufact after malloc changesjmcneill
2002-12-15In dvd_read_disckey, sizeof(buf) is no longer '4 + 2048' after thejmcneill
2002-12-15Don't waste too much kernel stack space on (infrequent) ioctl operations,fvdl
2002-12-06Remove duplicate define that crept in.fvdl
2002-12-06Sync this with the FreeBSD version, adding a few aliases and new definitions.fvdl
2002-12-05Add NOLUNS|NOSYNC quirk for NEC CD-ROM DRIVE:222.jdolecek
2002-11-26si_ -> sel_christos
2002-11-24Quell an uninitialised variable warning.scw
2002-11-09Fix signed/unsigned comparison warnings.thorpej
2002-11-03Apply patch from Takeshi Nakayama on current-users which fixes problemsjdc
2002-11-01implement separate read/write disk statistics:mrg
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-19Fixes kern/18709 (correcting some typos in comments)mjacob
2002-10-18Add option NEW_BUFQ_STRATEGY, a new buffer queue strategy for betterjunyoung
2002-10-09Define a "scsi_core" attribute. Make the "scsi" attribute depend onthorpej
2002-10-04As in scsiconf.c, don't print the numberic device type in the attach message.soren
2002-10-04Slightly simplicy the SCSI device attachment message:soren
2002-10-04Pass on indication of absent media in the general case as in the opticalsoren
2002-10-04Leave error printing to the callers of scsipi_size().soren
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-19Force the initial probes to happen within the newly forked off kthread.jmc
2002-09-18remove all vesitages of dk_establish().chs
2002-09-14recognize HP ScanJet 4c.chs
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-30Remove the old device buffer queue interface.hannken