From owner-cvs-all Thu Feb 4 02:24:48 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA21062 for cvs-all-outgoing; Thu, 4 Feb 1999 02:24:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA21057; Thu, 4 Feb 1999 02:24:46 -0800 (PST) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA13990; Thu, 4 Feb 1999 02:24:46 -0800 (PST) (envelope-from markm@FreeBSD.org) Date: Thu, 4 Feb 1999 02:24:46 -0800 (PST) Message-Id: <199902041024.CAA13990@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/config mkioconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk markm 1999/02/04 02:24:45 PST Modified files: usr.sbin/config mkioconf.c Log: Fix the handling of certain devices. Previously the foolowing lines would have broken: controller fdc0 at isa? disable port ? bio controller fdc0 at isa? disable port 0x100 bio While this would work: controller fdc0 at isa? disable port "IO_FD1" bio The first of the three lines is useful for making placeholder devices for PCMCIA-floppies, and the second is useful for non-standard hardware. The failure is a "(null)" string in ioconf.c that the compiler pukes on. Thanks to: Bruce Evans (bde@freebsd.org) Revision Changes Path 1.46 +9 -3 src/usr.sbin/config/mkioconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message