diff options
author | marcel <marcel@FreeBSD.org> | 2014-02-16 20:45:12 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2014-02-16 20:45:12 +0000 |
commit | 3869d9ba6906c400c95cef6c092ca6f707c88671 (patch) | |
tree | f8a7133a7675e52da39885e3e45240d53905b004 /sys/dev/uart/uart_bus_pci.c | |
parent | 091cb7eeead861afb7b7435107b27bc02db862b7 (diff) | |
download | FreeBSD-src-3869d9ba6906c400c95cef6c092ca6f707c88671.zip FreeBSD-src-3869d9ba6906c400c95cef6c092ca6f707c88671.tar.gz |
MFC r259838:
Add another HP iLO serial (console) port, found on Itanium servers.
Diffstat (limited to 'sys/dev/uart/uart_bus_pci.c')
-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 6419ebb..a186ef9 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -82,6 +82,7 @@ static const struct pci_id pci_ns8250_ids[] = { 0x10 }, { 0x103c, 0x1048, 0x103c, 0x1301, "HP Diva RMP3", 0x14 }, { 0x103c, 0x1290, 0xffff, 0, "HP Auxiliary Diva Serial Port", 0x18 }, +{ 0x103c, 0x3301, 0xffff, 0, "HP iLO serial port", 0x10 }, { 0x11c1, 0x0480, 0xffff, 0, "Agere Systems Venus Modem (V90, 56KFlex)", 0x14 }, { 0x115d, 0x0103, 0xffff, 0, "Xircom Cardbus Ethernet + 56k Modem", 0x10 }, { 0x1282, 0x6585, 0xffff, 0, "Davicom 56PDV PCI Modem", 0x10 }, |