From owner-freebsd-hackers Thu Mar 16 07:50:32 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA11583 for hackers-outgoing; Thu, 16 Mar 1995 07:50:32 -0800 Received: from victor.innovus.com ([192.75.186.54]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA11577 for ; Thu, 16 Mar 1995 07:50:25 -0800 Received: (from martin@localhost) by victor.innovus.com (8.6.9/8.6.9) id KAA29678; Thu, 16 Mar 1995 10:57:41 -0500 From: Martin Renters Message-Id: <199503161557.KAA29678@victor.innovus.com> Subject: Re: Diskless booting - netboot.com problems? To: starkhome!gene@sbstark.cs.sunysb.edu (Gene Stark) Date: Thu, 16 Mar 1995 10:57:38 -0500 (EST) Cc: mmead@goof.com, hackers@FreeBSD.org In-Reply-To: <199503161120.GAA17609@starkhome.cs.sunysb.edu> from "Gene Stark" at Mar 16, 95 06:20:49 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 614 Sender: hackers-owner@FreeBSD.org Precedence: bulk > > >cc -O2 -DNFS -DROMSIZE=16384 -DRELOC=0x90000 -DINCLUDE_WD -DWD_DEFAULT_MEM=0xD0000 -DINCLUDE_NE -DNE_BASE=0x320 -DINCLUDE_3COM -D_3COM_BASE=0x300 -c start2.S > > >Anything look wrong? Thanks again! > > I don't think the program can support two configured network cards at once. > Try compiling for only the card that you want to use to boot with. > > - Gene It used to work fine with SMC and NE200 support. I haven't tried it with 3C503 also compiled in, but I don't see why it wouldn't work. The probe routine tries to find SMC cards, and if that fails looks for an NE2000 or 3C503. Martin