]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Recognize the Amazon PCI serial device found in a1.* EC2 instances
authorcperciva <cperciva@FreeBSD.org>
Thu, 21 Mar 2019 08:54:34 +0000 (08:54 +0000)
committercperciva <cperciva@FreeBSD.org>
Thu, 21 Mar 2019 08:54:34 +0000 (08:54 +0000)
commitd06aee43366b3f9675d6b4ce53f0724239b42e31
tree68b9bd42c78a06a2b697dfb7bf592e63f1e47943
parent3054336b9af83a6c21a7df5ce87b1f9b3254f420
Recognize the Amazon PCI serial device found in a1.* EC2 instances
as an NS8250 UART.

This is the same as the UART found in EC2 "bare metal" instances,
except that the card vendor shows up as 0x0000 rather than 0x1d0f.
This seems like a bug in the EC2 firmware; but we might as well support
it anyway.

Reported by: Greg V
sys/dev/uart/uart_bus_pci.c