Remove pre-3.0 cruft from #ZIP-SUPPORT.
This commit is contained in:
parent
2de115839e
commit
9ebf36cf24
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16485
1 changed files with 4 additions and 8 deletions
|
@ -2379,20 +2379,16 @@ disk wd2 at wdc1 drive 1 # change from wd3 to wd2</programlisting
|
|||
</question>
|
||||
|
||||
<answer>
|
||||
<para>FreeBSD supports the SCSI ZIP drive out of the box, of
|
||||
course. The ZIP drive can only be set to run at SCSI target IDs
|
||||
<para>FreeBSD supports SCSI and ATAPI (IDE) ZIP drives out of the box, of
|
||||
course. SCSI ZIP drives can only be set to run at SCSI target IDs
|
||||
5 or 6, but if your SCSI host adapter's BIOS supports it you
|
||||
can even boot from it. It is not clear which host
|
||||
adapters support booting from targets other than 0 or 1,
|
||||
so you will have to consult your adapter's documentation
|
||||
if you would like to use this feature.</para>
|
||||
|
||||
<para>ATAPI (IDE) Zip drives are supported in FreeBSD 2.2.6 and
|
||||
later releases.</para>
|
||||
|
||||
<para>FreeBSD has contained support for Parallel Port Zip Drives
|
||||
since version 3.0. If you are using a sufficiently up to date
|
||||
version, then you should check that your kernel contains the
|
||||
<para>FreeBSD also supports Parallel Port Zip Drives.
|
||||
Check that your kernel contains the
|
||||
<devicename>scbus0</devicename>, <devicename>da0</devicename>,
|
||||
<devicename>ppbus0</devicename>, and
|
||||
<devicename>vp0</devicename> drivers (the GENERIC kernel
|
||||
|
|
Loading…
Reference in a new issue