Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 1996 19:53:23 +0900 (JST)
From:      Michael Hancock <michaelh@cet.co.jp>
To:        hackers@freebsd.org
Subject:   MAKEDEV
Message-ID:  <Pine.SV4.3.93.960705193650.23613A-100000@parkplace.cet.co.jp>

next in thread | raw e-mail | index | archive | help
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 <ncr 53c815 scsi> 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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SV4.3.93.960705193650.23613A-100000>