Date: Thu, 1 Feb 1996 01:33:47 +0100 From: se@zpr.uni-koeln.de (Stefan Esser) To: mario@lsi.usp.br Cc: questions@freebsd.org Subject: Re: PCI Development Message-ID: <199602010033.AA07734@Sysiphos> In-Reply-To: mario@lsi.usp.br "PCI Development" (Jan 31, 20:03)
next in thread | raw e-mail | index | archive | help
On Jan 31, 20:03, mario@lsi.usp.br wrote: } Subject: PCI Development } I'm interested to develop a FreeBSD driver for a PCI card. } I would like some hints to begin this work. } Thanks in advance for any suggestion. Well, take a look at the external definitions provided by /sys/pci/pci.c, since this is what you should use to interface to PCI. The initialization code of the NCR driver (it is a very short fraction of the whole driver!) could be used as a sample for the registration of the memory/port resources and the interrupt handler. Send mail, if you have any particular question. Regards, STefan -- Stefan Esser, Zentrum fuer Paralleles Rechnen Tel: +49 221 4706021 Universitaet zu Koeln, Weyertal 80, 50931 Koeln FAX: +49 221 4705160 ============================================================================== http://www.zpr.uni-koeln.de/~se <se@ZPR.Uni-Koeln.DE>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602010033.AA07734>