Source-Changes archive

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

NetBSD master CVS tree commits



cgd
Thu Apr 11 18:10:15 EDT 1996
Update of /a/cvsroot/src/sys/arch/i386/isa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23482

Modified Files:
        isa_machdep.h 
Log Message:
prototype MD functions for use by MI ISA code (isa_attach_hook(),
isa_intr_{,dis}establish()) here.  Make this file safely includable by
<dev/isa/isavar.h> and by all of the places in the i386 that are currently
including it, which means multiple inclusion protection and a few
otherwise-extraneous 'forward' structure declarations.  isa_intr_establish()
and isa_intr_disestablish() now take as their first argument a
machine-dependent cookie of type isa_chipset_tag_t, which is also defined
here.


cgd
Thu Apr 11 18:11:35 EDT 1996
Update of /a/cvsroot/src/sys/arch/i386/isa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23527

Modified Files:
        isa_machdep.c 
Log Message:
add an isa_attach_hook() function which currently does nothing, and update
isa_intr_establish() and isa_intr_disestablish() to take an opaque cookie
as their (new) first argument.


cgd
Thu Apr 11 18:13:39 EDT 1996
Update of /a/cvsroot/src/sys/arch/i386/i386
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23622/i386

Modified Files:
        mainbus.c 
Log Message:
pass a new, machine-dependent cookie, in the ISA bus attach arguments.
On the i386, this is always NULL, and is unused.


cgd
Thu Apr 11 18:15:12 EDT 1996
Update of /a/cvsroot/src/sys/arch/i386/eisa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23643/eisa

Modified Files:
        eisa_machdep.c 
Log Message:
update for addition of a machine-dependent cookie as the first argument
to isa_intr_{,dis}establish().


cgd
Thu Apr 11 18:15:29 EDT 1996
Update of /a/cvsroot/src/sys/arch/i386/isa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23643/isa

Modified Files:
        clock.c fd.c lms.c mms.c npx.c pccons.c pms.c 
Log Message:
update for addition of a machine-dependent cookie as the first argument
to isa_intr_{,dis}establish().


cgd
Thu Apr 11 18:15:32 EDT 1996
Update of /a/cvsroot/src/sys/arch/i386/isa/pcvt
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23643/isa/pcvt

Modified Files:
        pcvt_drv.c 
Log Message:
update for addition of a machine-dependent cookie as the first argument
to isa_intr_{,dis}establish().


cgd
Thu Apr 11 18:15:34 EDT 1996
Update of /a/cvsroot/src/sys/arch/i386/pci
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23643/pci

Modified Files:
        pci_machdep.c 
Log Message:
update for addition of a machine-dependent cookie as the first argument
to isa_intr_{,dis}establish().




Home | Main Index | Thread Index | Old Index