Есть неизвестная мульти карта с 8 последовательными портами с микросхемами LGS GM16C550, шина ISA, перемычки для смены IRQ и с красным двойным переключателем. Стоит на IRQ11.
Сконфигурировал настройки ядра, перепробывал различные порты и флаги:
options COM_MULTIPORT
options CONSPEED=115200
device sio4 at isa? port 0x0100 irq11
device sio4 at isa? port 0x0300 irq11
#device sio4 at isa? port 0x208 flags 0x10
#device sio5 at isa? port 0x218 flags 0x10
#device sio6 at isa? port 0x228 flags 0x10
#device sio7 at isa? port 0x238 flags 0x10
#device sio8 at isa? port 0x248 flags 0x10
#device sio9 at isa? port 0x258 flags 0x10
#device sio10 at isa? port 0x268 flags 0x10
#device sio11 at isa? port 0x278 flags 0x10 irq 11
#device sio4 at isa? port 0x1c0
#device sio5 at isa? port 0x1c8
#device sio6 at isa? port 0x1d0
#device sio7 at isa? port 0x1d8
#device sio8 at isa? port 0x1e0
#device sio9 at isa? port 0x1e8
#device sio10 at isa? port 0x1f0
#device sio11 at isa? port 0x1f8 irq 11
#device sio12 at isa? port 0x100
#device sio13 at isa? port 0x108
#device sio14 at isa? port 0x110
#device sio15 at isa? port 0x118
#device sio16 at isa? port 0x120
#device sio17 at isa? port 0x128
#device sio18 at isa? port 0x130
#device sio19 at isa? port 0x138 irq 11
#device sio4 at isa? irq 11 port 0x180
#device sio5 at isa? irq 11 port 0x188
#device sio6 at isa? port 0x260 flags 0x10 irq 11
#device sio7 at isa? port 0x268 flags 0x10 irq 11
#device sio8 at isa? port 0x240 flags 0x10 irq 11
#device sio9 at isa? port 0x248 flags 0x10 irq 11
#device sio10 at isa? port 0x230 flags 0x10 irq 11
#device sio11 at isa? port 0x238 flags 0x10 irq 11
Компилировал ядро по несколько раз с перечисленными параметрами, безрезультатно.
При команде dmesg | grep sio выдает:
sio4: configured irq 11 not in bitmap of probed irqs 0
Раньше стояла FreeBSD 4.6, работало нормально. В настройках BIOS'а ничего не меняли. А старые параметры ядра потеряны.
Может кто знает какие еще порты нужно попробовать? Или есть еще какие-то параметры? В интернете искал доки по настройке, все что нашел перепробовал - не помогло.
Компилировал следующим образом:
cd /sys/i386/conf
редактировал файл GENERIC
/usr/sbin/config GENERIC
cd /sys/compile/GENERIC
make depend
make
make install
устройства cuaa4-cuaa11 в /dev имееются, так же как и ttyd4-ttyd11
Помогите кто может