From nobody  Thu Aug  6 00:27:35 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id AAA17171;
          Thu, 6 Aug 1998 00:27:35 -0700 (PDT)
          (envelope-from nobody)
Message-Id: <199808060727.AAA17171@hub.freebsd.org>
Date: Thu, 6 Aug 1998 00:27:35 -0700 (PDT)
From: nick.hibma@jrc.it
To: freebsd-gnats-submit@freebsd.org
Subject: Kernel mentions 'changing root device to st*' instead of sd*
X-Send-Pr-Version: www-1.0

>Number:         7505
>Category:       i386
>Synopsis:       Kernel mentions 'changing root device to st*' instead of sd*
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug  6 00:30:00 PDT 1998
>Closed-Date:    Thu Aug 6 04:13:18 PDT 1998
>Last-Modified:  Thu Aug  6 04:13:45 PDT 1998
>Originator:     Nick Hibma
>Release:        2.2.6
>Organization:
n/a
>Environment:
FreeBSD mda08.jrc.it 2.2.6-RELEASE FreeBSD 2.2.6-RELEASE #0: Wed Aug  5 17:19:12 CEST 1998     root@mda08.jrc.it:/usr/src/sys/compile/PEN  i386

>Description:
Message 'changing root device to st1s1a' should be
'changing root device sd1s1a'.

The code in 2.2.5 is different, but the problem has been reported before.
Has the code in 2.2.6 been taken from an earlier release maybe? Just a thought.
>How-To-Repeat:
reboot
>Fix:
[root@mda08 /sys/i386/i386]# diff -C3 autoconf.c.orig autoconf.c
*** autoconf.c.orig     Thu Aug  6 09:25:09 1998
--- autoconf.c  Thu Aug  6 09:26:25 1998
***************
*** 397,403 ****
  #define FDMAJOR 2
        "fd",
        "wt",
!       "st",
  };
  
  #define       PARTITIONMASK   0x7
--- 397,403 ----
  #define FDMAJOR 2
        "fd",
        "wt",
!       "sd",
  };
  
  #define       PARTITIONMASK   0x7
[root@mda08 /sys/i386/i386]# diff -C3 autoconf.c.orig autoconf.c
*** autoconf.c.orig     Thu Aug  6 09:25:09 1998
--- autoconf.c  Thu Aug  6 09:26:25 1998
***************
*** 397,403 ****
  #define FDMAJOR 2
        "fd",
        "wt",
!       "st",
  };
  
  #define       PARTITIONMASK   0x7
--- 397,403 ----
  #define FDMAJOR 2
        "fd",
        "wt",
!       "sd",
  };
  
  #define       PARTITIONMASK   0x7

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: thepish 
State-Changed-When: Thu Aug 6 04:13:18 PDT 1998 
State-Changed-Why:  
Already fixed in 2.2.7 
>Unformatted:
