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 17:31:04 PST 1996
Update of /a/cvsroot/src/sys/arch/i386/conf
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1856/conf

Modified Files:
        files.i386 
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 17:31:08 PST 1996
Update of /a/cvsroot/src/sys/arch/i386/i386
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1856/i386

Modified Files:
        mainbus.c swapgeneric.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 17:31:29 PST 1996
Update of /a/cvsroot/src/sys/arch/i386/isa
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1856/isa

Modified Files:
        fd.c lms.c mms.c npx.c pccons.c pms.c spkr.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 17:31:35 PST 1996
Update of /a/cvsroot/src/sys/arch/i386/isa/pcvt
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1856/isa/pcvt

Modified Files:
        pcvt_drv.c pcvt_hdr.h 
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 17:33:16 PST 1996
Update of /a/cvsroot/src/sys/arch/mac68k/conf
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1991/conf

Modified Files:
        files.mac68k 
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 17:33:42 PST 1996
Update of /a/cvsroot/src/sys/arch/mac68k/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1991/dev

Modified Files:
        adb.c asc.c grf.c if_ae.c ite.c mac68k5380.c ncr5380.c 
        ncr_sbc.c nubus.c scsi96.c ser.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 17:33:48 PST 1996
Update of /a/cvsroot/src/sys/arch/mac68k/mac68k
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1991/mac68k

Modified Files:
        autoconf.c fpu.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 17:34:59 PST 1996
Update of /a/cvsroot/src/sys/arch/mvme68k/conf
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2114/conf

Modified Files:
        files.mvme68k 
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 17:35:06 PST 1996
Update of /a/cvsroot/src/sys/arch/mvme68k/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2114/dev

Modified Files:
        if_le.c iio.c pcc.c zs.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 17:35:10 PST 1996
Update of /a/cvsroot/src/sys/arch/mvme68k/mvme68k
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2114/mvme68k

Modified Files:
        autoconf.c clock.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 17:38:55 PST 1996
Update of /a/cvsroot/src/sys/arch/pc532/conf
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2487/conf

Modified Files:
        files.pc532 
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 17:39:05 PST 1996
Update of /a/cvsroot/src/sys/arch/pc532/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2487/dev

Modified Files:
        lpt.c ncr.c oldncr.c rd.c scn.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 17:39:08 PST 1996
Update of /a/cvsroot/src/sys/arch/pc532/pc532
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2487/pc532

Modified Files:
        autoconf.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