Category: network

INT 60 - FTP Packet Driver - BASIC FUNC - GET DRIVER INFO

	AX = 01FFh
	BX = handle returned by function 02h
Return: CF set on error
	    DH = error code (see #03305)
	CF clear if successful
	    BX = version
	    CH = network interface class (see #03306)
	    DX = interface type (see #03306)
	    CL = number
	    DS:SI -> name
	    AL = driver functions supported
		01h basic
		02h basic and extended
		05h basic and high-performance
		06h basic, high-performance, and extended
		FFh not installed
Note:	the handle in BX is optional for drivers written to v1.07 or later of
	  the packet driver specification