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: 03/08/1996 15:30:04
cgd
Fri Mar  8 15:25:24 EST 1996
Update of /a/cvsroot/src/sys/dev/eisa
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv5790/eisa

Modified Files:
	eisavar.h 
Log Message:
pass a bus_chipset_tag_t (defined in <machine/bus.h>) to the bus when
attaching, and to the devices when attaching them.  #include <machine/bus.h>
to make this backward compatible with old #include requirements.
Also, clean up idempotency so that isa/eisa/pci "var.h" headers are
consistent (make them all idempotent).


cgd
Fri Mar  8 15:25:30 EST 1996
Update of /a/cvsroot/src/sys/dev/isa
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv5790/isa

Modified Files:
	isavar.h 
Log Message:
pass a bus_chipset_tag_t (defined in <machine/bus.h>) to the bus when
attaching, and to the devices when attaching them.  #include <machine/bus.h>
to make this backward compatible with old #include requirements.
Also, clean up idempotency so that isa/eisa/pci "var.h" headers are
consistent (make them all idempotent).


cgd
Fri Mar  8 15:25:32 EST 1996
Update of /a/cvsroot/src/sys/dev/pci
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv5790/pci

Modified Files:
	pcivar.h 
Log Message:
pass a bus_chipset_tag_t (defined in <machine/bus.h>) to the bus when
attaching, and to the devices when attaching them.  #include <machine/bus.h>
to make this backward compatible with old #include requirements.
Also, clean up idempotency so that isa/eisa/pci "var.h" headers are
consistent (make them all idempotent).


cgd
Fri Mar  8 15:27:00 EST 1996
Update of /a/cvsroot/src/sys/arch/i386/i386
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv5968

Modified Files:
	mainbus.c 
Log Message:
kill some 'notyet's so that <machine/bus.h> is used