From owner-cvs-all@FreeBSD.ORG Wed Apr 13 03:26:25 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 298B916A4CE; Wed, 13 Apr 2005 03:26:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2D1043D53; Wed, 13 Apr 2005 03:26:24 +0000 (GMT) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3D3QO5c005142; Wed, 13 Apr 2005 03:26:24 GMT (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3D3QO1R005141; Wed, 13 Apr 2005 03:26:24 GMT (envelope-from mdodd) Message-Id: <200504130326.j3D3QO1R005141@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Wed, 13 Apr 2005 03:26:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/isa isahint.c isavar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2005 03:26:25 -0000 mdodd 2005-04-13 03:26:24 UTC FreeBSD src repository Modified files: sys/isa isahint.c isavar.h Log: Add ISACFGATTR_HINTS flag to allow detection of a device that was created as a result of the hints mechanism. Revision Changes Path 1.16 +2 -0 src/sys/isa/isahint.c 1.29 +1 -0 src/sys/isa/isavar.h