On Tue, Sep 06, 2005 at 12:25:23AM -0500, Andrew Daugherity wrote: > === > a) biomask e74d netmask ff4d ttymask ffef ...
this are the interrupt masks (on i386) for the levels IPL_BIO, IPL_NET and IPL_TTY after autoconfiguration has finished. They will be modified again when clock and rtc are initialized, i.e. interrupts 0 and 8 will be unblocked on all three levels.

