summaryrefslogtreecommitdiff
path: root/sys/dev/ic/adw.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-12-15Remove clause 3 and 4 leftovers from TNF licenses in more sources.tsutsui
2019-10-06Get rid of bogus ADW_CALLBACK typedef. Use the real callback typesuwe
2016-07-14KNF. No functional change.msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2012-10-27split device_t/softc for all remaining drivers.chs
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-21Part 1 of a cleanup pass over the SCSI subsystem. The aim is to namethorpej
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-10-21Correct NULL abuse.fvdl
2003-09-18nluns should be 8, not 7.mycroft
2003-05-03DMA, not dma nor Dma.wiz
2003-01-31Use aprint_*().thorpej
2002-04-05Implement mstohz() as discussed on tech-kern, and use it in SCSI driversbouyer
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add/cleanup RCSIDlukem
2001-08-29Ensure that data accessed by the ADW driver in memory is inbriggs
2001-07-31change\n\tswitch (scsiq->host_status)\nto\n\tswitch (scsiq->scsi_status)\nin ...dante
2001-07-19Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.thorpej
2001-07-07bzero -> memsetthorpej
2001-07-07bcopy -> memcpythorpej
2001-04-30remove some lint, including ansifying funcslukem
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-03-07Add BUS_DMA_STREAMING to data transfer maps.thorpej
2001-02-11Fix for kern/12114 and kern/12158 Advansys DMA errors.hpeyerl
2000-11-14NBPG -> PAGE_SIZEthorpej
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26remove redundant vm includes.mrg
2000-05-27Change AdwInitCarriers in adwmcode.cdante
2000-05-26Fix a bug introduced in last commit which caused a painc due todante
2000-05-14Handle better the status codes.dante
2000-05-10Change adw_isr_callback() status handlerdante
2000-05-08Change the way ADW_CARRIER is allocated and handled.dante
2000-05-03Slight change to previous.thorpej
2000-05-03Don't return an uninitialized error code.thorpej
2000-04-30Add new microcode for all of the supported boards.dante
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-02-12If we got an xfer from our backlog queue, don't allow sleeping; we're inthorpej
2000-02-03Add AdvanSys U2W (LVD) boards supportdante
1999-09-30Update for SCSPI changes.thorpej
1999-09-11Rewrote error handlers. Now they are solid.dante
1999-08-17The CCB already contains its DMA address, so no need to recompute itthorpej