/* $NetBSD: disklabel.h,v 1.4 2011/08/30 12:39:54 bouyer Exp $ */ #ifndef _EVBSH3_DISKLABEL_H_ #define _EVBSH3_DISKLABEL_H_ #define LABELUSESMBR 1 #if HAVE_NBTOOL_CONFIG_H #include #else #include #endif /* HAVE_NBTOOL_CONFIG_H */ #endif /* _EVBSH3_DISKLABEL_H_ */ '>cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-12KNFcegger
2009-03-18bzero -> memsetcegger
2008-03-11Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconfmatt
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-03-29Use device_private().thorpej
2006-03-25Use device_parent().thorpej
2006-02-27Use device_is_a().thorpej
2005-12-11merge ktrace-lwp.christos
2005-06-27Fixes due to cast-qual addition.ragge
2005-02-26White space nits.simonb
2004-10-31Include the <sys/bufq.h> header to allow these to compile again.he
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-06-14Must check B_PHYS, not b_proc, if it is DMA to userspace, otherwise theragge
2001-11-13add RCSIDslukem
2001-06-10Only use b_proc if B_PHYS is set.ragge
2001-04-29Use ubmemalloc() for data structures. Remove unused vars. KNF.ragge
2001-04-12Protect the call to uba_done() with spluba().thorpej
2000-06-10Must be able to compile without "mtc".ragge
2000-06-05Adjust to new evcnt stuff.matt
2000-06-04More event counter stuff. Plus a little cruft cleanup while doing it.matt
2000-05-19A foolish consistency; most parts of the kernel use bp->b_data, sothorpej
2000-04-30Change to use new ubareset() functionality.ragge
2000-03-30Remove register declarations.augustss
2000-01-24Revamp the VAX interrupt handling code. Make it compatible with all thematt
2000-01-21Update for sys/buf.h/disksort_*() changes.thorpej
1999-06-06Fix map register/DMA wait queues.ragge
1999-05-29Copied from ../../arch/vax/uba/uda.c,vragge