URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [Documentation/] [README.nsp_cs.eng] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
WorkBiT NinjaSCSI-3/32Bi driver for Linux1. CommentThis is Workbit corp.'s(http://www.workbit.co.jp/) NinjaSCSI-3(http://www.workbit.co.jp/ts/z_nj3r.html) and NinjaSCSI-32Bi(http://www.workbit.co.jp/ts/z_njsc32bi.html) PCMCIA card driver modulefor Linux.2. My Linux environmentLinux kernel: 2.4.20 / 2.5.63pcmcia-cs: 3.1.33gcc: gcc-2.95.4PC card: I-O data PCSC-F (NinjaSCSI-3)I-O data CBSC-II in 16 bit mode (NinjaSCSI-32Bi)SCSI device: I-O data CDPS-PX24 (CD-ROM drive)Media Intelligent MMO-640GT (Optical disk drive)3. Install[1] Check your PC card is true "NinjaSCSI-3" card.If you installed pcmcia-cs already, pcmcia reports your card as UNKNOWNcard, and write ["WBT", "NinjaSCSI-3", "R1.0"] or some other string toyour console or log file.You can also use "cardctl" program (this program is in pcmcia-cs sourcecode) to get more info.# cat /var/log/messgaes...Jan 2 03:45:06 lindberg cardmgr[78]: unsupported card in socket 1Jan 2 03:45:06 lindberg cardmgr[78]: product info: "WBT", "NinjaSCSI-3", "R1.0"...# cardctl identSocket 0:no product info availableSocket 1:product info: "IO DATA", "CBSC16 ", "1"[2] Get Linux kernel source, and extract it to /usr/src.Because NinjaSCSI driver requiers some SCSI header files in Linux kernelsource.I recomend rebuilding your kernel. This eliminate some versioning problem.$ cd /usr/src$ tar -zxvf linux-x.x.x.tar.gz$ cd linux$ make config...[3] Extract this driver's archive somewhere, and edit Makefile, then do make.$ tar -zxvf nsp_cs-x.x.tar.gz$ cd nsp_cs-x.x$ emacs Makefile...$ make[4] Copy nsp_cs.o to suitable plase, like /lib/modules/<Kernel version>/pcmcia/ .[5] Add these lines to /etc/pcmcia/config .If you yse pcmcia-cs-3.1.8 or later, we can use "nsp_cs.conf" file.So, you don't need to edit file. Just copy to /etc/pcmcia/ .-------------------------------------device "nsp_cs"class "scsi" module "nsp_cs"card "WorkBit NinjaSCSI-3"version "WBT", "NinjaSCSI-3", "R1.0"bind "nsp_cs"card "WorkBit NinjaSCSI-32Bi (16bit)"version "WORKBIT", "UltraNinja-16", "1"bind "nsp_cs"# OEMcard "WorkBit NinjaSCSI-32Bi (16bit) / IO-DATA"version "IO DATA", "CBSC16 ", "1"bind "nsp_cs"# OEMcard "WorkBit NinjaSCSI-32Bi (16bit) / KME-1"version "KME ", "SCSI-CARD-001", "1"bind "nsp_cs"card "WorkBit NinjaSCSI-32Bi (16bit) / KME-2"version "KME ", "SCSI-CARD-002", "1"bind "nsp_cs"card "WorkBit NinjaSCSI-32Bi (16bit) / KME-3"version "KME ", "SCSI-CARD-003", "1"bind "nsp_cs"card "WorkBit NinjaSCSI-32Bi (16bit) / KME-4"version "KME ", "SCSI-CARD-004", "1"bind "nsp_cs"-------------------------------------[6] Start (or restart) pcmcia-cs.# /etc/rc.d/rc.pcmcia start (BSD style)or# /etc/init.d/pcmcia start (SYSV style)4. HistorySee README.nin_cs .5. CautionIf you eject card when doing some operation for your SCSI device or suspendyour computer, you encount some *BAD* error like disk crash.It works good when I using this driver right way. But I'm not guaranteeyour data. Please backup your data when you use this driver.6. Known BugsMany bugs in this driver. Be careful!7. TestingPlease send me some reports(bug reports etc..) of this software.When you send report, please tell me these or more.card namekernel versionyour SCSI device name(hard drive, CD-ROM, etc...)8. CopyrightSee GPL.2002/01/17 yokota@netlab.is.tsukuba.ac.jp <YOKOTA Hiroshi>
Go to most recent revision | Compare with Previous | Blame | View Log
