Module Name:    src
Committed By:   jym
Date:           Sun Apr 17 23:54:05 UTC 2011

Modified Files:
        src/sys/arch/xen/xen: hypervisor.c

Log Message:
Remove remnants from the past when Xen 2 was still alive.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/xen/xen/hypervisor.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/xen/xen/hypervisor.c
diff -u src/sys/arch/xen/xen/hypervisor.c:1.53 src/sys/arch/xen/xen/hypervisor.c:1.54
--- src/sys/arch/xen/xen/hypervisor.c:1.53	Sat Aug  7 21:58:34 2010
+++ src/sys/arch/xen/xen/hypervisor.c	Sun Apr 17 23:54:05 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: hypervisor.c,v 1.53 2010/08/07 21:58:34 cegger Exp $ */
+/* $NetBSD: hypervisor.c,v 1.54 2011/04/17 23:54:05 jym Exp $ */
 
 /*
  * Copyright (c) 2005 Manuel Bouyer.
@@ -53,7 +53,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hypervisor.c,v 1.53 2010/08/07 21:58:34 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hypervisor.c,v 1.54 2011/04/17 23:54:05 jym Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -225,16 +225,6 @@
 	hac.hac_xencons.xa_device = "xencons";
 	config_found_ia(self, "xendevbus", &hac.hac_xencons, hypervisor_print);
 #endif
-#if NXENNET_HYPERVISOR > 0
-	memset(&hac, 0, sizeof(hac));
-	hac.hac_xennet.xa_device = "xennet";
-	xennet_scan(self, &hac.hac_xennet, hypervisor_print);
-#endif
-#if NXBD_HYPERVISOR > 0
-	memset(&hac, 0, sizeof(hac));
-	hac.hac_xbd.xa_device = "xbd";
-	xbd_scan(self, &hac.hac_xbd, hypervisor_print);
-#endif
 #if NNPX > 0
 	memset(&hac, 0, sizeof(hac));
 	hac.hac_xennpx.xa_device = "npx";

Reply via email to