freebsd-nq/sys/arm
John Baldwin 19e9205a23 Simplify the pager support in DDB. Allowing different db commands to
install custom pager functions didn't actually happen in practice (they
all just used the simple pager and passed in a local quit pointer).  So,
just hardcode the simple pager as the only pager and make it set a global
db_pager_quit flag that db commands can check when the user hits 'q' (or a
suitable variant) at the pager prompt.  Also, now that it's easy to do so,
enable paging by default for all ddb commands.  Any command that wishes to
honor the quit flag can do so by checking db_pager_quit.  Note that the
pager can also be effectively disabled by setting $lines to 0.

Other fixes:
- 'show idt' on i386 and pc98 now actually checks the quit flag and
  terminates early.
- 'show intr' now actually checks the quit flag and terminates early.
2006-07-12 21:22:44 +00:00
..
arm Simplify the pager support in DDB. Allowing different db commands to 2006-07-12 21:22:44 +00:00
at91 Comment out the mapping of the OHCI controller registers va == pa. This 2006-07-12 00:48:50 +00:00
compile
conf comment out twi for now: no iicbus in KB920X: it breaks booting 2006-06-17 23:34:59 +00:00
include Add partial pmap locking. 2006-06-06 04:32:20 +00:00
sa11x0 Don't forget to define uart_sa1110_vaddr. 2006-06-21 10:56:59 +00:00
xscale Remove a bogus, useless, "i++". 2006-06-06 20:47:59 +00:00