Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 06/09/2000 09:53:25
Module Name:	syssrc
Committed By:	wrstuden
Date:		Fri Jun  9 16:53:25 UTC 2000

Modified Files:
	syssrc/sys/dev/pci: cz.c

Log Message:
Rather than assinging 64 tty's per pci card, assign tty's as found.
Cyclades says driver should work with up to 128 tty's per pci card
even though they only support 64 now. Also matches FreeBSD behavior.

Print located tty's using new tty naming scheme - ttyCZ?? where ?? are
two hex letters.

Make firmware load on macppc - one le32toh() was missing.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/pci/cz.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.