Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Apr 2006 05:19:43 GMT
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 94789 for review
Message-ID:  <200604080519.k385JhLg082754@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=94789

Change 94789 by jmg@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604080519.k385JhLg082754>