| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
avoid getting 'unused include file' warnings in the SMP case.
Notes:
svn path=/head/; revision=33218
|
| |
|
|
|
|
|
|
|
| |
bootverbose, since the older register_intr() code didn't print out
anything, and the laptop support will cause lots of these un-necessary
messages.
Notes:
svn path=/head/; revision=30151
|
| |
|
|
| |
Notes:
svn path=/head/; revision=28497
|
| |
|
|
|
|
|
| |
This is in preperation for moving all cpl accesses behind a critical region lock.
Notes:
svn path=/head/; revision=28440
|
| |
|
|
| |
Notes:
svn path=/head/; revision=27845
|
| |
|
|
| |
Notes:
svn path=/head/; revision=27297
|
| |
|
|
|
|
|
| |
needed
Notes:
svn path=/head/; revision=26512
|
| |
|
|
|
|
|
| |
previous commit made them private which broke things.
Notes:
svn path=/head/; revision=26380
|
| |
|
|
|
|
|
|
|
|
| |
isa.c (slightly) more portable and will make my life developing the really
portable version much easier.
Reviewed by: peter, fsmp
Notes:
svn path=/head/; revision=26373
|
| |
|
|
|
|
|
|
|
| |
since that's the only place that it's used.
Submitted by: se (apparently on suggestion from dfr)
Notes:
svn path=/head/; revision=26349
|
| |
|
|
|
|
|
|
|
| |
s/intrmask/intrmask_t/g
Reviewed by: bde, se
Notes:
svn path=/head/; revision=26310
|
| |
|
|
|
|
|
| |
dereference (head->next in intr_disconnect).
Notes:
svn path=/head/; revision=26255
|
|
|
be (eventually) architecture independent. It provides an emulation
of the ISA interrupt registration function register_intr(), but that
function does no longer manipulated the interrupt controller and
interrupt descriptor table, but calls the architecture dependent
function setup_icu() for that purpose.
After theISA/EISA bus code has been modified to directly call the new
interrupt registartion functions (intr_create() and intr_connect()),
the emulation of register_intr() should be dropped.
The C level interrupt handler function should take a (void*) argument,
and the function pointer type (inthand2_t) should defined in some other
place than isa_device.h.
This commit is a pre-requisite for the removal of the PCI specific shared
interrupt code.
Reviewed by: dfr,bde
Notes:
svn path=/head/; revision=26156
|