f4d811f0b2
The uart(4) driver has the advantage of supporting a wider variety of hardware on a greater amount of platforms. This driver has already been the standard on platforms such as ia64, powerpc and sparc64. I've decided not to change anything on pc98. I'd rather let people from the pc98 team look at this. Approved by: philip (mentor), marcel
36 lines
754 B
Plaintext
36 lines
754 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.vga.0.at="isa"
|
|
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.uart.2.at="isa"
|
|
hint.uart.2.disabled="1"
|
|
hint.uart.2.port="0x3E8"
|
|
hint.uart.2.irq="5"
|
|
hint.uart.3.at="isa"
|
|
hint.uart.3.disabled="1"
|
|
hint.uart.3.port="0x2E8"
|
|
hint.uart.3.irq="9"
|
|
hint.ppc.0.at="isa"
|
|
hint.ppc.0.irq="7"
|