Remove device uart_z8530 and options GEOM_PART_APM from DEFAULTS and instead
add them to GENERIC and GENERIC64. They are applicable to Apple H/W and not at all for Book-E platforms.
This commit is contained in:
parent
8ab303584d
commit
f25e72cbb8
@ -8,9 +8,7 @@ device mem # Memory and kernel memory devices
|
||||
|
||||
# UART chips on this platform
|
||||
device uart_ns8250
|
||||
device uart_z8530
|
||||
|
||||
options GEOM_PART_APM
|
||||
options GEOM_PART_MBR
|
||||
|
||||
options NEW_PCIB
|
||||
|
@ -49,6 +49,7 @@ options MSDOSFS #MSDOS Filesystem
|
||||
options CD9660 #ISO 9660 Filesystem
|
||||
options PROCFS #Process filesystem (requires PSEUDOFS)
|
||||
options PSEUDOFS #Pseudo-filesystem framework
|
||||
options GEOM_PART_APM #Apple Partition Maps.
|
||||
options GEOM_PART_GPT #GUID Partition Tables.
|
||||
options GEOM_LABEL #Provides labelization
|
||||
options COMPAT_FREEBSD4 #Keep this for a while
|
||||
@ -127,6 +128,7 @@ makeoptions SC_DFLT_FONT=cp437
|
||||
# Serial (COM) ports
|
||||
device scc
|
||||
device uart
|
||||
device uart_z8530
|
||||
|
||||
# PCI Ethernet NICs that use the common MII bus controller code.
|
||||
device miibus # MII bus support
|
||||
|
@ -49,6 +49,7 @@ options MSDOSFS #MSDOS Filesystem
|
||||
options CD9660 #ISO 9660 Filesystem
|
||||
options PROCFS #Process filesystem (requires PSEUDOFS)
|
||||
options PSEUDOFS #Pseudo-filesystem framework
|
||||
options GEOM_PART_APM #Apple Partition Maps.
|
||||
options GEOM_PART_GPT #GUID Partition Tables.
|
||||
options GEOM_LABEL #Provides labelization
|
||||
options COMPAT_FREEBSD32 #Compatible with FreeBSD/powerpc binaries
|
||||
@ -125,6 +126,7 @@ makeoptions SC_DFLT_FONT=cp437
|
||||
# Serial (COM) ports
|
||||
device scc
|
||||
device uart
|
||||
device uart_z8530
|
||||
|
||||
# Ethernet hardware
|
||||
device glc # Sony Playstation 3 Ethernet
|
||||
|
Loading…
Reference in New Issue
Block a user