Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



thorpej
Sat Mar 16 16:43:59 PST 1996
Update of /a/cvsroot/src/sys/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv29391

Modified Files:
        ramdisk.c 
Log Message:
New device attachment scheme:

        - split softc size and match/attach out from cfdriver into
          a new struct cfattach.

        - new "attach" directive for files.*.  May specify the name of
          the cfattach structure, so that devices may be easily attached
          to parents with different autoconfiguration semantics.


thorpej
Sat Mar 16 16:47:22 PST 1996
Update of /a/cvsroot/src/sys/dev/eisa
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv29753

Modified Files:
        aha1742.c eisa.c eisavar.h files.eisa 
Log Message:
New device attachment scheme:

        - split softc size and match/attach out from cfdriver into
          a new struct cfattach.

        - new "attach" directive for files.*.  May specify the name of
          the cfattach structure, so that devices may be easily attached
          to parents with different autoconfiguration semantics.


thorpej
Sat Mar 16 16:48:56 PST 1996
Update of /a/cvsroot/src/sys/dev/ic
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv29850

Modified Files:
        z8530tty.c 
Log Message:
New device attachment scheme:

        - split softc size and match/attach out from cfdriver into
          a new struct cfattach.

        - new "attach" directive for files.*.  May specify the name of
          the cfattach structure, so that devices may be easily attached
          to parents with different autoconfiguration semantics.




Home | Main Index | Thread Index | Old Index