Date: Sat, 12 May 2001 18:44:28 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard.c pccard_nbk.c pcic.c slot.h Message-ID: <200105130144.f4D1iST16902@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2001/05/12 18:44:28 PDT Modified files: sys/pccard pccard.c pccard_nbk.c pcic.c slot.h Log: o Get rid of static array of slots in pccard layer. Move this to the softc. o Store pointers to softc in dev_t in si_drv1. o Change 'kludge version' to 'classic version' since things are getting less kludgy. o Minor code shuffling so that we probe and attach the pccard slots. o Minor style(9) changes. Revision Changes Path 1.120 +23 -39 src/sys/pccard/pccard.c 1.29 +13 -7 src/sys/pccard/pccard_nbk.c 1.113 +60 -57 src/sys/pccard/pcic.c 1.30 +7 -2 src/sys/pccard/slot.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?200105130144.f4D1iST16902>