From owner-cvs-all Fri Dec 17 1: 0:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8830315088; Fri, 17 Dec 1999 01:00:12 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA14384; Fri, 17 Dec 1999 01:00:12 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <199912170900.BAA14384@freefall.freebsd.org> From: Warner Losh Date: Fri, 17 Dec 1999 01:00:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pcic i82365.c i82365var.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/12/17 01:00:12 PST Modified files: sys/dev/pcic i82365.c i82365var.h Log: o Separate out alloc/release from the activation o minor formatting nits o remove the bus_map/unmap calls. FreeBSD doesn't need them. o Fix most of the compiler warnings remaining (some still remain, but they are releated to calling functions that are going to change, so I did not bother). Revision Changes Path 1.10 +63 -50 src/sys/dev/pcic/i82365.c 1.9 +3 -3 src/sys/dev/pcic/i82365var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message