summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aic79xx_osm.h
AgeCommit message (Expand)Author
2013-04-03undo previous commit of unrelated debugging.christos
2013-04-03instead of ifnet use ethercom.christos
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2009-09-26Split device_t/softc. Tested on aic7901A.tsutsui
2009-09-05Make ahd_detach() take struct ahd_softc * rather than device_ttsutsui
2009-09-02TAB vs space cleanup.tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2008-06-24Fix prototype of ahd_send_async(). Pull in dev/ic/aic7xxx_cam.h to get ac_code.gmcgarry
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
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
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-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-08-29Apply the following change made on 5/26/2003 21:43:29 by gibbs to thethorpej
2003-07-08function prototype must not have variable nameitojun
2003-05-03DMA, not dma nor Dma.wiz
2003-04-21ahd, driver for Adaptec 790x U320 controllers. Originally by Justin Gibbsfvdl