summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-07-26 17:34:05 +0000
committermarcel <marcel@FreeBSD.org>2006-07-26 17:34:05 +0000
commit73bf5393b639ce941b21ae5a93600e49c3cc08fe (patch)
treea1cafe2d4da2a5bdec49334af846aa19b31e67ad /sys/powerpc
parent5c244cdde1372808f85f903d7ff74f651c6fd00f (diff)
downloadFreeBSD-src-73bf5393b639ce941b21ae5a93600e49c3cc08fe.zip
FreeBSD-src-73bf5393b639ce941b21ae5a93600e49c3cc08fe.tar.gz
o Enable -Werror
o Remove commented-out sio(4) o Remove zs(4) o Add scc(4) o Add uart(4)
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/conf/GENERIC5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 8767262..f068105 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -25,7 +25,6 @@ ident GENERIC
#hints "GENERIC.hints"
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
-makeoptions WERROR=-Wno-error #XXX: We don't want -Werror just now
# Platform support
options POWERMAC #NewWorld Apple PowerMacs
@@ -93,8 +92,8 @@ options SC_DFLT_FONT # compile font in
makeoptions SC_DFLT_FONT=cp437
# Serial (COM) ports
-#device sio # 8250, 16[45]50 based serial ports
-device zs # Zilog 8350 based serial ports
+device scc
+device uart
# PCI Ethernet NICs that use the common MII bus controller code.
device miibus # MII bus support
OpenPOWER on IntegriCloud