Date: Thu, 6 Aug 1998 00:27:35 -0700 (PDT) From: nick.hibma@jrc.it To: freebsd-gnats-submit@FreeBSD.ORG Subject: i386/7505: Kernel mentions 'changing root device to st*' instead of sd* Message-ID: <199808060727.AAA17171@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808060727.AAA17171>