Date: Mon, 17 Jan 2000 15:45:38 -0500 From: Mike Tancsa <mike@sentex.net> To: questions@freebsd.org Cc: stable@freebsd.org Subject: Multiport Serial card under stable Message-ID: <3.0.5.32.20000117154538.0206c360@staff.sentex.ca>
next in thread | raw e-mail | index | archive | help
I am reconfiguring a customers multi-port serial card on a stable box. The pervious kernel config seems to agree with what the current documentation shows, options "COM_MULTIPORT" #Boca Multi-Port support #options "EXTRA_SIO=17" #number of extra sio ports to allocate (tried with and without) device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port 0x100 tty flags 0x1005 device sio2 at isa? port 0x108 tty flags 0x1005 device sio3 at isa? port 0x110 tty flags 0x1005 device sio4 at isa? port 0x118 tty flags 0x1005 device sio5 at isa? port 0x120 tty flags 0x1005 device sio6 at isa? port 0x128 tty flags 0x1005 device sio7 at isa? port 0x130 tty flags 0x1005 device sio8 at isa? port 0x138 tty flags 0x1005 device sio9 at isa? port 0x140 tty flags 0x1005 device sio10 at isa? port 0x148 tty flags 0x1005 device sio11 at isa? port 0x150 tty flags 0x1005 device sio12 at isa? port 0x158 tty flags 0x1005 device sio13 at isa? port 0x160 tty flags 0x1005 device sio14 at isa? port 0x168 tty flags 0x1005 device sio15 at isa? port 0x170 tty flags 0x1005 device sio16 at isa? port 0x178 tty flags 0x1005 irq 5 vector siointr But at bootup time, sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 not found at 0x100 sio2: configured irq 5 not in bitmap of probed irqs 0 sio2 not found at 0x108 sio3: configured irq 5 not in bitmap of probed irqs 0 sio3 not found at 0x110 sio4: configured irq 5 not in bitmap of probed irqs 0 sio4 not found at 0x118 sio5: configured irq 5 not in bitmap of probed irqs 0 sio5 not found at 0x120 sio6: configured irq 5 not in bitmap of probed irqs 0 sio6 not found at 0x128 sio7: configured irq 5 not in bitmap of probed irqs 0 sio7 not found at 0x130 sio8: configured irq 5 not in bitmap of probed irqs 0 sio8 not found at 0x138 sio9: configured irq 5 not in bitmap of probed irqs 0 sio9 not found at 0x140 sio10: configured irq 5 not in bitmap of probed irqs 0 sio10 not found at 0x148 sio11: configured irq 5 not in bitmap of probed irqs 0 sio11 not found at 0x150 sio12: configured irq 5 not in bitmap of probed irqs 0 sio12 not found at 0x158 sio13: configured irq 5 not in bitmap of probed irqs 0 sio13 not found at 0x160 sio14: configured irq 5 not in bitmap of probed irqs 0 sio14 not found at 0x168 sio15: configured irq 5 not in bitmap of probed irqs 0 sio15 not found at 0x170 sio16: configured irq 5 not in bitmap of probed irqs 0 sio16 not found at 0x178 From the previous 2.2.x machine, Jan 14 15:10:57 mail /kernel: sio0 at 0x3f8-0x3ff irq 4 on isa Jan 14 15:10:57 mail /kernel: sio0: type 16550A Jan 14 15:10:57 mail /kernel: sio1 at 0x100-0x107 flags 0x1005 on isa Jan 14 15:10:57 mail /kernel: sio1: type 16550A (multiport) Jan 14 15:10:57 mail /kernel: sio2 at 0x108-0x10f flags 0x1005 on isa Jan 14 15:10:57 mail /kernel: sio2: type 16550A (multiport) Jan 14 15:10:57 mail /kernel: sio3 at 0x110-0x117 flags 0x1005 on isa Jan 14 15:10:57 mail /kernel: sio3: type 16550A (multiport) Jan 14 15:10:57 mail /kernel: sio4 at 0x118-0x11f flags 0x1005 on isa Jan 14 15:10:57 mail /kernel: sio4: type 16550A (multiport) Jan 14 15:10:57 mail /kernel: sio5 at 0x120-0x127 flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio5: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio6 at 0x128-0x12f flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio6: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio7 at 0x130-0x137 flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio7: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio8 at 0x138-0x13f flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio8: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio9 at 0x140-0x147 flag Jan 14 15:10:58 mail /kernel: s 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio9: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio10 at 0x148-0x14f flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio10: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio11 at 0x150-0x157 flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio11: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio12 at 0x158-0x15f flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio12: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio13 at 0x160-0x167 flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio13: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio14 at 0x168-0x16f flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio14: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio15: configured irq 5 not in bitmap of probed irqs 0 Jan 14 15:10:58 mail /kernel: sio15 not found at 0x170 Jan 14 15:10:58 mail /kernel: sio16 at 0x178-0x17f irq 5 flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio16: type 16550A (multiport master) Any thoughts as to what am I missing ? ---Mike ------------------------------------------------------------------------ Mike Tancsa, tel +1 519 651 3400 Network Administrator, mike@sentex.net Sentex Communications www.sentex.net Cambridge, Ontario Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.20000117154538.0206c360>