From owner-cvs-all Thu Aug 20 08:29:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA27666 for cvs-all-outgoing; Thu, 20 Aug 1998 08:29:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA27644; Thu, 20 Aug 1998 08:29:14 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from skejdbrimir.ifi.uio.no (skejdbrimir.ifi.uio.no [129.240.65.2]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with SMTP id RAA11493; Thu, 20 Aug 1998 17:28:34 +0200 (MET DST) Received: from localhost (dag-erli@localhost) by skejdbrimir.ifi.uio.no ; Thu, 20 Aug 1998 15:28:33 GMT Mime-Version: 1.0 To: Bill Paul Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci if_xl.c References: <199808201448.HAA26576@freefall.freebsd.org> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 20 Aug 1998 15:28:26 +0000 In-Reply-To: Bill Paul's message of "Thu, 20 Aug 1998 07:48:59 -0700 (PDT)" Message-ID: Lines: 24 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id IAB27656 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bill Paul writes: > Log: > Fix small printf() bogon (forgot newline, and the message was longer that > 80 cols). Hmm, speaking of longer-than-80-col, I have a few PCI devices (Adaptec 2940UW SCSI controller, Intel EtherExpress 100B LAN controller, 3Com Etherlink XL LAN controller) that have names so long the probe message is longer than 80 columns. Could the "int x irq x on pcix.xx.x" stuff be written out on a separate line to avoid this? Here's an example: xl0: <3Com 3c905 Fast Etherlink XL 10/100BaseTX> rev 0x00 int a irq 11 on pci0.1 7.0 should IMHO be xl0: <3Com 3c905 Fast Etherlink XL 10/100BaseTX> rev 0x00 xl0: int a irq 11 on pci0.17.0 DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no