TECHNICAL INFORMATION DOCUMENT TITLE: PTF170 - SONY CDU HBA Driver for UW 1.1 DOCUMENT ID: TID300033 DOCUMENT REVISION: B DATE: 25JAN95 ALERT STATUS: Yellow INFORMATION TYPE: Symptom Solution README FOR: PTF170 PRODUCT and VERSION: UnixWare 1.1 ABSTRACT: The ptf170 file contains UnixWare PTF170 - SONY CDU HBA Driver Package. This PTF is a re-release of the SONY CDU HBA Driver Package. Because it is necessary to completely replace the original package, this package will be installed as the "sony" package (instead of "ptf170"). SYMPTOM Support needed for SONY CDU HBA Driver Package for UnixWare 1.1 SOLUTION Apply the ptf170 file. Installation Instructions: DATATYPE: compressedtar 1. Download the ptf170.tar.Z and the ptf170.txt files to the /tmp directory on your machine. 2. Read the release notes contained in this file. 3. Now become root, and add the package to your system using the following commands: (This assumes that ptf170.tar.Z is in the /tmp directory, and that /tmp is the working directory.) $su (become the super user) #mkdir ihv (make a directory to hold the files) #cp ptf170.tar.Z ihv (copy file into ihv directory) #cd ihv (make ihv the working directory) #uncompress ptf170.tar.Z (uncompress the file) #tar xvf ptf170.tar (un tar the file) #rm ptf170.tar (remove the tar file) #/usr/sbin/format /dev/rfd0 (format diskette1)* #mkfs -F s5 /dev/dsk/f0t 2844:711 2 36 (make file system on diskette1)* #mount -F s5 /dev/dsk/f03ht /mnt (mount diskette)* #find . -print | /bin/cpio -pmud /mnt (copy files to diskette) Solution Specifics These release notes acquaint you with the contents of UnixWare PTF170 - SONY CDU HBA Driver Package 1. General Description This PTF is a re-release of the SONY CDU HBA Driver Package. Because it is necessary to completely replace the original package, this package will be installed as the "sony" package (instead of "ptf170"). Additionally (and also as a result of this being a package re-release), backup/restore processing as normally done by PTFs is not performed. The Sony Host Bus Adapter (HBA) driver (sony) supports the Sony proprietary Host Bus Adapters used with the Sony CD-ROM drives CDU31A, CDU33A and CDU535. This driver supersedes the "cd31a" and "cd535" drivers originally included on the UnixWare 1.1 IHV/HBA diskette. The following problems have been corrected in this updated package: - Unable to successfully complete installation using the CDU535 drive. - Excessive errors encountered on the CDU31A and CDU33A drives. Symptoms of this problem included mount failures and extremely long delays in reading even small files. 2. New Features None 3. Software Notes and Recommendations This PTF can be installed on any UnixWare 1.1, 1.1.1 or 1.1.2 system which is or will be configured with the supported CD-ROM drives. 4. Hardware Notes and Recommendations If the driver is to be used for UnixWare installation, the controller must be configured to use interrupt 5 and I/O address 320H. For the CDU31A and CDU33A drives, the HBA card must not have DMA enabled (do not install any jumpers on the DMA Select jumper block). 5. Installation Instructions If UnixWare is to be installed from CD-ROM media using the Sony HBA, when the system prompts you to insert the "Host Bus Adapter Drivers" diskette, this diskette should be inserted before the UnixWare 1.1 IHV/HBA diskette. If this package is being added after installation of the UnixWare (because the Sony CD-ROM drive is being added subsequent to UnixWare installation), it may be installed either via the Application Setup window or, from the console or an Xterm window, with the following command (as root): # pkgadd -d diskette1 After installing this package, a system reboot will be needed to rebuild the kernel and incorporate the driver. Because this is a re-release, backup/restore is not performed. To remove this version of the package and install the previous version, you must first pkgrm this version, followed by pkgadd of the previous version.