svn commit: r230859 - head/sys/modules

Justin Hibbits jhibbits at FreeBSD.org
Wed Feb 1 03:42:15 UTC 2012


Author: jhibbits
Date: Wed Feb  1 03:42:14 2012
New Revision: 230859
URL: http://svn.freebsd.org/changeset/base/230859

Log:
  Enable the pccard/cardbus modules for powerpc.
  
  Approved by:	nwhitehorn (mentor)

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Wed Feb  1 03:28:19 2012	(r230858)
+++ head/sys/modules/Makefile	Wed Feb  1 03:42:14 2012	(r230859)
@@ -707,9 +707,12 @@ _xe=		xe
 _agp=		agp
 _an=		an
 _bm=		bm
+_cardbus=	cardbus
+_cbb=		cbb
 _cfi=		cfi
 _cpufreq=	cpufreq
 _nvram=		powermac_nvram
+_pccard=	pccard
 _smbfs=		smbfs
 _sound=		sound
 .endif


More information about the svn-src-all mailing list