Source-Changes archive

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

NetBSD master CVS tree commits



scottr
Sat Apr 25 14:27:40 PDT 1998
Update of /cvsroot/src/sys/arch/mac68k/dev
In directory nb00:/tmp/cvs-serv946/dev

Modified Files:
        grf_mv.c if_ae_nubus.c if_sn.c 
Log Message:
Garbage collect the second (slot number) parameter to NuBus interrupt
handlers.  (Only slot_ignore() and slot_noint() need this, and we already
have a place to put this information.)  Adjust add_nubus_intr() so that if
the client_data arg is specified as NULL, pass the slot number as
client_data to the interrupt handler.


scottr
Sat Apr 25 14:27:40 PDT 1998
Update of /cvsroot/src/sys/arch/mac68k/include
In directory nb00:/tmp/cvs-serv946/include

Modified Files:
        viareg.h 
Log Message:
Garbage collect the second (slot number) parameter to NuBus interrupt
handlers.  (Only slot_ignore() and slot_noint() need this, and we already
have a place to put this information.)  Adjust add_nubus_intr() so that if
the client_data arg is specified as NULL, pass the slot number as
client_data to the interrupt handler.


scottr
Sat Apr 25 14:27:40 PDT 1998
Update of /cvsroot/src/sys/arch/mac68k/mac68k
In directory nb00:/tmp/cvs-serv946/mac68k

Modified Files:
        via.c 
Log Message:
Garbage collect the second (slot number) parameter to NuBus interrupt
handlers.  (Only slot_ignore() and slot_noint() need this, and we already
have a place to put this information.)  Adjust add_nubus_intr() so that if
the client_data arg is specified as NULL, pass the slot number as
client_data to the interrupt handler.




Home | Main Index | Thread Index | Old Index