patch-2.1.106 linux/Documentation/paride.txt
Next file: linux/Documentation/sound/ALS007
Previous file: linux/Documentation/filesystems/isofs.txt
Back to the patch index
Back to the overall index
- Lines: 65
- Date:
Sat Jun 13 12:08:19 1998
- Orig file:
v2.1.105/linux/Documentation/paride.txt
- Orig date:
Sun Jun 7 11:16:26 1998
diff -u --recursive --new-file v2.1.105/linux/Documentation/paride.txt linux/Documentation/paride.txt
@@ -44,6 +44,7 @@
Imation Superdisk LS-120
FreeCom Power CD
Hewlett-Packard 5GB tape drive
+ Hewlett-Packard 7100 and 7200 CD-RW drives
as well as most of the clone and no-name products on the market.
@@ -57,8 +58,9 @@
pcd ATAPI CD-ROM
pf ATAPI disk
pt ATAPI tape
+ pg ATAPI generic
-(Support for ATAPI CD-R and CD-RW drives is in the design phase.)
+(Currently, the pg driver is only used with CD-R drives).
The high-level drivers function according to the relevant standards.
The third component of PARIDE is a set of low-level protocol drivers
@@ -72,7 +74,8 @@
dstr DataStor EP-2000 (TW)
epat Shuttle EPAT (UK)
epia Shuttle EPIA (UK)
- fit2 FIT TD-2000
+ fit2 FIT TD-2000 (US)
+ fit3 FIT TD-3000 (US)
frpw Freecom Power (DE)
kbic KingByte KBIC-951A and KBIC-971A (TW)
ktti KT Technology PHd adapter (SG)
@@ -111,6 +114,7 @@
Avatar Shark pd epat
FreeCom CD-ROM pcd frpw
Hewlett-Packard 5GB Tape pt epat
+ Hewlett-Packard 7100/7200 pg epat
2.1 Configuring built-in drivers
@@ -258,6 +262,7 @@
for u in 0 1 2 3 ; do mkdev pf$u b 47 $u ; done
for u in 0 1 2 3 ; do mkdev pt$u c 96 $u ; done
for u in 0 1 2 3 ; do mkdev npt$u c 96 $[ $u + 128 ] ; done
+for u in 0 1 2 3 ; do mkdev pg$u c 97 $u ; done
#
# end of mkd
@@ -285,6 +290,11 @@
mkdosfs /dev/pf0
mount /dev/pf0 /mnt
+2.4 Using the pg driver
+
+The pg driver can be used in conjunction with the cdrecord program
+to create CD-ROMs. For more information, and the required patches
+to cdrecord, please visit http://www.torque.net/parport/cdr.html .
3. Troubleshooting
@@ -333,6 +343,6 @@
You might also find some useful information on the linux-parport
web pages (although they are not always up to date) at
- http://www.torque.net/linux-pp.html
+ http://www.torque.net/parport/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov