Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/31/1997 00:50:01
mark
Wed Jul 30 17:40:57 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/podulebus
In directory netbsd1:/var/slash-tmp/cvs-serv4915

Modified Files:
	podulebus.h 
Log Message:
Define an IS_PODULE() macro to match a podule manufacturer and id with
podulebus attach args.


mark
Wed Jul 30 17:43:29 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/podulebus
In directory netbsd1:/var/slash-tmp/cvs-serv5349

Modified Files:
	podulebus.c 
Log Message:
Disable the reporting of the easi space timings. At podulebus attach time
the only timings we know are the ones inherited from the boot and the
drivers that will attach to the bus may change these.
Use the IS_PODULE macro for checking manufacturer and podule id's
against attach args.


thorpej
Wed Jul 30 17:43:57 PDT 1997
Update of /cvsroot/src/sys/dev/pcmcia
In directory netbsd1:/var/slash-tmp/cvs-serv5964

Modified Files:
      Tag: marc-pcmcia
	aic_pcmcia.c com_pcmcia.c if_ed_pcmcia.c if_ep_pcmcia.c 
Log Message:
Remove some gratuitous debugging printfs; this information is already
displayed elsewhere.