From owner-cvs-sys Fri Jun 14 17:48:09 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA06968 for cvs-sys-outgoing; Fri, 14 Jun 1996 17:48:09 -0700 (PDT) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id RAA06915; Fri, 14 Jun 1996 17:47:54 -0700 (PDT) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id SAA23346; Fri, 14 Jun 1996 18:47:52 -0600 Date: Fri, 14 Jun 1996 18:47:52 -0600 From: Nate Williams Message-Id: <199606150047.SAA23346@rocky.sri.MT.net> To: Nate Williams Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa if_ep.c In-Reply-To: <199606150043.RAA06679@freefall.freebsd.org> References: <199606150043.RAA06679@freefall.freebsd.org> Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/i386/isa if_ep.c > Log: > Whoops, I accidentally deleted a necessary ":" which is part of the > parameters to printf() using the "D" format. (Why this even worked on > my box during testing I don't know, but as soon as I powered it on/off > it quite working.) This leads me to say that the 'D' format of printf in the kernel is a bit funky for me. Is there anyway of easily impeding the separation character in the format spec since having two parameters for a single 'fmt' seems wrong. Also, 'D' looks too much like 'd'. 'H' would be better for 'hexdump', but maybe I'm being picky. (OK, there's no maybe involved, I *am* being picky.) In any case, all is well and my PC now uses PC-CARD stuff exclusively. Nate