summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2007-05-17 04:07:19 +0000
committermarcel <marcel@FreeBSD.org>2007-05-17 04:07:19 +0000
commit107e03db097aaf6b92c0c4fd82fb3bad5c5abc97 (patch)
tree30326b326d63aa4aa3ded2d2b99eb5aec8016482 /sys/dev/uart
parentbeb2048e8594b2d09981c29285a5d4f3a89b63fa (diff)
downloadFreeBSD-src-107e03db097aaf6b92c0c4fd82fb3bad5c5abc97.zip
FreeBSD-src-107e03db097aaf6b92c0c4fd82fb3bad5c5abc97.tar.gz
The HP Diva RMP3 uses BAR 0x14.
Diffstat (limited to 'sys/dev/uart')
-rw-r--r--sys/dev/uart/uart_bus_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c
index 4a85d58..450e629 100644
--- a/sys/dev/uart/uart_bus_pci.c
+++ b/sys/dev/uart/uart_bus_pci.c
@@ -79,7 +79,7 @@ static struct pci_id pci_ns8250_ids[] = {
{ 0x1033, 0x007d, 0x1033, 0x8012, "NEC RS232C", 0x10 },
{ 0x103c, 0x1048, 0x103c, 0x1227, "HP Diva Serial [GSP] UART - Powerbar SP2",
0x10 },
-{ 0x103c, 0x1048, 0x103c, 0x1301, "HP Diva RMP3", 0x10 },
+{ 0x103c, 0x1048, 0x103c, 0x1301, "HP Diva RMP3", 0x14 },
{ 0x103c, 0x1290, 0xffff, 0, "HP Auxiliary Diva Serial Port", 0x18 },
{ 0x11c1, 0x0480, 0xffff, 0, "Agere Systems Venus Modem (V90, 56KFlex)", 0x14 },
{ 0x115d, 0x0103, 0xffff, 0, "Xircom Cardbus Ethernet + 56k Modem", 0x10 },
OpenPOWER on IntegriCloud