diff options
| author | Kai Wang <kaiw@FreeBSD.org> | 2009-02-11 00:08:03 +0000 |
|---|---|---|
| committer | Kai Wang <kaiw@FreeBSD.org> | 2009-02-11 00:08:03 +0000 |
| commit | 64fc5491dbb134f117eaef3a2509a337ba3d5d10 (patch) | |
| tree | 6ab14cd935ebb5289c2b0e2b382da290e80a2a35 /sys/dev/uart | |
| parent | 60d5654464cfee5da7cea15d55f0c91f1314d112 (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart')
| -rw-r--r-- | sys/dev/uart/uart_bus_pci.c | 1 |
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 450e62951c36..4a40e481749c 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, |
