ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/README
(Generate patch)

Comparing BasiliskII/README (file contents):
Revision 1.17 by cebix, 2001-02-02T20:52:56Z vs.
Revision 1.20 by cebix, 2001-05-24T14:31:05Z

# Line 327 | Line 327 | ether <ethernet card description>
327    BeOS:
328      It doesn't matter what you give as "ethernet card description", Basilisk II
329      will always use the first Ethernet card it finds as long an an "ether"
330 <    line exists (e.g. say "ether yes"). As Basilisk II requires the sheep_net
331 <    net server add-on from SheepShaver, you can only use Ethernet on PowerPC
332 <    machines.
330 >    line exists (e.g. say "ether yes"). Using Ethernet requires the "sheep_net"
331 >    Net Server add-on to be installed. The first time you start Basilisk II
332 >    with Ethernet enabled you will be asked whether it's OK to make the
333 >    necessary changes to your BeOS network configuration to enable sheep_net.
334  
335    Linux:
336      The "ethernet card description" is the name of an Ethernet interface.
# Line 381 | Line 382 | ether <ethernet card description>
382           your network administrator about the nets and zones you can use
383           (instead of the ones given in the example above).
384  
385 +  FreeBSD:
386 +    The "ethertap" method described above also works under FreeBSD, but since
387 +    no-one has found the time to write a section for this manual, you're on
388 +    your own here...
389 +
390    AmigaOS:
391      You have to specify the name of the SANA-II Ethernet device and the device
392      unit as "<device name>/<unit>" (e.g. "ariadne.device/0"). If the given
# Line 502 | Line 508 | AmigaOS:
508  
509        ahi/<hexadecimal mode ID>
510  
511 +  scsimemtype <type>
512 +
513 +    This item controls the type of memory to use for SCSI buffers. Possible
514 +    values are:
515 +      0 Chip memory
516 +      1 24-bit DMA capable memory
517 +      2 Any memory
518 +
519 +    Be warned that many SCSI host adapters will not work with the "Any memory"
520 +    setting. Basilisk II has no way of knowing which memory type is supported
521 +    by the host adapter and setting an unsupported type will result in data
522 +    corruption.
523 +
524   Windows:
525  
526    noscsi <"true" or "false">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines