From owner-cvs-all Fri May 25 11:28:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BDA037B424; Fri, 25 May 2001 11:28:50 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PISoG67635; Fri, 25 May 2001 11:28:50 -0700 (PDT) (envelope-from imp) Message-Id: <200105251828.f4PISoG67635@freefall.freebsd.org> From: Warner Losh Date: Fri, 25 May 2001 11:28:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c pcic_isa.c pcicvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/05/25 11:28:50 PDT Modified files: sys/pccard pcic.c pcic_isa.c pcicvar.h Log: Migrate from unit based to dev base. Don't save unit number, but do save dev. Convert all uses of unit to dev as appropriate. Minor comment fixes to pcic_softc definition. Revision Changes Path 1.138 +3 -3 src/sys/pccard/pcic.c 1.9 +2 -2 src/sys/pccard/pcic_isa.c 1.11 +13 -11 src/sys/pccard/pcicvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message