From owner-freebsd-mobile Tue Dec 16 17:09:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA18624 for mobile-outgoing; Tue, 16 Dec 1997 17:09:14 -0800 (PST) (envelope-from owner-freebsd-mobile) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA18605 for ; Tue, 16 Dec 1997 17:09:05 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.8/8.8.5) with ESMTP id LAA00786; Wed, 17 Dec 1997 11:33:18 +1030 (CST) Message-Id: <199712170103.LAA00786@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Glenn Dicus" cc: "Mobile FreeBSD" Subject: Re: pcic.c <-> pcicx.c? In-reply-to: Your message of "Tue, 16 Dec 1997 11:01:16 -0800." <199712162112.NAA12565@mail.nomadix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 17 Dec 1997 11:33:18 +1030 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 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