:
:In message <[EMAIL PROTECTED]> Matthew Dillon writes:
:: It's getting clean enough that you can almost understand the interrupt
:: code :-)
:
:Cool. That's one part of the kernel that I've not quite fully
:understood. I always figured there was something I was missing about
:the code and why it needed to be as complex as it was...
:
:Warner
I think most of the complexity was due to all the conditional
assembly. A lot of things were tried during development and at
some point something 'stuck' and became a working base. Then all further
development seemed to add complexity to do endruns around problems
or inefficiencies with the base piece.
Conceptually it really isn't that big a deal. I'll document the
routines more in the next patch.
-Matt
Matthew Dillon
<[EMAIL PROTECTED]>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message