freebsd-dev/sys/ia64/conf/GENERIC.hints
Marcel Moolenaar 00bd917263 Remove the atkbd, psm, sc and vga devices. Most ia64 boxes out there
are zx1 based machines and they don't particularly like it when we
poke at them with PC legacy code. The atkbd and psm devices were
disabled in the hints file so that one could enable them on machines
that support legacy devices, but that's not really something you can
expect from a first-time installer. This still leaves syscons (sc)
and the vga device, which were enabled by default and wrecking havoc
anyway. We could disable them by default like the atkbd and psm
devices, but there's really no point in pretending we're in a better
shape that way.
2003-11-08 23:19:13 +00:00

5 lines
88 B
Plaintext

# $FreeBSD$
hint.uart.0.baud="115200"
hint.uart.0.flags="0x10"
hint.uart.0.port="0x3f8"