FreeBSD 15.0-RELEASE
Supermicro E101-60
Nuvoton NCT6106D Super IO (LPC Bus)
My BIOS supposedly lets me set the IRQs for the 4 COM ports on my machine - but I can't seem to get it to work:
In /boot/device.hints I have added these lines per 29.2.2 of the Manual and device.hints:
vmstat -i:
dmesg | grep -i uart:
What am I not getting?
Supermicro E101-60
Nuvoton NCT6106D Super IO (LPC Bus)
My BIOS supposedly lets me set the IRQs for the 4 COM ports on my machine - but I can't seem to get it to work:
In /boot/device.hints I have added these lines per 29.2.2 of the Manual and device.hints:
Code:
hint.uart.0.at="isa"
hint.uart.0.port="0x3f8"
hint.uart.0.irq="4"
hint.uart.1.at="isa"
hint.uart.1.port="0x2f8"
hint.uart.1.irq="3"
hint.uart.2.at="isa"
hint.uart.2.port="0x3e8"
hint.uart.2.irq="5"
hint.uart.3.at="isa"
hint.uart.3.port="0x2e8"
hint.uart.3.irq="9"
vmstat -i:
Code:
interrupt total rate
irq3: uart0 8620 93
irq4: uart1 8586 93
irq5: uart2 uart3 15950 173
cpu0:timer 19154 208
cpu1:timer 18637 202
cpu2:timer 17393 188
cpu3:timer 17740 192
irq129: ahci0 8129 88
irq131: igb0:rxq0 295 3
irq132: igb0:rxq1 475 5
irq133: igb0:aq 4 0
irq134: hdac0 17 0
irq135: em0:irq0 508 6
Total 115508 1252
dmesg | grep -i uart:
Code:
uart0: <16950 or compatible> port 0x3f8-0x3ff irq 3 on acpi0
uart0: forcing active-hi polarity for IRQ 3
uart1: <16950 or compatible> port 0x2f8-0x2ff irq 4 on acpi0
uart1: forcing active-hi polarity for IRQ 4
uart2: <16950 or compatible> port 0x3e8-0x3ef irq 5 on acpi0
uart2: forcing active-hi polarity for IRQ 5
uart3: <16950 or compatible> port 0x2e8-0x2ef irq 5 on acpi0
uart3: forcing active-hi polarity for IRQ 5
What am I not getting?