CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/16 21:32:10
Modified files:
sys/dev/pci : pccbb.c
Log message:
we have splraise() now
previously the code would do a series of comparisons to IPL_FOO and
IPL_BAR, and use splfoo() and splbar() as needed, but for like a
dozen different IPl levels (i may be exaggerating). splraise() rolls
all of that up.
ok deraadt@ mpi@
