diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2013-06-09 23:00:21 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2013-06-18 20:29:07 +0200 |
commit | 9a66d1869d90f13fbaf83dcce5b1aeec86fbc699 (patch) | |
tree | 2df9a43c270fd2005761d4194eda9223cf153a2a /arch/parisc | |
parent | 91ea8207168793b365322be3c90a4ee9e8b03ed4 (diff) | |
download | op-kernel-dev-9a66d1869d90f13fbaf83dcce5b1aeec86fbc699.zip op-kernel-dev-9a66d1869d90f13fbaf83dcce5b1aeec86fbc699.tar.gz |
parisc: fix serial ports on C8000 workstation
The C8000 workstation (64 bit kernel only) has a somewhat different
serial port configuration than other models.
Thomas Bogendoerfer sent a patch to fix this in September 2010, which
was now minimally modified by me.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/kernel/hardware.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/kernel/hardware.c b/arch/parisc/kernel/hardware.c index 9e2d2e4..8722756 100644 --- a/arch/parisc/kernel/hardware.c +++ b/arch/parisc/kernel/hardware.c @@ -1205,6 +1205,7 @@ static struct hp_hardware hp_hardware_list[] = { {HPHW_FIO, 0x004, 0x00320, 0x0, "Metheus Frame Buffer"}, {HPHW_FIO, 0x004, 0x00340, 0x0, "BARCO CX4500 VME Grphx Cnsl"}, {HPHW_FIO, 0x004, 0x00360, 0x0, "Hughes TOG VME FDDI"}, + {HPHW_FIO, 0x076, 0x000AD, 0x00, "Crestone Peak RS-232"}, {HPHW_IOA, 0x185, 0x0000B, 0x00, "Java BC Summit Port"}, {HPHW_IOA, 0x1FF, 0x0000B, 0x00, "Hitachi Ghostview Summit Port"}, {HPHW_IOA, 0x580, 0x0000B, 0x10, "U2-IOA BC Runway Port"}, |