Author: nwhitehorn
Date: Tue Jul 13 21:24:08 2010
New Revision: 210025
URL: http://svn.freebsd.org/changeset/base/210025

Log:
  Add GENERIC kernel config for powerpc64.

Added:
  head/sys/powerpc/conf/GENERIC64
     - copied, changed from r209910, head/sys/powerpc/conf/GENERIC

Copied and modified: head/sys/powerpc/conf/GENERIC64 (from r209910, 
head/sys/powerpc/conf/GENERIC)
==============================================================================
--- head/sys/powerpc/conf/GENERIC       Sun Jul 11 21:12:42 2010        
(r209910, copy source)
+++ head/sys/powerpc/conf/GENERIC64     Tue Jul 13 21:24:08 2010        
(r210025)
@@ -21,11 +21,12 @@
 cpu            AIM
 ident          GENERIC
 
+machine                powerpc powerpc64
+
 makeoptions    DEBUG=-g                #Build kernel with gdb(1) debug symbols
 
 # Platform support
 options        POWERMAC                #NewWorld Apple PowerMacs
-options        PSIM                    #GDB PSIM ppc simulator
 
 options        SCHED_ULE               #ULE scheduler
 options        INET                    #InterNETworking
@@ -47,7 +48,7 @@ options       PROCFS                  #Process filesystem (r
 options        PSEUDOFS                #Pseudo-filesystem framework
 options        GEOM_PART_GPT           #GUID Partition Tables.
 options        GEOM_LABEL              #Provides labelization
-options        COMPAT_FREEBSD4         #Keep this for a while
+options        COMPAT_FREEBSD32        #Compatible with FreeBSD/powerpc 
binaries
 options        COMPAT_FREEBSD5         #Compatible with FreeBSD5
 options        COMPAT_FREEBSD6         #Compatible with FreeBSD6
 options        COMPAT_FREEBSD7         #Compatible with FreeBSD7
@@ -120,7 +121,6 @@ device              uart
 # PCI Ethernet NICs that use the common MII bus controller code.
 device         miibus          # MII bus support
 device         bge             # Broadcom BCM570xx Gigabit Ethernet
-device         bm              # Apple BMAC Ethernet
 device         gem             # Sun GEM/Sun ERI/Apple GMAC
 device         dc              # DEC/Intel 21143 and various workalikes
 device         fxp             # Intel EtherExpress PRO/100B (82557, 82558)
@@ -155,7 +155,6 @@ 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
@@ -175,7 +174,6 @@ device              smu             # Apple System 
Management U
 
 # ADB support
 device         adb
-device         cuda
 device         pmu
 
 # Powermac I2C support
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to