Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Aug 1999 15:46:25 -0500 (CDT)
From:      chris@calldei.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/12989: [Patch] src/sys/i386/conf/LINT refers to old st device
Message-ID:  <199908052046.PAA53591@holly.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         12989
>Category:       conf
>Synopsis:       [Patch] src/sys/i386/conf/LINT refers to old st device
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug  5 13:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Costello
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
none
>Environment:

LINT:
     $Id: LINT,v 1.621 1999/08/04 17:29:33 green Exp $

>Description:

LINT refers to the old `st' device.
Since CAM, it has been renamed `sa'

>How-To-Repeat:

vi LINT

>Fix:

Index: LINT
===================================================================
RCS file: /home/ncvs/src/sys/i386/conf/LINT,v
retrieving revision 1.621
diff -u -2 -r1.621 LINT
--- LINT	1999/08/04 17:29:33	1.621
+++ LINT	1999/08/05 20:44:38
@@ -683,5 +683,5 @@
 # disk		da1 at scbus3 target 1
 # disk		da2 at scbus2 target 3
-# tape		st1 at scbus1 target 6
+# tape		sa1 at scbus1 target 6
 # device	cd0 at scbus?
 

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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