John Baldwin 57fb5e6097 - Use bus_setup_intr() and bus_teardown_intr() to register device driver
interrupt handlers rather than BUS_SETUP_INTR() and BUS_TEARDOWN_INTR().
  Uses of the BUS_*() versions in the implementation of foo_intr methods
  in bus drivers were not changed.  Mostly this just means that some
  drivers might start printing diagnostic messages like [FAST] when
  appropriate as well as honoring mpsafenet=0.
- Fix two more of the ppbus drivers' identify routines to function
  correctly in the mythical case of a machine with more than one ppbus.
2006-02-22 18:16:26 +00:00
..
2005-12-28 21:18:55 +00:00
2006-02-21 03:16:58 +00:00
2005-12-04 02:12:43 +00:00
2006-02-15 18:36:52 +00:00
2005-12-17 07:09:17 +00:00
2006-02-11 03:50:03 +00:00
2005-05-10 12:02:18 +00:00
2005-10-19 00:25:39 +00:00
2006-02-21 03:19:24 +00:00
2005-12-04 02:12:43 +00:00
2006-01-17 16:53:50 +00:00
2005-11-12 19:14:21 +00:00
2005-05-19 21:16:50 +00:00
2005-02-27 22:01:09 +00:00
2006-02-18 01:04:08 +00:00
2005-12-20 21:41:52 +00:00
2005-09-21 22:45:14 +00:00