Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 08/10/1997 22:50:02
thorpej
Sun Aug 10 15:47:55 PDT 1997
Update of /cvsroot/src/sys/dev/pcmcia
In directory netbsd1:/var/slash-tmp/cvs-serv11107
Modified Files:
Tag: marc-pcmcia
aic_pcmcia.c com_pcmcia.c files.pcmcia if_ed_pcmcia.c
if_ep_pcmcia.c pcmcia.c pcmcia_cis.c pcmciachip.h pcmciavar.h
Log Message:
Create a structure to encapsulate information about allocated i/o and
mem space on the pcmcia bus. Use this in chip-level window enable
functions rather than making assumptions about the bus space handles.
Also, clean up lots of debugging prints. Use patchables to enable them.
thorpej
Sun Aug 10 15:49:43 PDT 1997
Update of /cvsroot/src/sys/dev/pcmcia
In directory netbsd1:/var/slash-tmp/cvs-serv11198
Modified Files:
Tag: marc-pcmcia
pcmcia_cis.c
Log Message:
Always print a message if the CIS has a wrong checksum. Do not fail if
the checksum is wrong; many WaveLAN cards have bad checksums, but work fine.