Use CBREAK mode for the console.
commitd09570bfcb4dce8c41f8e64f45372c258db579ac
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 8 Jan 2007 19:45:39 +0000 (8 19:45 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 8 Jan 2007 19:45:39 +0000 (8 19:45 +0000)
tree573bc3858726f3b21b331ca856cc895c4654da71
parentaf8f33bae6f8e0446c722c97d2905bf120d479c5
Use CBREAK mode for the console.

Adjust code for new vm_fault_page*() semantics (it now marks the page as
referenced and dirties it automatically so the caller doesn't have to).

Fix a VPTE_W or VPTE_WIRED snafu.
FIx a PG_MANAGED vs VPTE_MANAGED snafu.

Add additional VPTE_ bit definitions.
sys/platform/vkernel/platform/console.c
sys/platform/vkernel/platform/copyio.c
sys/platform/vkernel/platform/pmap.c
sys/sys/vkernel.h