summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi
AgeCommit message (Expand)Author
2022-12-22Fix condition for ending the pacet read loop.nat
2022-12-22Remove unused commented out code.nat
2022-12-22Driver for DaynaPORT SCSI/Link (dse.4).nat
2022-10-15Add PQUIRK_ONLYBIG for Oracle OCI BlockVolumes.jmcneill
2022-08-29Make this build again. Sorry about that.skrll
2022-08-28Don't fetch data beyond end of inquiry buffer, which, here, is notmlelstv
2022-08-28se(4): don't set if_watchdog as it's not used.skrll
2022-07-07Trailing whitespaceskrll
2022-06-26s/Ramdom/Random/ in comments.andvar
2022-04-14Split some common stuff into scsi_subr module. This enables loadingpgoyette
2022-04-09sys: Use membar_release/acquire around reference drop.riastradh
2022-03-28sd(4): Use d_cfdriver/devtounit to avoid open/detach races.riastradh
2022-03-12scsi(9): Handle bogus number of LUNs in SCSI_REPORT_LUNS.riastradh
2022-03-12sys: Membar audit around reference count releases.riastradh
2022-02-23fix various typos in comments, mainly immediatly/immediately/,andvar
2022-02-05Initialize "replun" -- found with KMSAN.hannken
2022-01-29In some cases the gcc optimizer is not smart enough to figure out whymartin
2022-01-28Factor out the lun detection code to simplify control flow.christos
2022-01-28shut up GCC about possibly-uninit; some KNFjakllsch
2022-01-27use powerof2() in sd_validate_blksize()jakllsch
2022-01-27Try REPORT LUNS command to enumerate logical units.jakllsch
2022-01-01s/sytem/system/msaitoh
2021-12-31fix few typos in comments, mainly in word "parameter".andvar
2021-12-21scsi(4): Take kernel lock around entry into autoconf.riastradh
2021-12-05availabe -> available in comment.msaitoh
2021-11-10s/desciptor/descriptor/ in comment.msaitoh
2021-10-12fix various typos, mainly in comments.andvar
2021-10-05PR kern/56403rin
2021-09-26Use seltrue_filtops rather than rolling our own with filt_seltrue.thorpej
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2021-09-19fix various typos in comments, messages and documentation.andvar
2021-09-09sys/dev: Memset zero before copyout.riastradh
2021-08-21fix mainly same typos as in my previous commit but outside sys/dev/dm.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-06-16if_attach and if_initialize cannot fail, don't test return valueriastradh
2021-06-13Restore EOM handling.mlelstv
2021-06-05As with usbverbose and pciverbose, these modules are not safe to bepgoyette
2021-05-30typo in commentdholland
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-16Limit buffer size for device capabilities requests as a work-around for PRreinoud
2021-02-10PR/55986: Ryo Onodera: DK_BUSY must have mask as second argument. Make cd.cchristos
2020-12-18Use sel{record,remove}_knote().thorpej
2020-10-26Avoid buffer overflow when copying from bounce buffer.mlelstv
2020-09-29s/settng/setting/msaitoh
2020-09-29s/implicitely/implicitly/msaitoh
2020-09-29s/occurence/occurrence/msaitoh
2020-09-29s/parition/partition/msaitoh
2020-09-25spelling fixes in sd.c commentsjakllsch
2020-09-18Revert scsiconf.c 1.288, it only worked for LUN 1.jakllsch
2020-09-17Some misspelling-in-comments fixes for scsipijakllsch