From owner-freebsd-current Mon Apr 6 10:36:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22617 for freebsd-current-outgoing; Mon, 6 Apr 1998 10:36:15 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from trinity.radio-do.de (trinity.Radio-do.de [193.101.164.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA22467; Mon, 6 Apr 1998 10:35:56 -0700 (PDT) (envelope-from fn@trinity.radio-do.de) Received: (from fn@localhost) by trinity.radio-do.de (8.8.8/8.8.5/RADIO-1.1) id TAA13185; Mon, 6 Apr 1998 19:35:34 +0200 (CEST) From: Frank Nobis Message-Id: <199804061735.TAA13185@trinity.radio-do.de> Subject: Re: LINT broken in brooktree848.c ? In-Reply-To: <9394.891847811@critter.freebsd.dk> from Poul-Henning Kamp at "Apr 6, 98 09:30:11 am" To: phk@FreeBSD.ORG (Poul-Henning Kamp) Date: Mon, 6 Apr 1998 19:35:34 +0200 (CEST) Cc: current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -nostdinc -I- -I. -I../.. -I/usr/include -DKERNEL -include opt_global.h ../../pci/brooktree848.c > ../../pci/brooktree848.c:232: opt_bktr.h: No such file or directory Oops, my fault. The last patch was incomplete. I forget to update options.i386 since I need to override the tuner detection. Here is a patch: *** /usr/src/sys/i386/conf/options.i386.orig Mon Apr 6 19:20:15 1998 --- /usr/src/sys/i386/conf/options.i386 Mon Apr 6 19:22:14 1998 *************** *** 120,122 **** --- 120,125 ---- PCVT_SCREENSAVER opt_pcvt.h PCVT_USEKBDSEC opt_pcvt.h PCVT_VT220KEYB opt_pcvt.h + + # give bktr an opt_bktr.h file + OVERRIDE_TUNER opt_bktr.h *** /usr/src/sys/i386/conf/LINT.orig Mon Apr 6 19:29:43 1998 --- /usr/src/sys/i386/conf/LINT Mon Apr 6 19:32:53 1998 *************** *** 1329,1335 **** # for initialization of fps routine when a signal is not present. # # The 'bktr' device is a PCI video capture board. It also has a TV tuner ! # on board. # controller pci0 controller ahc1 --- 1329,1337 ---- # for initialization of fps routine when a signal is not present. # # The 'bktr' device is a PCI video capture board. It also has a TV tuner ! # on board. To override the tuner detection use ! # options OVERRIDE_TUNER=x ! # The current values are found in /usr/src/sys/pci/brooktree848.c # controller pci0 controller ahc1 Regards Frank -- Frank Nobis Email: PGP AVAILABLE Landgrafenstr. 130 dg3dcn http://www.radio-do.de/~fn/ 44139 Dortmund Powered by FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message