Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 15 Nov 2002 20:39:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 15 Nov 2002 20:39:31 -0500 Received: from fmr03.intel.com ([143.183.121.5]:61176 "EHLO hermes.sc.intel.com") by vger.kernel.org with ESMTP id ; Fri, 15 Nov 2002 20:39:30 -0500 To: rddunlap@osdl.org ("Randy.Dunlap") Cc: linux-kernel@vger.kernel.org Subject: Re: Reserving "special" port numbers in the kernel ? References: From: Arun Sharma Date: 15 Nov 2002 17:46:21 -0800 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 601 Lines: 12 rddunlap@osdl.org ("Randy.Dunlap") writes: > Look in arch/i386/kernel/setup.c (in 2.4.19): > > There is this array: > struct resource standard_io_resources[] = ... > that you could add to; you could even make the addition a CONFIG_ option. That's reserving I/O ports. Are you suggesting that we create an analogous array for IP ports ? -Arun - 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/