Date: Sun, 21 Dec 2003 08:52:03 -0500 (EST) From: Tom Convery <tpc@tomfoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/60458: [patch] bktr(4) compilation fails if BKTR_USE_FREEBSD_SMBUS is defined Message-ID: <200312211352.hBLDq3ql055095@builder.tomfoo.com> Resent-Message-ID: <200312211400.hBLE0XkK060923@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 60458 >Category: kern >Synopsis: [patch] bktr(4) compilation fails if BKTR_USE_FREEBSD_SMBUS is defined >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 21 06:00:32 PST 2003 >Closed-Date: >Last-Modified: >Originator: Tom Convery >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD builder.tomfoo.com 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Tue Dec 16 17:29:17 EST 2003 tom@builder.tomfoo.com:/scratch5/obj/usr/src/sys/BUILDER i386 >Description: Kernel compilation fails if device bktr options BKTR_USE_FREEBSD_SMBUS is included in the config file. >How-To-Repeat: (See "Description.") >Fix: --- bktr.patch begins here --- --- bktr_core.c.orig Sun Dec 21 00:29:21 2003 +++ bktr_core.c Sun Dec 21 00:34:12 2003 @@ -3890,7 +3890,7 @@ return ((int)((unsigned char)result)); } -#define IICBUS(bktr) ((bktr)->i2c_sc.iicbus) +#define IICBUS(bktr) ((bktr)->i2c_sc.iicbb) /* The MSP34xx and DPL35xx Audio chip require i2c bus writes of up */ /* to 5 bytes which the bt848 automated i2c bus controller cannot handle */ --- bktr.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312211352.hBLDq3ql055095>