From owner-freebsd-hackers Fri Jul 5 03:53:29 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA07298 for hackers-outgoing; Fri, 5 Jul 1996 03:53:29 -0700 (PDT) Received: from parkplace.cet.co.jp (parkplace.cet.co.jp [202.32.64.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA07293 for ; Fri, 5 Jul 1996 03:53:26 -0700 (PDT) Received: from localhost (michaelh@localhost) by parkplace.cet.co.jp (8.7.5/CET-v2.1) with SMTP id KAA23720 for ; Fri, 5 Jul 1996 10:53:23 GMT Date: Fri, 5 Jul 1996 19:53:23 +0900 (JST) From: Michael Hancock Reply-To: Michael Hancock To: hackers@freebsd.org Subject: MAKEDEV Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I added a Jaz drive to my system and screwed up my devices so I deleted them and recreated them. cd /dev rm sd2* rm rsd2* sh MAKEDEV sd2 This exits with an error in ttyminor(), expecting a ")" I then comment out ttyminor() sh MAKEDEV sd2 This time it works. What's the deal with ttyminor? The jaz drive seems to have an odd feature that the driver doesn't grok. What is the Invalid field in CDB error mean below? ncr0 rev 3 int a irq 10 on pci0:15 (ncr0:1:0): "SEAGATE ST32550N 0021" type 0 fixed SCSI 2 sd1(ncr0:1:0): Direct-Access sd1(ncr0:1:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. 2047MB (4194058 512 byte sectors) (ncr0:4:0): "TOSHIBA CD-ROM XM-3701TA 0236" type 5 removable SCSI 2 cd0(ncr0:4:0): CD-ROM cd0(ncr0:4:0): asynchronous. cd present [223645 x 2048 byte records] (ncr0:5:0): "iomega jaz 1GB G.60" type 0 removable SCSI 2 sd2(ncr0:5:0): Direct-Access sd2(ncr0:5:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. sd2(ncr0:5:0): ILLEGAL REQUEST asc:24,0 Invalid field in CDB sd2 could not mode sense (4). Using ficticious geometry 1021MB (2091050 512 byte sectors) -mike hancock