From owner-freebsd-hackers@FreeBSD.ORG Mon May 23 00:31:03 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CD6316A41C for ; Mon, 23 May 2005 00:31:03 +0000 (GMT) (envelope-from cargnini@cargnini.trix.net) Received: from smtp1.matrix.com.br (smtp1.matrix.com.br [200.196.28.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0260243D1F for ; Mon, 23 May 2005 00:31:02 +0000 (GMT) (envelope-from cargnini@cargnini.trix.net) Received: from portalbl1.matrix.net.br (unknown [200.201.192.31]) by smtp1.matrix.com.br (Postfix) with SMTP id 4E17A32B9A for ; Sun, 22 May 2005 21:31:01 -0300 (BRST) Received: (qmail 12925 invoked from network); 23 May 2005 00:31:04 -0000 Received: from unknown (HELO shark.hopto.org) (cargnini@cargnini.trix.net@[200.175.213.220]) (envelope-sender ) by portalbl1.matrix.net.br (qmail-ldap-1.03) with SMTP for ; 23 May 2005 00:31:04 -0000 From: =?ISO-8859-1?Q?Lu=EDs_Vit=F3rio?= Cargnini To: freebsd-hackers@freebsd.org In-Reply-To: <1116559426.27848.7.camel@shark.hopto.org> References: <1116559426.27848.7.camel@shark.hopto.org> Content-Type: text/plain; charset=ISO-8859-1 Date: Sun, 22 May 2005 20:49:27 -0300 Message-Id: <1116805767.929.26.camel@shark.hopto.org> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit Subject: Re: PCI Device Driver X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 00:31:03 -0000 Thanks for all answers, i'm still working, but i founded some problems like: Peter Jeremy: Thansk by the links, but hte author is not only generating a kernel device driver, ant they're sources i don't looked wheel but have some changes to be made, second the author put the pci*.h on they're sources, but the sources have this files why it's not installing it ??? like others .h ?? this is the problems of @/sys/bus.h:455:23: device_if.h: No such file or directory i have received an answer about using "config MYKERNEL ..." the old method to compile your kernel, i'm not tested at all, i'll try i promisse, but as i said bsd has a minor problem, or look have, because the author in the link sof Peter needed to put the headers on sources dir. i'll still working on it i'll publish the future work results and Peter i contacted the drivers by mail, i promisse put the conversation result on list. For now thanks for all and if someone find an explanation of why i having problems with pci headers please advise me, thanks for all. On Fri, 2005-05-20 at 00:23 -0300, Luís Vitório Cargnini wrote: > Hi i need to write a device driver for a PCI board. I read the