Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/04/1998 20:00:02
enami
Thu Jun 4 19:51:17 PDT 1998
Update of /cvsroot/src/sys/dev/pcmcia
In directory nb00:/tmp/cvs-serv23743
Modified Files:
pcmcia.c
Log Message:
In the function pcmcia_card_gettype:
- When there is only one pcmcia function, don't use first config
entry to determine card type. Instead, use the config entry
actually used to initialize the pcmcia function, else it's memory-type.
- Don't put a space after cast.
- Use SIMPLEQ_FIRST/NEXT macro.