From owner-freebsd-stable@FreeBSD.ORG Mon Apr 19 02:39:16 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E4B3106566B for ; Mon, 19 Apr 2010 02:39:16 +0000 (UTC) (envelope-from china@thewrittenword.com) Received: from mail1.thewrittenword.com (mail1.thewrittenword.com [69.67.212.77]) by mx1.freebsd.org (Postfix) with ESMTP id 5725A8FC0C for ; Mon, 19 Apr 2010 02:39:16 +0000 (UTC) Received: from mail1.il.thewrittenword.com (emma-internal-gw.il.thewrittenword.com [192.168.13.25]) by mail1.thewrittenword.com (Postfix) with ESMTP id A7EE65CC7 for ; Mon, 19 Apr 2010 02:40:35 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.4.4 mail1.thewrittenword.com A7EE65CC7 Received: from honinbu.il.thewrittenword.com (honinbu.il.thewrittenword.com [10.191.57.58]) by mail1.il.thewrittenword.com (Postfix) with ESMTP id 1EE32892 for ; Mon, 19 Apr 2010 02:19:49 +0000 (UTC) Received: by honinbu.il.thewrittenword.com (Postfix, from userid 1000) id B9298362; Sun, 18 Apr 2010 21:11:07 -0500 (CDT) Date: Sun, 18 Apr 2010 21:11:07 -0500 From: Albert Chin To: freebsd-stable@freebsd.org Message-ID: <20100419021107.GA5835@honinbu.il.thewrittenword.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-08-17) X-Virus-Scanned: clamav-milter 0.96 at maetel.il.thewrittenword.com X-Virus-Status: Clean Subject: cyclades driver in 8.0-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-stable@freebsd.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2010 02:39:16 -0000 Just updated to 8.0-RELEASE and recompiling 8.0-STABLE with the following addition to GENERIC: device cy options CY_PCI_FASTINTR Building the kernel with: make buildkernel KERNCONF=NEWKERNEL gives me: cc -c -O -pipe -march=pentium4 -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/opt/freebsd/src/sys -I/opt/freebsd/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror /opt/freebsd/src/sys/dev/cy/cy.c /opt/freebsd/src/sys/dev/cy/cy.c:251: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cybreak' /opt/freebsd/src/sys/dev/cy/cy.c:252: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cymodem' /opt/freebsd/src/sys/dev/cy/cy.c:253: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cyopen' /opt/freebsd/src/sys/dev/cy/cy.c:254: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cyclose' cc1: warnings being treated as errors FreeBSD 7 had: typedef void t_break_t(struct tty *, int); in This is no longer present in FreeBSD 8. Oversight? Should I be able to compile the cyclades driver for FreeBSD 8? -- albert chin (china@thewrittenword.com)