From chris@holly.dyndns.org Thu Aug  5 13:46:38 1999
Return-Path: <chris@holly.dyndns.org>
Received: from leap.innerx.net (leap.innerx.net [38.179.176.25])
	by hub.freebsd.org (Postfix) with ESMTP id EB13B14D30
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Aug 1999 13:46:34 -0700 (PDT)
	(envelope-from chris@holly.dyndns.org)
Received: from holly.dyndns.org (ip177.houston13.tx.pub-ip.psi.net [38.27.213.177])
	by leap.innerx.net (Postfix) with ESMTP id 1142937077
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Aug 1999 16:46:21 -0400 (EDT)
Received: (from chris@localhost)
	by holly.dyndns.org (8.9.3/8.9.3) id PAA53591;
	Thu, 5 Aug 1999 15:46:25 -0500 (CDT)
	(envelope-from chris)
Message-Id: <199908052046.PAA53591@holly.dyndns.org>
Date: Thu, 5 Aug 1999 15:46:25 -0500 (CDT)
From: chris@calldei.com
Sender: chris@holly.dyndns.org
Reply-To: chris@calldei.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: [Patch] src/sys/i386/conf/LINT refers to old st device
X-Send-Pr-Version: 3.2

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug  5 13:50:01 PDT 1999
>Closed-Date:    Sun Aug 8 09:27:37 PDT 1999
>Last-Modified:  Sun Aug  8 09:27:59 PDT 1999
>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:
State-Changed-From-To: open->closed 
State-Changed-By: chris 
State-Changed-When: Sun Aug 8 09:27:37 PDT 1999 
State-Changed-Why:  
Patch applied. 
>Unformatted:
