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.
This commit is contained in:
Marcel Moolenaar 2003-11-08 23:19:13 +00:00
parent 0a24252410
commit 00bd917263
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122333
2 changed files with 0 additions and 16 deletions

View file

@ -104,11 +104,6 @@ device ulpt # Printer
device umass # Disks/Mass storage (need scbus & da)
device ums # Mouse
# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc # AT keyboard controller
device atkbd # AT keyboard
device psm # PS/2 mouse
# PCI Ethernet NICs.
device de # DEC/Intel DC21x4x (``Tulip'')
device em # Intel PRO/1000 adapter Gigabit Ethernet Card
@ -143,10 +138,8 @@ device md # Memory "disks"
device pty # Pseudo-ttys (telnet etc)
device puc # Multi I/O cards and multi-channel UARTs
device random # Entropy device
device sc # System console
device tun # Packet tunnel.
device uart # Serial port (UART)
device vga # VGA video card driver
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!

View file

@ -1,13 +1,4 @@
# $FreeBSD$
hint.atkbdc.0.at="isa"
hint.atkbdc.0.disabled="1"
hint.atkbdc.0.port="0x060"
hint.atkbd.0.at="atkbdc"
hint.atkbd.0.disabled="1"
hint.atkbd.0.irq="1"
hint.psm.0.at="atkbdc"
hint.psm.0.disabled="1"
hint.psm.0.irq="12"
hint.uart.0.baud="115200"
hint.uart.0.flags="0x10"
hint.uart.0.port="0x3f8"