060d7431b5
systems with PnP/ACPI not reporting i8254 timer. In some cases it can be fatal, as i8254 can be the only available time counter hardware. From other side we are now heavily depend on i8254 timer and till the last time it's init/usage was completely hardcoded. So this change just restores previous behavior in more regular fashion.
33 lines
694 B
Plaintext
33 lines
694 B
Plaintext
# $FreeBSD$
|
|
hint.fdc.0.at="isa"
|
|
hint.fdc.0.port="0x3F0"
|
|
hint.fdc.0.irq="6"
|
|
hint.fdc.0.drq="2"
|
|
hint.fd.0.at="fdc0"
|
|
hint.fd.0.drive="0"
|
|
hint.fd.1.at="fdc0"
|
|
hint.fd.1.drive="1"
|
|
hint.atkbdc.0.at="isa"
|
|
hint.atkbdc.0.port="0x060"
|
|
hint.atkbd.0.at="atkbdc"
|
|
hint.atkbd.0.irq="1"
|
|
hint.psm.0.at="atkbdc"
|
|
hint.psm.0.irq="12"
|
|
hint.sc.0.at="isa"
|
|
hint.sc.0.flags="0x100"
|
|
hint.uart.0.at="isa"
|
|
hint.uart.0.port="0x3F8"
|
|
hint.uart.0.flags="0x10"
|
|
hint.uart.0.irq="4"
|
|
hint.uart.1.at="isa"
|
|
hint.uart.1.port="0x2F8"
|
|
hint.uart.1.irq="3"
|
|
hint.ppc.0.at="isa"
|
|
hint.ppc.0.irq="7"
|
|
hint.atrtc.0.at="isa"
|
|
hint.atrtc.0.port="0x70"
|
|
hint.atrtc.0.irq="8"
|
|
hint.attimer.0.at="isa"
|
|
hint.attimer.0.port="0x40"
|
|
hint.attimer.0.irq="0"
|