-- MicrocodeDLion.df
-- Copyright (C) 1984, 1986 by Xerox Corporation.  All rights reserved.
-- Sturgis, May 9, 1984 12:42:14 pm PDT
-- Russ Atkinson (RRA) April 10, 1986 6:50:18 pm PST
-- Ed Fiala, August 26, 1986 3:05:30 pm PDT
-- Doug Wyatt, June 12, 1986 7:33:01 pm PDT

-- Note: this .df file is not actually used during maintenance of the DLion microcode.  
-- Its sole purpose is to define the set of microcode files that should be captured by the 
-- Cedar release procedure.  It Exports all the microcode .db files that people may install 
-- on their DLion disks.  Maintenance of Cedar DLion microcode is carried out on the
-- directories [Indigo]<DLion>.

-- At the moment, see Ed Fiala for DLion microcode sources.

Exports [Cedar]<Cedar6.1>Top>

  MicrocodeDLion.df                            26-Aug-86 15:31:56 PDT

Exports [Cedar]<Cedar6.1>Top>

-- HowardsInitial.db is loaded from the boot server on a 6 boot; it then shows the sub-boot
-- sequence 3, 6, 20 to 27; 3 subboot = 3 boot and 6 subboot is equivalent to the product
-- 6 boot (i.e., the file that would have been 6 booted if we hadn't replaced it with
-- HowardsInitial.db); 20 to 27 subboots are unique to Cedar.  By convention a 20 subboot will
-- etherboot a reliable Cedar system which can run Iago; this will usually be the most current
-- microcode, germ, and boot file.  21 subboot is reserved for the Cedar release master, 22 for Bill
-- Jackson, 23 for Ed Fiala, and 24 for Tim Diebert.  Boot files are on Dexter as follows
-- (notify Toby Morrill (Morrill.pa) for changes):
--    CedarEtherInitialDLionNN.db
--    CedarDLionNN.db
--    CedarDLionNN.germ
--    BasicCedarDLionNN.pb
-- where NN = 20, 21, 22, 23, 24, etc.

 +HowardsInitial.db!1                          07-Oct-83 14:40:45 PDT

-- These disk initial microcode variations support either the 3 megabyte modified DLion
-- storage boards or the 3.5 megabyte DTiger storage boards with SA4000 or Trident
-- disk controllers, respectively.  It won't run on 2 megabyte or 1.5 megabyte storage
-- boards. 

 +InitialDiskDLion.db!5                        30-Jul-86 14:20:31 PDT
 +InitialDiskTriDLion.db!1                     11-Aug-86 14:52:44 PDT

-- This EtherInitial microcode is for the 20 to 23 subboot slot of the boot servers, where it
-- is stored as CedarEtherInitialDLionNN.db.
 +CedarEtherInitialDLion.db!3                  30-Jul-86 14:21:49 PDT
 +CedarEtherInitialTriDLion.db!1               30-Jul-86 14:23:06 PDT

-- Cedar microcode for installation on disk or in 20 to 27 subboot slots of a boot server.

 +CedarDLion.db!5                              26-Aug-86 15:07:17 PDT
 +RavenCedarDLion.db!3                         26-Aug-86 12:07:15 PDT
 +CedarTriDLion.db!1                           26-Aug-86 15:12:40 PDT

--Exports Imports [Indigo]<DLion>DF>CedarCPMicrocode.df
--	USING [CedarDLion.db, RavenCedarDLion.db, CedarTriDLion.db]
--Exports Imports [Indigo]<DLion>DF>CedarInitialMicrocode.df
--	USING [CedarEtherInitialDLion.db, CedarEtherInitialTriDLion.db, InitialDiskDLion.db, InitialDiskTriDLion.db]
--Exports Imports [Indigo]<DLion>DF>PreEtherInitial.df
--	USING [HowardsInitial.db]