Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162626549
D56095.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.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
Thu, Jul 16, 5:46 AM (15 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35125470
Default Alt Text
D56095.diff (466 B)
Attached To
Mode
D56095: pci/uart: support 16550A PCI serial devices
Attached
Detach File
Event Timeline
Log In to Comment