Date: Fri, 14 Feb 2003 12:41:25 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 25180 for review Message-ID: <200302142041.h1EKfPmI038182@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302142041.h1EKfPmI038182>
