
BSD Installation with Initio Controllers

While these procedures are easy, you should thoroughly read and understand 
all the steps before you begin. 

Copy the 3 source code files to /usr/src/sys/pci

Add one line in /usr/src/sys/conf/files: 
	
	/pci/i91u.c	


Enter /usr/src/sys/i386/conf, copy the GENERIC configuration file 
to the name you want to give your kernel, MY9100 for example.
Add one line in MY9100:

	controller iha0

Type the following to compile and install your kernel: 

	# /usr/sbin/config MY9100
	# cd ../../compile/MY9100
	# make depend
	# make
	# make install

The new kernel will be copied to the root directory as /kernel and 
the old kernel will be moved to /kernel.old. The new kernel contains 
9xxx drivers.
