$UxDriver: README,v 1.5 1999/04/15 04:31:27 cas Exp $

FreeBSD2.2.[78]+PAO:
	untar this directory into sys/dev. (so we are in sys/dev/ux)
	symlink sys/dev/ux/if_ux*.[ch] --> sys/i386/isa
        add am79c930.c to sys/conf/files
		dev/ux/am79c930.c       optional ux  device-driver
        add if_ux.c to sys/i386/conf/files.i386
		i386/isa/if_ux.c	optional ux  device-driver
	add to /etc/pccard.conf
		#ICOM UX-136
		card "AMD" "Am79C930"
			config  default "ux0" any
			cardmem 0xd4000 0 0x8000 0x40
			insert  echo UX-136 Wireless LAN inserted
			insert  /etc/pccard_ether $device
			remove  echo UX-136 Wireless LAN removed
			remove  /etc/pccard_ether_remove $device
	add to i386/conf/???
		device ux0 at isa? port 0x300 net irq 5 vector uxintr

FreeBSD2.2.6+PAO:
	do the same as 2.2.7
	add to i386/conf/???
		option UX_FREEBSD226

## EOF ##
