Date: Wed, 5 Jan 2000 23:30:29 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> 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 Message-ID: <200001060730.XAA62103@freefall.freebsd.org>
index | next in thread | raw e-mail
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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001060730.XAA62103>
