PERFORCE change 94789 for review

John-Mark Gurney jmg at FreeBSD.org
Sat Apr 8 05:19:44 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=94789

Change 94789 by jmg at jmg_carbon-60 on 2006/04/08 05:18:49

	use tabs instead of spaces..

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/include/hypervisor_api.h#13 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/include/hypervisor_api.h#13 (text+ko) ====

@@ -51,12 +51,12 @@
 typedef uint64_t tsbid_t;
 typedef uint32_t pages_t;
 typedef enum io_attributes {
-        PCI_MAP_ATTR_READ       = (uint32_t)0x01,
-        PCI_MAP_ATTR_WRITE      = (uint32_t)0x02
+	PCI_MAP_ATTR_READ	= (uint32_t)0x01,
+	PCI_MAP_ATTR_WRITE	= (uint32_t)0x02,
 } io_attributes_t;
 typedef enum io_sync_direction {
-        IO_SYNC_DEVICE          = (uint32_t)0x01,
-        IO_SYNC_CPU             = (uint32_t)0x02
+	IO_SYNC_DEVICE		= (uint32_t)0x01,
+	IO_SYNC_CPU		= (uint32_t)0x02,
 } io_sync_direction_t;
 typedef uint64_t io_page_list_t;
 typedef uint64_t r_addr_t;


More information about the p4-projects mailing list