diff options
| author | Ralf Bächle <ralf@linux-mips.org> | 2005-02-01 16:43:17 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-02-01 16:43:17 -0800 |
| commit | ae6e171969d62f809a64203374db3bfcfaa7c71f (patch) | |
| tree | 976ff4de3d8805f4a50ef1afcb6706dfaa2b2b84 /include | |
| parent | db3a8f4674d7fad32157353e59c300c30b4c3ef5 (diff) | |
[PATCH] mips: TXX9 serieal driver rewrite
Replace the old drivers/char/ serial driver for the Toshiba TX series of
SOCs with a modern style drivers/serial/ one.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/pci_ids.h | 1 | ||||
| -rw-r--r-- | include/linux/serial_core.h | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index b434d33f6144..65fe9d45f891 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1469,6 +1469,7 @@ #define PCI_DEVICE_ID_TOSHIBA_TX3927 0x000a #define PCI_DEVICE_ID_TOSHIBA_TC35815CF 0x0030 #define PCI_DEVICE_ID_TOSHIBA_TX4927 0x0180 +#define PCI_DEVICE_ID_TOSHIBA_TC86C001_MISC 0x0108 #define PCI_VENDOR_ID_RICOH 0x1180 #define PCI_DEVICE_ID_RICOH_RL5C465 0x0465 diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 84d80cfe7b41..c45598d0a846 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -103,6 +103,9 @@ /* Marvell MPSC */ #define PORT_MPSC 63 +/* TXX9 type number */ +#define PORT_TXX9 64 + #ifdef __KERNEL__ #include <linux/config.h> |
