Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932259AbWHGSEx (ORCPT ); Mon, 7 Aug 2006 14:04:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932251AbWHGSEx (ORCPT ); Mon, 7 Aug 2006 14:04:53 -0400 Received: from mailer.gwdg.de ([134.76.10.26]:44214 "EHLO mailer.gwdg.de") by vger.kernel.org with ESMTP id S932259AbWHGSEw (ORCPT ); Mon, 7 Aug 2006 14:04:52 -0400 Date: Mon, 7 Aug 2006 20:00:49 +0200 (MEST) From: Jan Engelhardt To: Daniel Rodrick cc: "H. Peter Anvin" , Linux Newbie , kernelnewbies , linux-net@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: Univeral Protocol Driver (using UNDI) in Linux In-Reply-To: <292693080608070911g57ae1215qd994e03b9dd87b66@mail.gmail.com> Message-ID: References: <292693080608070339p6b42feacw9d8f27a147cf1771@mail.gmail.com> <44D7579D.1040303@zytor.com> <292693080608070911g57ae1215qd994e03b9dd87b66@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Report: Content analysis: 0.0 points, 6.0 required _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 954 Lines: 25 > > Agreed. But still having a single driver for all the NICs would be > simply GREAT for my setup, in which all the PCs will be booted using > PXE only. So apart from performance / relilability issues, what are > the technical roadblocks in this? Netboot, in the current world, could be done like this: 1. Grab the PXE ROM code chip manufacturers offer in case your network card does not support booting via PXE yet and write it to an EPROM which most PCI network cards have a socket for 2. Use PXELINUX, boot that with the help of the PXE ROM code 3. Put all drivers needed into the kernel or initrd; or send out different initrds depending on the DHCP info the PXE client sent. Jan Engelhardt -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/