M-VIA Implementation

Source Tree Structure

mvia-1.0/ 
    src/                                       
        vipl/                      // M-VIA VI Provider Library

        vipk_core/                 // M-VIA Kernel Agent Framework

        vipk_devs/                 // LBL developed M-VIA Devices
            vipk_lo/               // Loopback driver
            vipk_ering/            // M-VIA Ethernet device class

        vipk_devs_nonlbl/          // Devices containing some non-LBL code
            vipk_eepro100/         // Intel EEPro Fast Ethernet driver
            vipk_hamachi/          // GNIC-II Gigabit Ethernet driver
            vipk_tulip/            // DEC Tulip Fast Ethernet driver
            vipk_yellowfin/        // GNIC-I Gigabit Ethernet driver
            vipk_3c59x/            // 3Com "Boomerang" Fast Ethernet driver
				   // (not yet working)

    doc/                           // M-VIA documentation.
        src/                       // Source for M-VIA documentation
        html/                      // HTML documentation output
        latex/                     // Latex documentation output

    examples/                     
        tests                      // Example VIA programs
        etc                        // Sample etc files (vip_hosts)

M-VIA Kernel Agent Implementation

M-VIA Device Driver Implementation

M-VIA VIPL Implementation


M-VIA 1.0. Fri, 17 Sep 1999 09:13:43 -0700.
Copyright (C) 1998,1999 Berkeley Lab.