Use CBREAK mode for the console.
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 8 Jan 2007 19:45:39 +0000 (19:45 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 8 Jan 2007 19:45:39 +0000 (19:45 +0000)
commite7f2d7de9e939bc2af98cc831af49f5e9e09654b
tree441fecb49f99d037be8d2ff1a65a7b237e11ce1a
parent0a3895d4ed14543c1e213ff158ade00b50b2c34c
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