/* $NetBSD: debug.h,v 1.8 2007/01/18 12:43:38 cbiere Exp $ */ #define OUT stdout extern int debug[128]; #ifdef DEBUG extern int column; #define IFDEBUG(letter) \ if(debug['letter']) { #define ENDDEBUG ; (void) fflush(stdout);} #else #define STAR * #define IFDEBUG(letter) { #define ENDDEBUG ; } #endif /* DEBUG */ 2'>cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/eisa/ahb.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-27- Remove unused <sys/malloc.h> include.thorpej
2021-07-26- Type hygiene.thorpej
2021-07-24Don't blindly establish our interrupt handler as IST_LEVEL. If the INTDEFthorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-27Use eisa_compatible_{match,lookup}().thorpej
2016-07-14- Use aprint*() instead of printf() in xxx_attach().msaitoh
2016-07-11KNF. No functional change.msaitoh
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
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-12-04Cleanup interrupt establish error messages. Do not mixnjoly
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-06use 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
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-03-29Use device_private().thorpej
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
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-23- Use ANSI function decls and make use of static.thorpej
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use 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-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2000-11-14NBPG -> PAGE_SIZEthorpej
2000-07-12Fix a couple of LP64 problems (long -> int32_t).thorpej
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1999-09-30Update for SCSPI changes.thorpej
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