PERFORCE change 94266 for review

Marcel Moolenaar marcel at FreeBSD.org
Wed Mar 29 22:18:10 UTC 2006


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

Change 94266 by marcel at marcel_nfs on 2006/03/29 22:17:52

	Nits.

Affected files ...

.. //depot/projects/uart/dev/scc/scc_bfe.h#11 edit

Differences ...

==== //depot/projects/uart/dev/scc/scc_bfe.h#11 (text+ko) ====

@@ -70,11 +70,10 @@
 	device_t	m_dev;
 
 	u_int		m_mode;
-	int		m_alloc_rres:1;
 	int		m_attached:1;
+	int		m_fastintr:1;
+	int		m_hasintr:1;
 	int		m_probed:1;
-	int		m_hasintr:1;
-	int		m_fastintr:1;
 
 	driver_intr_t	*ih;
 	serdev_intr_t	*ih_src[SCC_ISRCCNT];
@@ -87,7 +86,8 @@
 
 	struct scc_mode	ch_mode[SCC_NMODES];
 
-	uint32_t	ch_nr;
+	u_int		ch_nr;
+
 	uint32_t	ch_ipend;
 	uint32_t	ch_hwsig;
 };


More information about the p4-projects mailing list