From owner-cvs-src@FreeBSD.ORG Wed Feb 9 00:06:12 2005 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 E55B016A4CE; Wed, 9 Feb 2005 00:06:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB2B343D39; Wed, 9 Feb 2005 00:06:12 +0000 (GMT) (envelope-from imp@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 j1906CJN068807; Wed, 9 Feb 2005 00:06:12 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1906Cs9068806; Wed, 9 Feb 2005 00:06:12 GMT (envelope-from imp) Message-Id: <200502090006.j1906Cs9068806@repoman.freebsd.org> From: Warner Losh Date: Wed, 9 Feb 2005 00:06:12 +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/dev/ed if_ed_cbus.c 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: Wed, 09 Feb 2005 00:06:13 -0000 imp 2005-02-09 00:06:12 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_cbus.c Log: o Remove ifdef PC98, since this file has diverged quite a bit from if_ed_isa.c, and they seem to not be helpful anymore. o Fix style issues from de-Pification. o change from _isa_ to _cbus_ to the largest extent possible to reflect that this is really for cbus, not isa. o Use ANSI function definitions. o Use ed_clear_memory o eliminate kvtop Revision Changes Path 1.17 +58 -133 src/sys/dev/ed/if_ed_cbus.c