svn commit: r200317 - stable/8/sys/powerpc/conf

Nathan Whitehorn nwhitehorn at FreeBSD.org
Wed Dec 9 13:58:39 PST 2009


Author: nwhitehorn
Date: Wed Dec  9 21:58:39 2009
New Revision: 200317
URL: http://svn.freebsd.org/changeset/base/200317

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

Modified:
  stable/8/sys/powerpc/conf/GENERIC
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)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/powerpc/conf/GENERIC
==============================================================================
--- stable/8/sys/powerpc/conf/GENERIC	Wed Dec  9 21:56:55 2009	(r200316)
+++ stable/8/sys/powerpc/conf/GENERIC	Wed Dec  9 21:58:39 2009	(r200317)
@@ -147,6 +147,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-all mailing list