Package org.jnode.driver.block.floppy

Examples of org.jnode.driver.block.floppy.DefaultFDC


    public FloppyDevice createDevice(FloppyControllerBus bus, int drive, FloppyDriveParameters dp) {
        return new FloppyDevice(bus, drive, dp);
    }

    public FDC createFDC(Device device) throws DriverException, ResourceNotFreeException {
        return new DefaultFDC(device, true);
    }
View Full Code Here

TOP

Related Classes of org.jnode.driver.block.floppy.DefaultFDC

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.