Bug 17702

Summary: Plug and Play Info for USR 56K FAX INT modem
Product: Base System Reporter: Scot W. Hetzel <hetzels>
Component: kernAssignee: Peter Wemm <peter>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Scot W. Hetzel 2000-03-31 04:50:00 UTC
My Internal USR 56K modem is not getting assigned to a device.

sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppi0: <Parallel I/O> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
plip0: <PLIP network interface> on ppbus0
unknown0: <ENSONIQ Soundscape> at port 0x330-0x33f irq 5,9 drq 1,0 on isa0
unknown1: <U.S. Robotics 56K FAX INT> at port 0x2f8-0x2ff irq 3 on isa0

The pnpinfo for the modem is:

Card assigned CSN #2
Vendor ID USR3050 (0x50307256), Serial Number 0xa38aa4ae
PnP Version 1.0, Vendor Version 0
Device Description: U.S. Robotics 56K FAX INT

Logical Device ID: USR3050 0x50307256 #0
TAG Start DF
Good Configuration
    FIXED I/O base address 0x2f8 length 0x8
    IRQ: 3  - only one type (true/edge)
TAG Start DF
Acceptable Configuration
    FIXED I/O base address 0x3f8 length 0x8
    IRQ: 4  - only one type (true/edge)
TAG Start DF
Acceptable Configuration
    FIXED I/O base address 0x3e8 length 0x8
    IRQ: 3 4 5 7  - only one type (true/edge)
TAG Start DF
Acceptable Configuration
    FIXED I/O base address 0x2e8 length 0x8
    IRQ: 3 4 5 7  - only one type (true/edge)
TAG End DF
End Tag

Successfully got 16 resources, 1 logical fdevs
-- card select # 0x0002

CSN USR3050 (0x50307256), Serial Number 0xa38aa4ae

Logical device #0
IO:  0x02f8 0x02f8 0x02f8 0x02f8 0x02f8 0x02f8 0x02f8 0x02f8
IRQ 3 0
DMA 4 4
IO range check 0x00 activate 0x01

After applying the attached patch it gets detected as sio4.

sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppi0: <Parallel I/O> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
plip0: <PLIP network interface> on ppbus0
unknown0: <ENSONIQ Soundscape> at port 0x330-0x33f irq 5,9 drq 1,0 on isa0
sio4: <U.S. Robotics 56K FAX INT> at port 0x2f8-0x2ff irq 3 on isa0
sio4: type 16550A
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-03-31 11:04:35 UTC
State Changed
From-To: open->analyzed

MFC reminder. 


Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2000-03-31 11:04:35 UTC
Responsible Changed
From-To: freebsd-bugs->peter

Peter applied this patch in rev 1.293. 
Comment 3 Peter Wemm freebsd_committer freebsd_triage 2000-09-25 19:16:47 UTC
State Changed
From-To: analyzed->closed

MFC'ed to  1.291.2.11 on Aug 15th 2000.