Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA24909; Sat, 2 Dec 95 13:27:44 EST
Received: from pain.lcs.mit.edu by MIT.EDU with SMTP
	id AA13886; Sat, 2 Dec 95 13:26:31 EST
Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.12/8.6.9) id NAA23156; Sat, 2 Dec 1995 13:20:05 -0500
Received: (from source@localhost) by pain.lcs.mit.edu (8.6.12/8.6.9) id NAA23150; Sat, 2 Dec 1995 13:20:02 -0500
Date: Sat, 2 Dec 1995 13:20:02 -0500
From: The Source of All Evil <source@NetBSD.ORG>
Message-Id: <199512021820.NAA23150@pain.lcs.mit.edu>
To: source-changes@pain.lcs.mit.edu
Subject: sun-lamp CVS commits
Sender: owner-source-changes@NetBSD.ORG
Precedence: list
X-Loop: source-changes@NetBSD.ORG


thorpej
Sat Dec  2 10:11:24 PST 1995
Update of /a/cvsroot/src/sys/arch/hp300/hp300
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv23023

Modified Files:
	autoconf.c 
Log Message:
Use a "match/attach" rather than "init" scheme for probing devices.
This is a step towards getting drivers prepared for new config.


thorpej
Sat Dec  2 10:15:51 PST 1995
Update of /a/cvsroot/src/sys/arch/hp300/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv23061

Modified Files:
	dca.c 
Log Message:
Use a "match/attach" rather than "init" scheme for probing devices.
This is a step towards getting the drivers ready for new config.

Clean up namespace, remove several instances of global arrays.  Instead,
use a softc to carry state around.  Where possible, pass a pointer to the
softc rather than a unit number.


thorpej
Sat Dec  2 10:18:52 PST 1995
Update of /a/cvsroot/src/sys/arch/hp300/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv23100

Modified Files:
	dcm.c 
Log Message:
Use a "match/attach" rather than "init" scheme for probing devices.
This is a step towards getting the drivers ready for new config.

Clean up namespace, remove several instances of global arrays.  Instead,
use a softc to carry state around.  Where possible, pass a pointer to
the softc rather than a unit number.

Pointers to hardware and software constructs are now stored per port
in each instance of the softc (one softc per board) rather than indexed
by minor number.

