From issei@mikage.t-cnet.or.jp  Sat Mar 28 03:05:20 1998
Received: from ns.mikage.t-cnet.or.jp (ns.mikage.t-cnet.or.jp [210.169.187.130])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA03277
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Mar 1998 03:05:18 -0800 (PST)
          (envelope-from issei@mikage.t-cnet.or.jp)
Received: from fs.mikage.t-cnet.or.jp (fs.mikage.t-cnet.or.jp [210.169.187.131])
	by ns.mikage.t-cnet.or.jp (8.8.8/3.6W) with ESMTP id UAA08680
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Mar 1998 20:05:46 +0900 (JST)
Received: (from issei@localhost)
	by fs.mikage.t-cnet.or.jp (8.8.8/3.6W) id UAA11583;
	Sat, 28 Mar 1998 20:05:18 +0900 (JST)
Message-Id: <199803281105.UAA11583@fs.mikage.t-cnet.or.jp>
Date: Sat, 28 Mar 1998 20:05:18 +0900 (JST)
From: issei@mikage.t-cnet.or.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: /sys/i386/conf/LINT supporse obsolute compatible slice.
X-Send-Pr-Version: 3.2

>Number:         6152
>Category:       kern
>Synopsis:       config directive in LINT use obsolute compatible slice notation.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 28 03:10:01 PST 1998
>Closed-Date:    Sat Mar 28 10:45:45 PST 1998
>Last-Modified:  Sat Mar 28 10:47:18 PST 1998
>Originator:     Issei Suzuki
>Release:        FreeBSD 2.2.6-RELEASE i386
>Organization:
A Site under T-CNET
>Environment:

	FreeBSD 2.2.6-RELEASE

>Description:

	config directive in LINT supporse compatible slice wd0a. Now compatible
	slice is obsolute, so I think you shold use wd0s1a instead ob wd0a.

>How-To-Repeat:

	/sys/i386/conf/LINT

>Fix:
	
--- LINT.orig	Sat Mar 28 19:55:17 1998
+++ LINT	Sat Mar 28 19:55:58 1998
@@ -71,11 +71,11 @@
 #
 # This directive defines a number of things:
 #  - The compiled kernel is to be called `kernel'
-#  - The root filesystem might be on partition wd0a
-#  - Crash dumps will be written to wd0b, if possible.  Specifying the
+#  - The root filesystem might be on partition wd0s1a
+#  - Crash dumps will be written to wd0s1b, if possible.  Specifying the
 #    dump device here is not recommended.  Use dumpon(8).
 #
-config		kernel	root on wd0 dumps on wd0
+config		kernel	root on wd0s1 dumps on wd0s1
 
 
 #####################################################################
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Sat Mar 28 10:45:45 PST 1998 
State-Changed-Why:  
PR is actually incorrect - the config directive is *not* using 
slices at all, it is merely identifying the unit.  A user can 
actually be using any of 4 slices with this directive. 
>Unformatted:
