summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aha.c
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2016-07-14KNF. No functional change.msaitoh
2016-07-11KNF. No functional change.msaitoh
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
2009-09-21Split device_t/softc. Tested on AHA-1542CF.tsutsui
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-29Check the status registers for garbage before wasting seconds trying toad
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
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
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
2004-12-07Don't use "struct scsi_generic" in a hardware-defined structure. Instead,thorpej
2004-08-24Use ANSI function decls and more use of static.thorpej
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-10-31Rollbackreinoud
2003-10-31Make it compile under gcc 2.95 again. I guess the initialisers werereinoud
2003-05-03DMA, not dma nor Dma.wiz
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-20precede, not preceed.wiz
2001-07-19Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.thorpej
2001-07-07bzero -> memsetthorpej
2001-07-07bcopy -> memcpythorpej
2001-05-02Don't forget to init chan_bustype.bouyer
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-03-07Add BUS_DMA_STREAMING to data transfer maps.thorpej
2000-11-14NBPG -> PAGE_SIZEthorpej
2000-03-30Remove register declarations.augustss
2000-03-23Remove bogus callout_init(), pointed out by soren@netbsd.org.thorpej
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
1999-09-30Update for SCSPI changes.thorpej
1999-04-15Correct wrong board IDs (used ID definition from FreeBSD)mjl
1998-12-09Update for changed scsipi_xfer struct.thorpej
1998-12-05Update HBAs to incorporate the new max_lun property.mjacob
1998-11-19Adapt to the new scsipi_adapter interface.thorpej
1998-10-10Garbage-collect the open_target_lu and close_target_lu entry points fromthorpej
1998-08-17Assign my copyrights to TNF.mycroft
1998-07-04defopt DDB.jonathan