summaryrefslogtreecommitdiff
path: root/sys/arch/xen/x86/consinit.c
AgeCommit message (Expand)Author
2012-10-13Adapt to the changed signature of pckbc_cnattach().jdc
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2010-04-28On x86, change the bus_space_tag_t to a pointer to a structdyoung
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-16ansify function definitionscegger
2008-10-21introduce two macros: xendomain_is_dom0() and xendomain_is_privileged(). Use ...cegger
2007-11-22Pull up the bouyer-xenamd64 branch to HEAD. This brings in amd64 supportbouyer
2007-11-14Remove pccons.ad
2007-01-29Remove more duplicate headers.hubertf
2006-12-09Remove extra ) causing compile failure when CONS_OVERRIDE is defined.bouyer
2005-12-11merge ktrace-lwp.christos
2005-06-16Allow compiling a domain0 kernel with vga but without pckbc, and addbouyer
2005-03-09Merge the bouyer-xen2 branch. This add supports for the Xen 2.0 virtualbouyer
2004-04-24Enable keyboard and vga display as console when running as domain-0.cl
2004-04-24Consistently use xencons for eveything reffering to Xen's virtual console.cl
2004-03-11Add port to the Xen virtual machine monitor.cl