README NOTES: 


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

Note:
1.	After installing the driver. The moschip device detected as mos0.
	use command: ifconfig mos0 192.168.xxx.xxx
2.	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 
