Date: Mon, 4 Dec 2000 20:49:26 -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 i82365var.h Message-ID: <200012050449.eB54nQK72899@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2000/12/04 20:49:26 PST
Modified files:
sys/dev/pcic i82365.c i82365var.h
Log:
Start to make code more generic so it can be used by the pccbb driver
in the future:
o Remove pcic_softc from pcic_handle and replace it with a void *
o Reduce dependence on accessing softc via a pcic_handle
Minor cleanups:
o Define a macro to count the size of an array and use it.
o Minor whitespace alignment
o make no slots found a printf not a panic.
Revision Changes Path
1.32 +16 -19 src/sys/dev/pcic/i82365.c
1.25 +5 -5 src/sys/dev/pcic/i82365var.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012050449.eB54nQK72899>
