From owner-cvs-src@FreeBSD.ORG Sat Oct 4 10:41:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67695106568C; Sat, 4 Oct 2008 10:41:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 554898FC0A; Sat, 4 Oct 2008 10:41:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94AfH51098003; Sat, 4 Oct 2008 10:41:17 GMT (envelope-from antoine@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94AfHV3098002; Sat, 4 Oct 2008 10:41:17 GMT (envelope-from antoine@repoman.freebsd.org) Message-Id: <200810041041.m94AfHV3098002@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to antoine@repoman.freebsd.org using -f From: Antoine Brodin Date: Sat, 4 Oct 2008 10:39:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files src/sys/dev/hptiop hptiop.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 10:41:17 -0000 antoine 2008-10-04 10:39:31 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/hptiop hptiop.h Log: SVN rev 183590 on 2008-10-04 10:39:31Z by antoine - Spell cam correctly (scbus), this makes it possible to compile hptiop in GENERIC and LINT. [1] - Rename hpt_dbg_level to hpt_iop_dbg_level to avoid multiple definition of hpt_dbg_level (hptmv also has hpt_dbg_level). PR: 127551 [1] Reviewed by: scottl@ MFC after: 1 month Revision Changes Path 1.1336 +1 -1 src/sys/conf/files 1.3 +2 -2 src/sys/dev/hptiop/hptiop.h