Date: Wed, 17 Dec 1997 11:33:18 +1030 From: Mike Smith <mike@smith.net.au> To: "Glenn Dicus" <gdicus@nomadix.com> Cc: "Mobile FreeBSD" <mobile@FreeBSD.ORG> Subject: Re: pcic.c <-> pcicx.c? Message-ID: <199712170103.LAA00786@word.smith.net.au> In-Reply-To: Your message of "Tue, 16 Dec 1997 11:01:16 -0800." <199712162112.NAA12565@mail.nomadix.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> There are two sets of pcic code. One in /usr/src/sys/i386/isa/ directory - > pcic.h and pcicx.c, and the code that is in the /usr/src/sys/pccard/ > directory. Which code should I rely upon pcic.c or pcicx.c? The stuff in i386/isa is only used by if_zp and if_ze. DO NOT use this code. > Also, where are the procedures/functions within these files being called > from? The code in sys/pccard is called out of the device entries for the pcic and card devices, and in turn calls into various drivers. mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712170103.LAA00786>