From owner-p4-projects Fri Feb 14 12:41:28 2003 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id EA0E337B405; Fri, 14 Feb 2003 12:41:26 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 816F937B401 for ; Fri, 14 Feb 2003 12:41:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3100C43FCB for ; Fri, 14 Feb 2003 12:41:26 -0800 (PST) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1EKfPbv038194 for ; Fri, 14 Feb 2003 12:41:26 -0800 (PST) (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1EKfPmI038182 for perforce@freebsd.org; Fri, 14 Feb 2003 12:41:25 -0800 (PST) Date: Fri, 14 Feb 2003 12:41:25 -0800 (PST) Message-Id: <200302142041.h1EKfPmI038182@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar Subject: PERFORCE change 25180 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=25180 Change 25180 by marcel@marcel_nfs on 2003/02/14 12:41:17 Work-around a quirk in config(8). It only "defines" the first option and if that's isa instead of fdc, then fdc will not be accepted as a valid option. Affected files ... .. //depot/projects/ia64/sys/conf/files.ia64#33 edit Differences ... ==== //depot/projects/ia64/sys/conf/files.ia64#33 (text+ko) ==== @@ -105,7 +105,7 @@ geom/geom_mbr.c standard isa/atkbd_isa.c optional isa atkbd isa/atkbdc_isa.c optional isa atkbdc -isa/fd.c optional isa fdc +isa/fd.c optional fdc isa isa/ppc.c optional ppc isa isa/psm.c optional psm isa isa/syscons_isa.c optional sc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message