Package org.jnode.driver.net.ne2000

Examples of org.jnode.driver.net.ne2000.Ne2000Core


    /**
     * Create a new instance
     */
    public Ne2000PCIDriver(ConfigurationElement config) {
        super(new Ne2000Flags(config));
    }
View Full Code Here

TOP

Related Classes of org.jnode.driver.net.ne2000.Ne2000Core

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.