svn commit: r199949 - head/sys/powerpc/conf

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sun Nov 29 20:51:23 UTC 2009


Author: nwhitehorn
Date: Sun Nov 29 20:51:23 2009
New Revision: 199949
URL: http://svn.freebsd.org/changeset/base/199949

Log:
  Add atp(4) to powerpc GENERIC. Most late-generation Apple PowerPC laptops
  have trackpads that do not work at all without this driver.

Modified:
  head/sys/powerpc/conf/GENERIC

Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC	Sun Nov 29 20:48:19 2009	(r199948)
+++ head/sys/powerpc/conf/GENERIC	Sun Nov 29 20:51:23 2009	(r199949)
@@ -155,6 +155,7 @@ options 	KBD_INSTALL_CDEV # install a CD
 device		ulpt		# Printer
 device		umass		# Disks/Mass storage - Requires scbus and da0
 device		ums		# Mouse
+device		atp		# Apple USB touchpad
 device		urio		# Diamond Rio 500 MP3 player
 # USB Ethernet
 device		aue		# ADMtek USB Ethernet


More information about the svn-src-head mailing list