Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160267625
D56095.id174371.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
466 B
Referenced Files
None
Subscribers
None
D56095.id174371.diff
View Options
diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c
--- a/sys/dev/uart/uart_bus_pci.c
+++ b/sys/dev/uart/uart_bus_pci.c
@@ -297,7 +297,7 @@
}
if (pci_get_class(dev) == PCIC_SIMPLECOMM &&
pci_get_subclass(dev) == PCIS_SIMPLECOMM_UART &&
- pci_get_progif(dev) < PCIP_SIMPLECOMM_UART_16550A) {
+ pci_get_progif(dev) <= PCIP_SIMPLECOMM_UART_16550A) {
/* XXX rclk what to do */
id = &cid;
sc->sc_class = &uart_ns8250_class;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 23, 6:05 PM (19 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30442993
Default Alt Text
D56095.id174371.diff (466 B)
Attached To
Mode
D56095: pci/uart: support 16550A PCI serial devices
Attached
Detach File
Event Timeline
Log In to Comment