PERFORCE change 134781 for review

Olivier Houchard cognet at FreeBSD.org
Mon Feb 4 06:58:33 PST 2008


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

Change 134781 by cognet at cognet-mips on 2008/02/04 14:57:55

	Define IIR_BUSY.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips32/octeon32/oct16550.h#2 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips32/octeon32/oct16550.h#2 (text+ko) ====

@@ -48,6 +48,7 @@
 #define OCT_REG_IIR     0x02
 #define	IIR_IMASK	0x0f
 #define	IIR_RXTOUT	0x0c
+#define IIR_BUSY	0x07
 #define	IIR_RLS		0x06
 #define	IIR_RXRDY	0x04
 #define	IIR_TXRDY	0x02


More information about the p4-projects mailing list