Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 08/23/1997 01:50:05
thorpej
Fri Aug 22 18:48:32 PDT 1997
Update of /cvsroot/src/sys/dev/pcmcia
In directory netbsd1:/var/slash-tmp/cvs-serv9805
Modified Files:
Tag: marc-pcmcia
pcmcia.c pcmciavar.h
Log Message:
Split up pcmcia_enable_function() into pcmcia_function_init() and
pcmcia_function_enable(). Implement pcmcia_function_disable().
If the enabled count on a socket reaches 0, call the chipset-level
socket disable function. If the enabled count becomes non-0, call
the chipset-level socket enable function.
thorpej
Fri Aug 22 18:49:53 PDT 1997
Update of /cvsroot/src/sys/dev/pcmcia
In directory netbsd1:/var/slash-tmp/cvs-serv9983
Modified Files:
Tag: marc-pcmcia
pcmcia_cis.c
Log Message:
Make sure the newly allocated function structure is zero'd.