summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2007-04-05 19:15:46 +0000
committermarcel <marcel@FreeBSD.org>2007-04-05 19:15:46 +0000
commitc5adbc966f595241bb92c96b5510cd4aaee1772b (patch)
treef0314673cf58534be2de2da48f9f4d95d217cb06 /sys/dev/uart
parent7928df838a5b027ef36c3329a96d0c526f9188e4 (diff)
downloadFreeBSD-src-c5adbc966f595241bb92c96b5510cd4aaee1772b.zip
FreeBSD-src-c5adbc966f595241bb92c96b5510cd4aaee1772b.tar.gz
Add PCI IDs for the HP RMP3 serial port. This is often used as
the serial console. MFC after: 1 week
Diffstat (limited to 'sys/dev/uart')
-rw-r--r--sys/dev/uart/uart_bus_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c
index cb6625d..4a85d58 100644
--- a/sys/dev/uart/uart_bus_pci.c
+++ b/sys/dev/uart/uart_bus_pci.c
@@ -79,6 +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, 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