Subject: port-i386/292: i386 MAKEDEV floppy doesn't create st0 devices
To: None <gnats-admin>
From: None <thomas@mathematik.uni-Bremen.de>
List: netbsd-bugs
Date: 06/17/1994 17:35:03
>Number: 292
>Category: port-i386
>Synopsis: i386 MAKEDEV floppy doesn't create st0 devices
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: gnats-admin (GNATS administrator)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Jun 17 17:35:02 1994
>Originator: Thomas Eberhardt
>Organization:
CeVis, University of Bremen, Germany
>Release:
>Environment:
System: NetBSD ed209 0.9C NetBSD 0.9C (ED209) #0: Fri Jun 17 22:19:22 MET DST 1994 thomas@ed209:/usr/src/sys/arch/i386/compile/ED209 i386
Machine: i386
>Description:
The i386 MAKEDEV script doesn't create st0 devices when invoked as
"MAKEDEV floppy" due to a typo.
>How-To-Repeat:
>Fix:
*** etc/etc.i386/MAKEDEV- Mon Apr 18 11:57:21 1994
--- etc/etc.i386/MAKEDEV Sat Jun 18 02:23:58 1994
***************
*** 88,94 ****
floppy)
sh MAKEDEV std wt0 fd0 fd1 wd0 wd1 sd0 sd1 sd2 tty0 tty1
! sh MAKEDEV sd0 st1 cd0 cd1 mcd0 vga
;;
std)
--- 88,94 ----
floppy)
sh MAKEDEV std wt0 fd0 fd1 wd0 wd1 sd0 sd1 sd2 tty0 tty1
! sh MAKEDEV st0 st1 cd0 cd1 mcd0 vga
;;
std)
>Audit-Trail:
>Unformatted:
------------------------------------------------------------------------------