Bug 5875
Summary: | quad RS232 port card detected as 8, 4 useable. | ||
---|---|---|---|
Product: | Drivers | Reporter: | Dag Bakke (dag) |
Component: | Serial | Assignee: | Russell King (rmk) |
Status: | DEFERRED WILL_FIX_LATER | ||
Severity: | low | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.15 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Dag Bakke
2006-01-12 01:38:48 UTC
lspci ------- 03:00.0 Serial controller: Oxford Semiconductor Ltd Unknown device 9504 03:00.1 Bridge: Oxford Semiconductor Ltd OX16PCI954 (Quad 16950 UART) function 1 lspci -n -------- 0000:06:00.0 Class 0700: 1415:9504 0000:06:00.1 Class 0680: 1415:9511 lspci -vv --------- 0000:06:00.0 Serial controller: Oxford Semiconductor Ltd: Unknown device 9504 (prog-if 06 [16950]) Subsystem: Oxford Semiconductor Ltd: Unknown device 0000 Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Interrupt: pin A routed to IRQ 11 Region 0: I/O ports at 3060 Region 1: I/O ports at 3068 [size=8] Region 2: I/O ports at 3070 [size=8] Region 3: I/O ports at 3078 [size=8] Region 4: I/O ports at 3000 [size=32] Region 5: Memory at 46000000 (32-bit, non-prefetchable) [size=4K] Capabilities: [40] Power Management version 2 Flags: PMEClk- DSI- D1- D2+ AuxCurrent=0mA PME(D0+,D1-,D2+,D3hot+,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- 0000:06:00.1 Bridge: Oxford Semiconductor Ltd OX16PCI954 (Quad 16950 UART) function 1 Subsystem: Oxford Semiconductor Ltd: Unknown device 0000 Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Interrupt: pin A routed to IRQ 11 Region 0: I/O ports at 3020 Region 1: Memory at 46001000 (32-bit, non-prefetchable) [size=4K] Region 2: I/O ports at 3040 [size=32] Region 3: Memory at 46002000 (32-bit, non-prefetchable) [size=4K] Capabilities: [40] Power Management version 2 Flags: PMEClk- DSI- D1- D2+ AuxCurrent=0mA PME(D0+,D1-,D2+,D3hot+,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- For the record... 0000:06:00.1 Class 0680: 1415:9511 It seems that we explicitly match against this ID. Unfortunately, I don't remember if this ID does correspond with a real device, so I'm rather loathed to remove the entry. Any updates on this please. Thanks. |