BSDI porting notes
==================

When porting a voxware h/w driver over from the standard voxware distribution,
the following changes need to be made:

	- The interrupt handler must return an integer, 0 if the interrupt
	  was not for this driver and 1 if it was and has been handled.

	- The attach routines should print a space and then any 
	  revision/configuation information surrounded by <>'s, xxx0:
	  should not be prepended and no newline should be printed.

	- Interrupt handler functions must return a 1 if the interrupt was
	  recognized by the card or 0 if spurious.

The MediaTriX AudioTriX Pro and Ensoniq Soundscape support is not included
because they need boot code downloaded. Getting these working should be
fairly easy if one has a card in hand.

ewv Tue Sep 19 10:18:20 MDT 1995
