README.hpux
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:1k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  1. HP-UX SCSI hints:
  2. On HP-UX 9.x you need gcc. On newer releases, you may compile with 
  3. the HP ANSI C-Compiler using
  4. make CCOM=cc
  5. To compile with the free K&R C-compiler call:
  6. gmake CCOM=cc 'COPTS= ' 
  7. or
  8. smake CCOM=cc 'COPTS= ' 
  9. Note that there are no device nodes for userland SCSI on HP-UX,
  10. you have to call the included shell script MKNOD.hpux first.
  11. If you own a HP-9000-800 series machine, you need to install
  12. the file MKNOD.hpux-800 in the /etc init shell script directory 
  13. in order to call it after each boot.
  14. This script will create the files in /dev/scsi/... and /dev/rscsi/...
  15. The permissions will be set to read/write for root only.
  16. HP does not handle CD-ROMs as well as it should. On the HP have a look at
  17. the man pages for
  18.     pfs
  19.     pfsd
  20.     pfs_mount
  21. and anymore that they refer too.