From owner-freebsd-bugs Sat Jan 29 8: 0: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37FB81585F for ; Sat, 29 Jan 2000 08:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA82629; Sat, 29 Jan 2000 08:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id CBA7F14EAC for ; Sat, 29 Jan 2000 07:56:46 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 29 Jan 2000 15:56:45 +0000 (GMT) Message-Id: <200001291556.aa13789@walton.maths.tcd.ie> Date: Sat, 29 Jan 2000 15:56:39 +0000 (GMT) From: dwmalone@maths.tcd.ie Reply-To: dwmalone@maths.tcd.ie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/16442: Unprefixed line in boot up messages. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16442 >Category: kern >Synopsis: Part of the adv driver prints a message without adv?: >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 29 08:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: David Malone >Release: FreeBSD 3.4-STABLE i386 >Organization: School of Maths, Trinity College, Dublin, Ireland. >Environment: 4.0 for the last month or so. (As of 29/1/2000) >Description: On boot up I see: adv0: port 0xe400-0xe4ff mem 0xe7001000-0xe70010ff irq 10 at device 9.0 on pci0 No external RAM adv0: AdvanSys Ultra SCSI Host Adapter, SCSI ID 7, queue depth 16 I guess the "No external RAM" line should have an adv0: infront of it? (Or be part of a verbose boot?) >How-To-Repeat: Boot with my advansys card. >Fix: Something like: --- advansys.c.orig Sat Jan 29 15:54:44 2000 +++ advansys.c Sat Jan 29 15:55:50 2000 @@ -933,7 +933,7 @@ } if (adv_test_external_lram(adv) == 0) { - printf("No external RAM\n"); + printf("adv%d: No external RAM\n", adv->unit); if ((adv->type & (ADV_PCI|ADV_ULTRA)) == (ADV_PCI|ADV_ULTRA)) { eeprom_config.max_total_qng = ADV_MAX_PCI_ULTRA_INRAM_TOTAL_QNG; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message