summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_bus_pci.c
diff options
context:
space:
mode:
authorkaiw <kaiw@FreeBSD.org>2009-02-11 00:08:03 +0000
committerkaiw <kaiw@FreeBSD.org>2009-02-11 00:08:03 +0000
commited3597a69687b0a5ae150456beb6c191cffeaaf8 (patch)
tree6ab14cd935ebb5289c2b0e2b382da290e80a2a35 /sys/dev/uart/uart_bus_pci.c
parent29a739cb60ccf8c2457c837b6cfb6df866a25bfe (diff)
downloadFreeBSD-src-ed3597a69687b0a5ae150456beb6c191cffeaaf8.zip
FreeBSD-src-ed3597a69687b0a5ae150456beb6c191cffeaaf8.tar.gz
Added entries for Lava SP-PCI (1 serial + 1 parallel) PCI card. The
card is a multifunction PCI and report itself as two logical devices.
Diffstat (limited to 'sys/dev/uart/uart_bus_pci.c')
-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 450e629..4a40e48 100644
--- a/sys/dev/uart/uart_bus_pci.c
+++ b/sys/dev/uart/uart_bus_pci.c
@@ -96,6 +96,7 @@ static struct pci_id pci_ns8250_ids[] = {
0x18 },
{ 0x1407, 0x0110, 0xffff, 0, "Lava Computer mfg DSerial-PCI Port A", 0x10 },
{ 0x1407, 0x0111, 0xffff, 0, "Lava Computer mfg DSerial-PCI Port B", 0x10 },
+{ 0x1407, 0x0510, 0xffff, 0, "Lava SP Serial 550 PCI", 0x10 },
{ 0x1409, 0x7168, 0x1409, 0x4025, "Timedia Technology Serial Port", 0x10,
8 * DEFAULT_RCLK },
{ 0x1409, 0x7168, 0x1409, 0x4027, "Timedia Technology Serial Port", 0x10,
OpenPOWER on IntegriCloud