Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/14/1997 00:50:10
lukem
Mon Oct 13 17:41:24 PDT 1997
Update of /cvsroot/src/games/backgammon/common_source
In directory netbsd1:/var/slash-tmp/cvs-serv9297

Modified Files:
	back.h fancy.c 
Log Message:
use <termcap.h>

thorpej
Mon Oct 13 17:41:32 PDT 1997
Update of /cvsroot/src/sys/dev/ic
In directory netbsd1:/var/slash-tmp/cvs-serv9377

Modified Files:
      Tag: marc-pcmcia
	i82365var.h 
Log Message:
Allow the i/o address alignment to be specified in the call to
pcmcia_io_alloc().  If the caller does not care about the alignment, 0
should be passed.


thorpej
Mon Oct 13 17:42:16 PDT 1997
Update of /cvsroot/src/sys/dev/isa
In directory netbsd1:/var/slash-tmp/cvs-serv9542

Modified Files:
      Tag: marc-pcmcia
	i82365.c 
Log Message:
Allow the i/o address alignment to be specified in the call to
pcmcia_io_alloc().  If the caller does not care about the alignment, 0
should be passed.


thorpej
Mon Oct 13 17:43:00 PDT 1997
Update of /cvsroot/src/sys/dev/pcmcia
In directory netbsd1:/var/slash-tmp/cvs-serv9647

Modified Files:
      Tag: marc-pcmcia
	pcmciachip.h pcmciavar.h 
Log Message:
Allow the i/o address alignment to be specified in the call to
pcmcia_io_alloc().  If the caller does not care about the alignment, 0
should be passed.


thorpej
Mon Oct 13 17:47:35 PDT 1997
Update of /cvsroot/src/sys/dev/pcmcia
In directory netbsd1:/var/slash-tmp/cvs-serv9979

Modified Files:
      Tag: marc-pcmcia
	com_pcmcia.c if_ep_pcmcia.c if_sm_pcmcia.c 
Log Message:
Explicitly align the allocated i/o space region to the size of the allocation.
This was previously implied, but we must explicitly specify it since some
cards may have more strict alignment requirements.