freebsd-skq/sys/dev/xen
gibbs 4344df2b3d Style cleanups. No intended functional changes.
o This driver is the "xbd" driver, not the "blkfront", "blkif", "xbf", or
   "xb" driver.  Use the "xbd_" naming conventions for all functions,
   structures, and constants.
 o The prevailing convention for structure fields in this driver is to
   prefix them with an abreviation of the structure type.  Update
   "recently added" fields to match this style.
 o Remove unused data structures.
 o Remove superfluous casts.
 o Make a pass over the whole driver and bring it closer to
   style(9) conformance.

Sponsored by:	Spectra Logic Corporation
MFC after:	1 week
2013-05-31 21:05:07 +00:00
..
balloon Allow booting XENHVM kernel without Xen hypervisor. 2012-06-20 15:45:50 +00:00
blkback Remove the support for using non-mpsafe filesystem modules. 2012-10-22 17:50:54 +00:00
blkfront Style cleanups. No intended functional changes. 2013-05-31 21:05:07 +00:00
console Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays 2013-01-30 18:01:20 +00:00
control - Fix !SMP build. 2013-01-03 13:42:45 +00:00
netback - Correct spelling in comments 2013-04-17 11:56:11 +00:00
netfront Make netif_free() safe to call on a partially initialized softc. 2013-05-31 04:45:59 +00:00
pcifront
xenpci Remove files not connected to the build. It's confusing enough that 2013-01-03 15:31:23 +00:00