summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/mpbiosreg.h
blob: c322cee0ce1848a1245d2981390f7f4d9f573330 (plain)
1
2
3
/*	$NetBSD: mpbiosreg.h,v 1.4 2003/02/26 21:29:01 fvdl Exp $	*/

#include <x86/mpbiosreg.h>
48523a015b972c34ec'>split device_t/softc for all remaining drivers.chs 2009-05-12struct device * -> device_t, no functional changes intended.cegger 2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger 2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had 2006-03-29Use device_cfdata().thorpej 2005-12-11merge ktrace-lwp.christos 2005-02-27nuke trailing whitespaceperry 2002-10-02Add trailing ; to CFATTACH_DECL.thorpej 2002-09-30Use CFATTACH_DECL().thorpej 2002-09-27Declare all cfattach structures const.thorpej 2002-02-09delete '#if 0' codes.sato 2001-11-13add RCSIDlukem 2001-06-04ANSI KNF.uch 2001-05-01Fix 'busname' to attach nodes correctly.takemura 2001-04-30Machine independent GPIO interface.takemura 2001-04-30Copy of sys/arch/hpcmips/vr/button_vrgiu.c.takemura