README NOTES: 

Release 1.0.0.1 

Installation:
1. make ld:		To Install the driver.
2. make uld:		To uninstall the driver.

Note:
1.	After installing the driver. The moschip device will detected as mos0.
	
2.	By Default, it will be in Auto-Negation Mode

3.	To change the mode 
	use commands:
	1.100base full-duplex 
		#ifconfig mos0 media 100baseTX mediaopt full-duplex
	2.100base half-duplex 
		#ifconfig mos0 media autoselect 
		#ifconfig mos0 media 100baseTX 
	3.10base full-duplex 
		#ifconfig mos0 media 10baseT/UTP mediaopt full-duplex
	4.10base full-duplex 
		#ifconfig mos0 media autoselect 
		#ifconfig mos0 media 10baseT/UTP 
