Author: Steve Lemieux slemieux@videotron.ca
Uploader: Steve Lemieux slemieux@videotron.ca
Descr: Kernel driver for the GVP IO/Extender card.

This is a beta version of a driver for the GVP IO/Extender card. Only
the serial port is available at the moment. This patch is for
NetBSD 1.2 only.

diff file done with : diff -Ncr amiga.orig amiga >/tmp/ioext.diff

To install the driver, do the following commands:
	cd /usr/src/sys/arch
	cp -R amiga amiga.orig
	patch </tmp/ioext.diff

To compile the new kernel:
	cd /sys/src/sys/arch/amiga/conf
	config GENERIC
	cd ../compile/GENERIC
	make depend
	make

For bug report : slemieux@videotron.ca

