diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-19 15:31:18 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-19 15:31:18 -0700 |
commit | 66e60f92518268f4d2a702a1c4ffbe1caacd6290 (patch) | |
tree | 889a1e2919ac50253be8136a1b0855fde27fcb36 /drivers/serial/sunsab.h | |
parent | 804c64ea864d0a8ee13f3de0b74158a3e9c3166d (diff) | |
parent | 4b40033ef110b833986c1a1d958a951b695f9fbc (diff) |
Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git/
Diffstat (limited to 'drivers/serial/sunsab.h')
-rw-r--r-- | drivers/serial/sunsab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/sunsab.h b/drivers/serial/sunsab.h index 686086fcbbf5..b78e1f7b8050 100644 --- a/drivers/serial/sunsab.h +++ b/drivers/serial/sunsab.h @@ -126,6 +126,7 @@ union sab82532_irq_status { /* irqflags bits */ #define SAB82532_ALLS 0x00000001 #define SAB82532_XPR 0x00000002 +#define SAB82532_REGS_PENDING 0x00000004 /* RFIFO Status Byte */ #define SAB82532_RSTAT_PE 0x80 |