Skip site navigation (1)Skip section navigation (2)
Date:      20 Aug 1998 15:28:26 +0000
From:      dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= )
To:        Bill Paul <wpaul@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/pci if_xl.c
Message-ID:  <xzpiujnad0l.fsf@skejdbrimir.ifi.uio.no>
In-Reply-To: Bill Paul's message of "Thu, 20 Aug 1998 07:48:59 -0700 (PDT)"
References:  <199808201448.HAA26576@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Bill Paul <wpaul@FreeBSD.ORG> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpiujnad0l.fsf>