From owner-freebsd-i386@FreeBSD.ORG Mon Feb 9 09:30:21 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA83016A4D1 for ; Mon, 9 Feb 2004 09:30:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90C6B43D39 for ; Mon, 9 Feb 2004 09:30:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i19HULbv070171 for ; Mon, 9 Feb 2004 09:30:21 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i19HUL13070170; Mon, 9 Feb 2004 09:30:21 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 9 Feb 2004 09:30:21 -0800 (PST) Resent-Message-Id: <200402091730.i19HUL13070170@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Radim Kolar Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40A0B16A4D0 for ; Mon, 9 Feb 2004 09:21:41 -0800 (PST) Received: from mail.tiscali.cz (stateless3.tiscali.cz [213.235.135.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA45C43D1D for ; Mon, 9 Feb 2004 09:21:40 -0800 (PST) (envelope-from hsn@netmag.cz) Received: from asura.bsd (212.11.96.14) by mail.tiscali.cz (6.7.018) id 3FB969350158D24D for FreeBSD-gnats-submit@freebsd.org; Mon, 9 Feb 2004 18:21:38 +0100 Received: from hsn@localhost by asura.bsd (Exim 4.24_4 FreeBSD) id 1ApuXc-0000xL-Bu for ; Sun, 08 Feb 2004 20:24:28 +0100 Message-Id: Date: Sun, 08 Feb 2004 20:24:28 +0100 From: Radim Kolar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: i386/62595: npx.c do not compiles without ISA bus configured X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Radim Kolar List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2004 17:30:21 -0000 >Number: 62595 >Category: i386 >Synopsis: npx.c do not compiles without ISA bus configured >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 09 09:30:21 PST 2004 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: FreeBSD 5.2-RELEASE-p2 i386 >Organization: Sanatana Dharma >Environment: System: FreeBSD asura.bsd 5.2-RELEASE-p2 FreeBSD 5.2-RELEASE-p2 #2: Sun Feb 8 16:07:05 CET 2004 root@asura.bsd:/usr/src/sys/i386/compile/GENERIC i386 >Description: If you don't have 'device isa' entry in kernel configuration, kernel build will fail in npx driver. I want to build a smallest possible kernel, so i have commeted isa bus out. >How-To-Repeat: asura# make NO_MODULES=yes cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstric t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fforma t-extensions -std=c99 -g -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/ac pica -I../../../contrib/ipfilter -I../../../contrib/dev/ath -I../../../contrib/d ev/ath/freebsd -I../../../contrib/ngatm -D_KERNEL -include opt_global.h -fno-com mon -finline-limit=15000 -fno-strict-aliasing -mno-align-long-strings -mpreferr ed-stack-boundary=2 -ffreestanding -Werror ../../../i386/isa/npx.c ../../../i386/isa/npx.c:1032: warning: `npx_driver' defined but not used ../../../i386/isa/npx.c:1038: warning: `npx_devclass' defined but not used *** Error code 1 Stop in /usr/src/sys/i386/compile/DEBUG. >Fix: >Release-Note: >Audit-Trail: >Unformatted: