From owner-freebsd-bugs Fri Feb 16 11: 0:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5CDF37B4EC for ; Fri, 16 Feb 2001 11:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GJ01U47980; Fri, 16 Feb 2001 11:00:01 -0800 (PST) (envelope-from gnats) Received: from ns.kobe1995.net (211.12.126.15.user.dt.il24.net [211.12.126.15]) by hub.freebsd.org (Postfix) with ESMTP id 5263437B6B7 for ; Fri, 16 Feb 2001 10:54:13 -0800 (PST) Received: from milk.kobe1995.net (root@milk [192.168.0.8]) by ns.kobe1995.net (8.8.8/3.7W-primary) with ESMTP id DAA15200; Sat, 17 Feb 2001 03:54:10 +0900 (JST) Received: (from kaz@localhost) by milk.kobe1995.net (8.11.1/3.4Wbeta6-glove) id f1GIsAx77567; Sat, 17 Feb 2001 03:54:10 +0900 (JST) Message-Id: <200102161854.f1GIsAx77567@milk.kobe1995.net> Date: Sat, 17 Feb 2001 03:54:10 +0900 (JST) From: NAKAMURA Kazushi Reply-To: kaz@kobe1995.net To: FreeBSD-gnats-submit@freebsd.org Cc: kaz@ns.kobe1995.net X-Send-Pr-Version: 3.2 Subject: kern/25146: typo Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25146 >Category: kern >Synopsis: A tiny typo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 11:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: NAKAMURA Kazushi >Release: FreeBSD 4.2-RELEASE i386 >Organization: Mycom shop LABBIT in KOBE >Environment: FreeBSD4.2R on Pentium3 with Matrox meteor, video capture board. >Description: There is typo message in demsg. >How-To-Repeat: See /sys/pci/pci.c. There is a message 'compat*a*bility'. >Fix: --- usr/src/sys/pci/pci.c~ Sun Oct 29 08:10:17 2000 +++ usr/src/sys/pci/pci.c Sat Feb 17 03:41:40 2001 @@ -907,7 +907,7 @@ *dvp->pd_count = unit; if (dvp->pd_attach) dvp->pd_attach(cfg, unit); - device_printf(dev, "driver is using old-style compatability shims\n"); + device_printf(dev, "driver is using old-style compatibility shims\n"); return 0; } -- Ãæ¼Ï»֡÷¿À¸Í NAKAMURA Kazushi@KOBE >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message