summaryrefslogtreecommitdiff
path: root/sys/dev/ic/wd33c93.c
AgeCommit message (Expand)Author
2022-02-09fix various typos in comments.andvar
2021-08-21fix some more typos in comments/log messages, improve wording as well.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-02-10Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@.christos
2018-02-08Typos.dholland
2017-01-11adatper -> adapterskrll
2014-01-22fix unused variable warningschristos
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2009-02-12If sc_dmamode is set to SBIC_CTL_NO_DMA, then actually don't do DMA. Nowrumble
2009-01-27- use device_t and cfdata_ttsutsui
2009-01-25Split device_t from wd33c93_softc. Reviewed by cube; tested on sgimipsbjh21
2009-01-20Convert more printfs to aprint_* and use the latter more consistently.bjh21
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-05-21Fix comments about the cf_flags layout and use macros to test whetherrumble
2007-05-21Check in a workaround before I lose or forget about it:rumble
2007-05-08Report whether we're using DMA and what type on attach, since I keep losingrumble
2007-05-08The maximum FIFO depth on old WD33C93 parts is only 5, not 12 as on 93A andrumble
2007-05-08Enable Fast SCSI transfers for WD33C93B parts with appropriate inputrumble
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2007-03-05Cast to char* before doing pointer arithmetic.he
2006-10-01Allow wd33c93 attachments to choose what DMA mode it should use, and arrangebjh21
2006-09-26Merge my bjh21-wd33c93 branch. This improves message handling in generalbjh21
2006-09-05Make this work with timecounters.rumble
2006-08-27Revert revision 1.4: it seems to have caused serious problems on sgimips,bjh21
2006-08-27Use symbolic names for CSR values after reset.bjh21
2006-08-26When receiving a SCSI message, it's important not to deassert ACK on the lastbjh21
2006-08-26Use standard MSG_IS1BYTE, MSG_IS2BYTE, and MSG_ISEXTENDED macros ratherbjh21
2006-08-26Use the 'z' size modifier when printfing size_t, so that GCC doesn't complainbjh21
2006-08-26Move the sgimips "sbic" driver from arch/sgimips/hpc/sbic.c tobjh21