home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / UTIL / ForcePRAM.sit / ForceAppleTalk.r < prev    next >
Text File  |  1994-03-01  |  517b  |  16 lines

  1. // AppleTalk and LAP selection
  2.  
  3. // 00 xx AppleTalk to be turned off entirely
  4. // 01 xx Localtalk
  5. // 02 xx EtherTalk Phase 1
  6. // 03 xx EtherTalk Phase 2
  7. // xx 00 Any Ether Interface (Internal or NuBus)
  8. // xx 01 Require NuBus Interface (for diskless on Q610)
  9.  
  10. data 'DATA' (num,"ForceAppleTalk NuBus EtherTalk Phase 2")        { $"0301" };
  11.  
  12. // data 'DATA' (num,"ForceAppleTalk NuBus EtherTalk Phase 1")        { $"0201" }; etc
  13. // data 'DATA' (num,"ForceAppleTalk Internal EtherTalk Phase 2")    { $"0300" };
  14.  
  15. // End of ForceAppleTalk.r
  16.