summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/mesh.c
AgeCommit message (Expand)Author
2011-06-30Modify mapiodev to take a third argument indicating whether the spacematt
2009-09-26Make local functions static.tsutsui
2009-09-26Replace shutdownhook_establish(9) with pmf_device_register1(9).tsutsui
2009-09-26Fix a botch on device_t/softc split:tsutsui
2009-05-15Split device_t/softc. Tested on Apus2000.tsutsui
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2006-03-29Use device_cfdata().thorpej
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-17return SCSI_CHECK in xs->status instead of xs->xs_statusmacallan
2005-12-11merge ktrace-lwp.christos
2004-12-09Several changes from Michael Lorenz. Adapted from PR port-macppc/27680.briggs
2004-12-07Use "struct scsipi_command" in internal command structures so thatthorpej
2003-07-15__KERNEL_RCSID()lukem
2003-05-03DMA, not dma nor Dma.wiz
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-04-05Implement mstohz() as discussed on tech-kern, and use it in SCSI driversbouyer
2001-11-04Use common macro to check message length.tsutsui
2001-07-22bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.wiz
2001-06-08Make macppc compile by default with -Wall -Wmissing-prototype in additionmatt
2001-04-26Remove spaces at EOL.tsubai
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2000-12-24Honour SCSI command timeout -- fixes problems with SCSI commands that takewiz
2000-10-31Match "chrp,mesh0".tsubai
2000-10-23Fix Conner CFP1080 problem (pr 7612) and add debugging messages.tsubai
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1999-12-28Remove two panic conditions.tsubai
1999-09-30Update for SCSIPI changes.thorpej
1999-02-19First step of MESH SCSI support.tsubai