Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 08/13/1998 08:08:55
Module Name:	src
Committed By:	nathanw
Date:		Thu Aug 13 15:08:55 UTC 1998

Modified Files:
	src/sys/dev/pcmcia: com_pcmcia.c
Log Message:
Rototill match algorithim. New scheme:

1. Does the function claim to be a serial port?
2. Does the function's configuration table present all four
standard ISA com port ranges?
3. Is the device in our table?

New serial devices do not need to be added to the table unless they
fail both (1) and (2).