kern/149853: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sun Nov 28 16:30:17 UTC 2010


The following reply was made to PR kern/149853; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: kern/149853: commit references a PR
Date: Sun, 28 Nov 2010 16:25:22 +0000 (UTC)

 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
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-xen mailing list