NetBSD Problem Report #36693

From martin@duskware.de  Thu Jul 26 19:36:09 2007
Return-Path: <martin@duskware.de>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by narn.NetBSD.org (Postfix) with ESMTP id 04DFB63B874
	for <gnats-bugs@gnats.netbsd.org>; Thu, 26 Jul 2007 19:36:09 +0000 (UTC)
Message-Id: <20070726175808.09D3863B874@narn.NetBSD.org>
Date: Thu, 26 Jul 2007 17:58:08 +0000 (UTC)
From: s9999@penguinmail.com
Reply-To: s9999@penguinmail.com
To: netbsd-bugs-owner@NetBSD.org
Subject: scsi has been disabled, but that also disables the zip drive
X-Send-Pr-Version: www-1.0

>Number:         36693
>Category:       port-shark
>Synopsis:       scsi has been disabled, but that also disables the zip drive
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    port-shark-maintainer
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 26 19:40:00 +0000 2007
>Closed-Date:    Sun Aug 26 01:42:54 +0000 2007
>Last-Modified:  Sun Aug 26 11:30:00 +0000 2007
>Originator:     Stephen Rose
>Release:        3.1 release
>Organization:
>Environment:
I don't have the machine up right now, but I don't think that would help much.
>Description:
On Fri Oct 24 10:29:12 2003, someone removed this line:

device-major    sd              char 24  block 24       sd

from majors.shark in rev. 1.11

I don't know if this is the only problem, but now the zip drive that came on some sharks can't be mounted.  The kernel sees it just fine during boot, though.  MAKEDEV has no entry for the sd device and a mknod can't make a working device either.  I'm surprised that I'm the first one to complain about this since then, but there it is.  I would appreciate it it this functionality was restored, since this is how I normally install the operating system.  Thanks.
>How-To-Repeat:
Try to mount the zip drive.
>Fix:
Restore the line to majors.shark, but there may be other changes required.

>Release-Note:

>Audit-Trail:
From: Izumi Tsutsui <tsutsui@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/36693 CVS commit: src/sys/arch/shark/conf
Date: Wed,  8 Aug 2007 13:08:11 +0000 (UTC)

 Module Name:	src
 Committed By:	tsutsui
 Date:		Wed Aug  8 13:08:11 UTC 2007

 Modified Files:
 	src/sys/arch/shark/conf: majors.shark

 Log Message:
 Restore a device major for sd(4), which can be attached at atapibus(4).
 Fixes part of PR port-shark/36693.


 To generate a diff of this commit:
 cvs rdiff -r1.22 -r1.23 src/sys/arch/shark/conf/majors.shark

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: Izumi Tsutsui <tsutsui@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/36693 CVS commit: src/etc/etc.shark
Date: Wed,  8 Aug 2007 13:12:06 +0000 (UTC)

 Module Name:	src
 Committed By:	tsutsui
 Date:		Wed Aug  8 13:12:06 UTC 2007

 Modified Files:
 	src/etc/etc.shark: MAKEDEV.conf

 Log Message:
 Restore targets for sd(4) devices, which can be attached at atapibus(4).
 Closes PR port-shark/36693.


 To generate a diff of this commit:
 cvs rdiff -r1.10 -r1.11 src/etc/etc.shark/MAKEDEV.conf

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->feedback
State-Changed-By: tsutsui@netbsd.org
State-Changed-When: Wed, 08 Aug 2007 22:23:25 +0900
State-Changed-Why:
Fix committed, could you confirm it?


From: Stephen Rose <s9999@penguinmail.com>
To: gnats-bugs@NetBSD.org
Cc: port-shark-maintainer@netbsd.org, netbsd-bugs@netbsd.org,
	gnats-admin@netbsd.org, tsutsui@netbsd.org
Subject: Re: port-shark/36693 (scsi has been disabled, but that also disables
 the zip drive)
Date: Fri, 24 Aug 2007 19:30:40 -0500

 The fix does indeed work for me.  I tested the 200708230002Z daily 
 snapshot and I'm able to mount, read, and write the ide zip drive. 
 Thank you.


 tsutsui@netbsd.org wrote:
 > Synopsis: scsi has been disabled, but that also disables the zip drive
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: tsutsui@netbsd.org
 > State-Changed-When: Wed, 08 Aug 2007 22:23:25 +0900
 > State-Changed-Why:
 > Fix committed, could you confirm it?
 > 
 > 
 > 

State-Changed-From-To: feedback->closed
State-Changed-By: tsutsui@netbsd.org
State-Changed-When: Sun, 26 Aug 2007 10:42:54 +0900
State-Changed-Why:
Fix confirmed, and I've sent a pullup request to netbsd-4.


From: "Liam J. Foy" <liamjfoy@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/36693 CVS commit: [netbsd-4] src
Date: Sun, 26 Aug 2007 11:25:36 +0000 (UTC)

 Module Name:	src
 Committed By:	liamjfoy
 Date:		Sun Aug 26 11:25:36 UTC 2007

 Modified Files:
 	src/etc/etc.shark [netbsd-4]: MAKEDEV.conf
 	src/sys/arch/shark/conf [netbsd-4]: majors.shark

 Log Message:
 Pull up following revision(s) (requested by tsutsui in ticket #838):
 	etc/etc.shark/MAKEDEV.conf: revision 1.11
 	sys/arch/shark/conf/majors.shark: revision 1.23
 Restore a device major for sd(4), which can be attached at atapibus(4).
 Fixes part of PR port-shark/36693.
 Restore targets for sd(4) devices, which can be attached at atapibus(4).
 Closes PR port-shark/36693.


 To generate a diff of this commit:
 cvs rdiff -r1.7 -r1.7.10.1 src/etc/etc.shark/MAKEDEV.conf
 cvs rdiff -r1.21 -r1.21.2.1 src/sys/arch/shark/conf/majors.shark

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.