Date: Sun, 28 Nov 2010 16:25:16 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r216008 - stable/8/sys/i386/conf Message-ID: <201011281625.oASGPGCq027215@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cperciva Date: Sun Nov 28 16:25:16 2010 New Revision: 216008 URL: http://svn.freebsd.org/changeset/base/216008 Log: MFC r204157: Remove atkbd and friends, since they cause the XEN kernel to panic. PR: kern/148262, kern/149853 Modified: stable/8/sys/i386/conf/XEN Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) Modified: stable/8/sys/i386/conf/XEN ============================================================================== --- stable/8/sys/i386/conf/XEN Sun Nov 28 16:09:40 2010 (r216007) +++ stable/8/sys/i386/conf/XEN Sun Nov 28 16:25:16 2010 (r216008) @@ -66,12 +66,12 @@ options SMP # Symmetric MultiProcesso device apic # I/O APIC -device atkbdc # AT keyboard controller -device atkbd # AT keyboard +#device atkbdc # AT keyboard controller +#device atkbd # AT keyboard device psm # PS/2 mouse device pci -device kbdmux # keyboard multiplexer +#device kbdmux # keyboard multiplexer # Pseudo devices. device loop # Network loopback
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011281625.oASGPGCq027215>