1. 	installation:
	a. after unzipping this package, copy uhci.sys to %systemroot%\drivers
	b. double click on uhci.reg to add the reg file to registry.
	c. copy the files in loaddrv to anywhere that you like.

2.  usage:
	a. to start the usb driver, open a dos box, and type:
		net start uhci

	b. to stop the usb driver, in the dos box, type:
		net stop uhci
	NOTE: you may have to wait 5 seconds after the driver
	is started, within which period, the driver is estimating
	computer's clock frequency.

	c. it is better to compile the project loaddrv with ms's
	visual c++ 4.0 or higher. you can run the program directly
	to view some info dumped from usb bus.

3. system requirement:
	1. a Intel Pentium 100 or higher CPU with 64 MB.
	2. a mainboard with uhci host controller. usually mainboards
		of Intel's chipset and VIA's chipset are equipped with
		uhci. If the system prompt error when start the driver,
		the probable cause is that uhci controller does not exist.
	3. not tested on multiple processor system, may crash.

4. features:
	this uhci driver support single uhci host controller and 
	usb hubs compliant to USB 1.1.

	the loaddrv application will dump the following information:
	number of devices attached to the bus.
	device's vendor id and product id.

	full usb configuration descriptor of the configuration 0.


				wish you lucky
				woodhead
					2002-12-23 22:46:14
