Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 1998 21:04:37 +0000 (GMT)
From:      Sergio de Almeida Lenzi <lenzi@escritorio.connectone.com.br>
To:        freebsd-questions@FreeBSD.ORG
Subject:   netboot pci
Message-ID:  <Pine.BSF.3.96.980916205759.1455B-100000@escritorio.connectone.com.br>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980916205759.1455B-100000>