thorpej
deb00c27b3
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.
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%