From owner-freebsd-bugs Thu Aug 6 00:30:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17546 for freebsd-bugs-outgoing; Thu, 6 Aug 1998 00:30:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA17477 for ; Thu, 6 Aug 1998 00:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA20101; Thu, 6 Aug 1998 00:30:01 -0700 (PDT) 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 X-Send-Pr-Version: www-1.0 Subject: i386/7505: Kernel mentions 'changing root device to st*' instead of sd* Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 6 00:30:00 PDT 1998 >Last-Modified: >Originator: Nick Hibma >Organization: n/a >Release: 2.2.6 >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 >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message