From owner-freebsd-questions Wed Sep 16 17:04:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15055 for freebsd-questions-outgoing; Wed, 16 Sep 1998 17:04:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ufsc.connectone.com.br ([200.135.0.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14872 for ; Wed, 16 Sep 1998 17:03:21 -0700 (PDT) (envelope-from lenzi@escritorio.connectone.com.br) Received: from morro.connectone.com.br (root@[192.168.30.2]) by ufsc.connectone.com.br (8.8.8/8.8.8) with ESMTP id VAA23984 for ; Wed, 16 Sep 1998 21:02:48 GMT (envelope-from lenzi@escritorio.connectone.com.br) Received: from server.ac.org.br (root@cpd.igreja.iasd [192.168.28.6]) by morro.connectone.com.br (8.8.8/8.8.8) with ESMTP id TAA11037 for ; Fri, 16 Oct 1998 19:44:17 GMT (envelope-from lenzi@escritorio.connectone.com.br) Received: from server.connectone.com.br (root@[200.135.26.32]) by server.ac.org.br (8.8.8/8.8.8) with ESMTP id VAA15489 for ; Wed, 16 Sep 1998 21:00:34 GMT (envelope-from lenzi@escritorio.connectone.com.br) Received: from escritorio.connectone.com.br (root@[192.168.26.2]) by server.connectone.com.br (8.8.7/8.7.3) with ESMTP id VAA28386 for ; Wed, 16 Sep 1998 21:11:19 GMT Received: from localhost (lenzi@localhost.connectone.com.br [127.0.0.1]) by escritorio.connectone.com.br (8.8.8/8.8.7) with SMTP id VAA01471 for ; Wed, 16 Sep 1998 21:04:37 GMT (envelope-from lenzi@escritorio.connectone.com.br) Date: Wed, 16 Sep 1998 21:04:37 +0000 (GMT) From: Sergio de Almeida Lenzi To: freebsd-questions@FreeBSD.ORG Subject: netboot pci Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all, I have seen some questions about booting diskless on freebsd using PCI ne2000 ethernet cards... An modification in the neboot.c code that defines i/o address for pci cards made the code works... near line 58 of ns8390.c in: /sys/i386/boot/netboot/..... #ifdef INCLUDE_NE static unsigned short ne_base_list[]= { #ifdef NE_BASE NE_BASE, #endif 0x6000, 0x6100, 0x6200, 0x280, 0x300, 0x320, 0x340,0 }; #endif the pci cards are in address 0x6000,0x6100....... the addres I got using the config diskette of the board. compile the code and install it on a dos diskette, the sistem recognize the pci board and works ok for me... Enjoy! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message