thorpej a09051fa6d Make this compile on 32-bit architectures again:
- Fix a really obvious error: ipl_enable() disappeared, but the guts of
  the function were scrunched into the "no-op" BSD pseudo-device attach
  routine.  Would not compile, because of non-void return from a void
  function.  Fixed by reincarnating ipl_enable(), and reimplementing
  the no-op pseudo-device attach.
- #ifdef as appropriate to remove unused variable warnings.
- Call ipl_enable() in iplinit(), rather than the no-op ipfilterattach().
1997-05-27 01:15:21 +00:00
..
1997-05-25 12:40:11 +00:00
1997-05-25 12:40:11 +00:00
1997-05-25 12:40:11 +00:00
1997-05-25 12:40:11 +00:00
1997-05-26 15:18:15 +00:00
1997-05-25 12:40:11 +00:00
1997-05-25 12:40:11 +00:00
1997-05-26 15:18:15 +00:00
1997-05-26 15:18:15 +00:00
1997-05-25 12:40:11 +00:00
1997-05-25 12:40:11 +00:00