summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aic79xxvar.h
AgeCommit message (Expand)Author
2021-10-15fix typos in comments.andvar
2021-08-22fix typos in comments, add missing RCSID.andvar
2009-09-26Split device_t/softc. Tested on aic7901A.tsutsui
2009-09-03Remove now unused *shutdown_hook from softc.tsutsui
2009-09-02TAB vs space cleanup.tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2008-03-21Use aprint_*_dev(), and device_xname(). Constify a bit.dyoung
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-11-28Don't call alloc_scb() (which can call bus_dmamem_alloc/map) frombouyer
2005-06-28Remove some extern decls for PCI-specific stuff that are private tothorpej
2005-05-30- add missing constchristos
2005-02-27nuke trailing whitespaceperry
2004-04-21avoid unbounded sprintf(), use snprintf()itojun
2004-04-19Spell removable with only two es. Inspired by jmc@openbsd.wiz
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-10-08Cap the transfer size at MAXPHYS, the driver won't get bigger requestsfvdl
2003-09-02* Make the ahc and ahd probes more alike.fvdl
2003-08-29Apply the following change from 06/28/2003 04:45:25 by gibbs to thethorpej
2003-08-29Apply the following change from 06/28/2003 04:39:49 by gibbs to thethorpej
2003-08-29Apply the following change from 05/30/2003 02:14:22 made by scottl to thethorpej
2003-08-29Apply the following change from 6/6/2003 23:48:18 by gibbs to thethorpej
2003-08-29Apply the following change checked in 2003/05/04 00:20:07 by gibbsthorpej
2003-07-26Make this work on systems where bus_dmamap_sync() is not a noop.thorpej
2003-07-08function prototype must not have variable nameitojun
2003-05-14Correct spelling of coalesce. (Will forward to Justin Gibbs.)wiz
2003-05-03DMA, not dma nor Dma.wiz
2003-04-21Reset bus in attach, not at first access.fvdl
2003-04-21ahd, driver for Adaptec 790x U320 controllers. Originally by Justin Gibbsfvdl