From owner-freebsd-current Mon Aug 27 7: 9:18 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailhub.fokus.gmd.de (mailhub.fokus.gmd.de [193.174.154.14]) by hub.freebsd.org (Postfix) with ESMTP id 6D55B37B417; Mon, 27 Aug 2001 07:09:06 -0700 (PDT) (envelope-from brandt@fokus.gmd.de) Received: from beagle (beagle [193.175.132.100]) by mailhub.fokus.gmd.de (8.8.8/8.8.8) with ESMTP id QAA26179; Mon, 27 Aug 2001 16:09:02 +0200 (MET DST) Date: Mon, 27 Aug 2001 16:09:02 +0200 (CEST) From: Harti Brandt To: , Subject: -current broken in pcic_pci.c Message-ID: <20010827160634.R17281-100000@beagle.fokus.gmd.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Version 1.83 of that file breaks the GENERIC build. You probably meant to write: Index: pcic_pci.c =================================================================== RCS file: /usr/ncvs/src/sys/pccard/pcic_pci.c,v retrieving revision 1.83 diff -r1.83 pcic_pci.c 262c262 < if (sc->csc_intr == pcic_iw_pci || sc->func_intr == pcic_iw_pci) --- > if (sc->csc_route == pcic_iw_pci || sc->func_route == pcic_iw_pci) harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.fhg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message