Home | History | Annotate | Download | only in sbus
History log of /src/sys/dev/sbus/genfb_sbus.c
RevisionDateAuthorComments
 1.14  04-Oct-2025  thorpej Use device_{get,set}prop_bool() for "is_console".
 1.13  06-Sep-2020  riastradh uvm/uvm_extern.h, not machine/pmap.h, for pmap(9). Sort includes.
 1.12  05-Sep-2020  riastradh Round of uvm.h cleanup.

The poorly named uvm.h is generally supposed to be for uvm-internal
users only.

- Narrow it to files that actually need it -- mostly files that need
to query whether curlwp is the pagedaemon, which should maybe be
exposed by an external header.

- Use uvm_extern.h where feasible and uvm_*.h for things not exposed
by it. We should split up uvm_extern.h but this will serve for now
to reduce the uvm.h dependencies.

- Use uvm_stat.h and #ifdef UVMHIST uvm.h for files that use
UVMHIST(ubchist), since ubchist is declared in uvm.h but the
reference evaporates if UVMHIST is not defined, so we reduce header
file dependencies.

- Make uvm_device.h and uvm_swap.h independently includable while
here.

ok chs@
 1.11  24-Jul-2014  riastradh Add enable/disable polling hooks to genfb_ops.
 1.10  07-Oct-2010  macallan branches: 1.10.18; 1.10.32;
finish device_t-ification
 1.9  18-Sep-2009  tsutsui branches: 1.9.2; 1.9.4;
- use device_private(), proper types and variables for device_t/softc
- remove unnecessary casts against void pointer

XXX: many inconsistent use of aprint_*(9) and printf(9)
 1.8  17-Sep-2009  tsutsui Remove struct sbusdev and related functions sbus_establish() and sbusreset().
They are derived from 4.4BSD/sparc and have been there since initial import
of NetBSD/sparc in 1993, but the struct sbusdev is almost unused for years,
nothing calls sbusreset(), and all (*sd->sd_reset)() functions look bogus.

Suggested by mrg@ and martin@, and tested on SS1+ and SS20.
 1.7  12-May-2009  cegger struct device * -> device_t, no functional changes intended.
 1.6  12-May-2009  cegger struct cfdata * -> cfdata_t, no functional changes intended.
 1.5  29-Apr-2008  martin branches: 1.5.14;
Convert to new 2 clause license
 1.4  05-Apr-2008  cegger branches: 1.4.2; 1.4.4;
use aprint_*_dev and device_xname
 1.3  19-Oct-2007  ad branches: 1.3.16;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.2  05-Aug-2007  macallan branches: 1.2.2; 1.2.4; 1.2.8; 1.2.10;
fix typo - fbsize is /height/ * stride. Doh.
 1.1  11-Apr-2007  macallan branches: 1.1.4; 1.1.6; 1.1.8; 1.1.10; 1.1.14;
add an sbus frontend fro genfb
in theory this should work on any SBus framebuffer
tested on various cgsix and p9100, needs to be tested on more hardware
 1.1.14.2  26-Oct-2007  joerg Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.
 1.1.14.1  09-Aug-2007  jmcneill Sync with HEAD.
 1.1.10.1  15-Aug-2007  skrll Sync with HEAD.
 1.1.8.2  11-Jul-2007  mjf Sync with head.
 1.1.8.1  11-Apr-2007  mjf file genfb_sbus.c was added on branch mjf-ufs-trans on 2007-07-11 20:08:14 +0000
 1.1.6.4  23-Oct-2007  ad Sync with head.
 1.1.6.3  20-Aug-2007  ad Sync with HEAD.
 1.1.6.2  09-Jun-2007  ad Sync with head.
 1.1.6.1  11-Apr-2007  ad file genfb_sbus.c was added on branch vmlocking on 2007-06-09 21:37:25 +0000
 1.1.4.2  15-Apr-2007  yamt sync with head.
 1.1.4.1  11-Apr-2007  yamt file genfb_sbus.c was added on branch yamt-idlelwp on 2007-04-15 16:03:31 +0000
 1.2.10.2  05-Aug-2007  macallan fix typo - fbsize is /height/ * stride. Doh.
 1.2.10.1  05-Aug-2007  macallan file genfb_sbus.c was added on branch matt-mips64 on 2007-08-05 03:23:03 +0000
 1.2.8.1  25-Oct-2007  bouyer Sync with HEAD.
 1.2.4.3  27-Oct-2007  yamt sync with head.
 1.2.4.2  03-Sep-2007  yamt sync with head.
 1.2.4.1  05-Aug-2007  yamt file genfb_sbus.c was added on branch yamt-lazymbuf on 2007-09-03 14:38:30 +0000
 1.2.2.1  06-Nov-2007  matt sync with HEAD
 1.3.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.4.4.4  09-Oct-2010  yamt sync with head
 1.4.4.3  11-Mar-2010  yamt sync with head
 1.4.4.2  16-May-2009  yamt sync with head
 1.4.4.1  16-May-2008  yamt sync with head.
 1.4.2.1  18-May-2008  yamt sync with head.
 1.5.14.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.9.4.1  05-Mar-2011  rmind sync with head
 1.9.2.1  22-Oct-2010  uebayasi Sync with HEAD (-D20101022).
 1.10.32.1  10-Aug-2014  tls Rebase.
 1.10.18.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.

RSS XML Feed