Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 1998 09:52:45 -0700 (PDT)
From:      seva@alex-ua.com
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   i386/7159: Unknown option OVERRIDE_CARD (bt848 driver)
Message-ID:  <199807041652.JAA17469@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         7159
>Category:       i386
>Synopsis:       Unknown option OVERRIDE_CARD (bt848 driver)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul  4 10:00:01 PDT 1998
>Last-Modified:
>Originator:     Vsevolod Lobko
>Organization:
Concern Alex
>Release:        3.0-CURRENT as of Jul 4 1998
>Environment:
FreeBSD sevasoft.alex-ua.com 3.0-CURRENT FreeBSD 3.0-CURRENT #7: Sat Jul  4 17:16:00 EEST 1998     root@sevasoft.alex-ua.com:/usr/src/sys/compile/SEVASOFT.30  i386

>Description:
Option OVERRIDE_CARD of BT848 driver not listed in src/sys/conf/options
>How-To-Repeat:
Create kernel config file with:

options         OVERRIDE_CARD=2

and try:

config KERNEL

>Fix:
Apply patch:

cvs diff: Diffing src/sys/conf
Index: src/sys/conf/options
===================================================================
RCS file: /home/free_rep/src/sys/conf/options,v
retrieving revision 1.86
diff -u -r1.86 options
--- options     1998/07/02 05:50:57     1.86
+++ options     1998/07/04 16:30:13
@@ -254,6 +254,7 @@
 
 # give bktr an opt_bktr.h file
 OVERRIDE_TUNER         opt_bktr.h
+OVERRIDE_CARD          opt_bktr.h
 
 # Include tweaks for running under the SimOS machine simulator.
 SIMOS                  opt_simos.h


>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



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