Date: Thu, 4 Feb 1999 02:24:46 -0800 (PST) From: Mark Murray <markm@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/config mkioconf.c Message-ID: <199902041024.CAA13990@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902041024.CAA13990>