From owner-cvs-all Wed Jan 5 23:30:33 2000 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 25AFE15479; Wed, 5 Jan 2000 23:30:30 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA62103; Wed, 5 Jan 2000 23:30:29 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <200001060730.XAA62103@freefall.freebsd.org> From: Warner Losh Date: Wed, 5 Jan 2000 23:30:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pcic i82365.c i82365_isa.c i82365var.h src/sys/dev/pccard pccard.c pccardchip.h pccardvar.h power_if.m Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 2000/01/05 23:30:29 PST Modified files: sys/dev/pcic i82365.c i82365_isa.c i82365var.h sys/dev/pccard pccard.c pccardchip.h pccardvar.h power_if.m Log: Checkpoint of today's changes. We now get to the point where the pccard layer is trying to access the now unexistant chip functions. o Added DEVPRINTF which is like DPRINTF only calls device_printf. o Made it possible to define PCICDEBUG o Remove ph_parent and use the softc pointer sc instead in pcic_handle. o Remove all references to dv_xname o Add some debug messages. o enable MI attach/detach calling for pccard. o convert pcic_chip_socket_{en,dis}able to pcic_{dis,en}able_socket and connect them to the power_{enable,disbale}_socket. o Remove pccard pointer from pcic_softc. o GC some unused pccard functions. o Convert pccard_chip_socket* to POWER_ENABLE_SOCKET o kill pccard_attach_args. o power_if.m updates. More to come. Revision Changes Path 1.15 +47 -42 src/sys/dev/pcic/i82365.c 1.13 +6 -3 src/sys/dev/pcic/i82365_isa.c 1.14 +3 -3 src/sys/dev/pcic/i82365var.h 1.7 +62 -73 src/sys/dev/pccard/pccard.c 1.5 +3 -1 src/sys/dev/pccard/pccardchip.h 1.4 +4 -10 src/sys/dev/pccard/pccardvar.h 1.2 +3 -12 src/sys/dev/pccard/power_if.m To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message