From owner-freebsd-hackers Thu Mar 16 21:01:17 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA15096 for hackers-outgoing; Thu, 16 Mar 1995 21:01:17 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA15090 for ; Thu, 16 Mar 1995 21:01:15 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id VAA15824; Thu, 16 Mar 1995 21:01:03 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id VAA00583; Thu, 16 Mar 1995 21:01:03 -0800 Message-Id: <199503170501.VAA00583@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: "Serge A. Babkin" cc: mmead@goof.com (matthew c. mead), freebsd-hackers@FreeBSD.org Subject: Re: Diskless booting - netboot.com problems? In-reply-to: Your message of "Fri, 17 Mar 95 09:41:41 EST." <199503171441.JAA01905@hq.icb.chel.su> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 16 Mar 1995 21:01:02 -0800 Sender: hackers-owner@FreeBSD.org Precedence: bulk >> pentium machine with a PCI bus. It says it can't find the adapter. I'm going >> to swap the SMC card in the 486 with the 3COM card in the Pentium and see if it >> works. On the 486, I can load up the kernel and everything, but it dies with a >> SIOCFADDR or something like that - with the error number 6. It's a panic in >> nfs_mountroot or somesuch. I'm going to try a SNAP kernel and see what >> happens. > >This is because now 3C503 has another driver than before. Now 3C503 >device is named ie0 instead of ed0. Correct this name in main.c to fix >this problem (bit in this case it will work with 3C503 ONLY). This is not true. The ie driver does not work with the 3c503. -DG