Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 1998 19:35:34 +0200 (CEST)
From:      Frank Nobis <fn@Radio-do.de>
To:        phk@FreeBSD.ORG (Poul-Henning Kamp)
Cc:        current@FreeBSD.ORG
Subject:   Re: LINT broken in brooktree848.c ?
Message-ID:  <199804061735.TAA13185@trinity.radio-do.de>
In-Reply-To: <9394.891847811@critter.freebsd.dk> from Poul-Henning Kamp at "Apr 6, 98 09:30:11 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804061735.TAA13185>