Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/27/1997 02:40:03
marc
Fri Sep 26 19:31:00 PDT 1997
Update of /cvsroot/src/sys/dev/ic
In directory netbsd1:/var/slash-tmp/cvs-serv8171

Modified Files:
      Tag: marc-pcmcia
	i82365var.h 
Log Message:
add fields to pcic_handle for power management
add fields to pcic_softc for probing the io bus width


marc
Fri Sep 26 19:33:23 PDT 1997
Update of /cvsroot/src/sys/dev/pci
In directory netbsd1:/var/slash-tmp/cvs-serv8681

Modified Files:
      Tag: marc-pcmcia
	i82365_pci.c 
Log Message:
add io bus info.  this whole file is a hack, really, so it's ok that
this is, too.



marc
Fri Sep 26 19:37:56 PDT 1997
Update of /cvsroot/src/sys/dev/isa
In directory netbsd1:/var/slash-tmp/cvs-serv8968

Modified Files:
      Tag: marc-pcmcia
	i82365_isa.c 
Log Message:
 - add code to probe for the io bus width.  Some machines have 10-bit
io busses, some 12-bit.  This adds two new config options
(PCIC_ISA_ALLOC_IOBASE, PCIC_ISA_ALLOC_IOSIZE) for overriding this at
config-time
 - for power management, remember the card irq so it can be restored.