From owner-cvs-src@FreeBSD.ORG Thu May 20 23:10:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB78116A4CE; Thu, 20 May 2004 23:10:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CED1943D45; Thu, 20 May 2004 23:10:21 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4L6AE2Q052701; Thu, 20 May 2004 23:10:14 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4L6ADgL052700; Thu, 20 May 2004 23:10:13 -0700 (PDT) (envelope-from imp) Message-Id: <200405210610.i4L6ADgL052700@repoman.freebsd.org> From: Warner Losh Date: Thu, 20 May 2004 23:10:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pccbb pccbb.c pccbbvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 21 May 2004 06:10:22 -0000 imp 2004/05/20 23:10:13 PDT FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c pccbbvar.h Log: Now that we have the resource allocation code in current, the kludge to try to allocate things on my parent can be taken out. It duplicates code. Also, add comment about why the power state stuff is here (type 2 devices don't participate in the power state save/restore due to larger Bx issues). Revision Changes Path 1.111 +10 -55 src/sys/dev/pccbb/pccbb.c 1.20 +0 -1 src/sys/dev/pccbb/pccbbvar.h