Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/sun3/dev/fbvar.h
RevisionDateAuthorComments
 1.14  12-Feb-2022  riastradh sys: Fix various abuse of struct device internals.

Will help to make struct device opaque later.
 1.13  28-Jun-2008  tsutsui Split softc/device_t, with misc cosmetic changes.
 1.12  04-Mar-2007  christos branches: 1.12.40; 1.12.44; 1.12.46; 1.12.48;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.11  05-Oct-2006  tsutsui branches: 1.11.4;
Make sun3 use common sun68k/sun68k/isr.c, sun68k/include/cpu.h and
sun68k/include/intr.h.

This also means now sun3 has GENERIC_SOFT_INTERRUPTS support,
so also adapt fd.c and zs.c to MI softintr(9) APIs.

(I'll also update related sources in yamt-splraiseipl branch later)
 1.10  11-Dec-2005  christos branches: 1.10.20; 1.10.22;
merge ktrace-lwp.
 1.9  22-Jan-2005  chs branches: 1.9.8;
de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
 1.8  07-Aug-2003  agc branches: 1.8.8;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.7  23-Oct-2002  jdolecek branches: 1.7.6;
merge kqueue branch into -current

kqueue provides a stateful and efficient event notification framework
currently supported events include socket, file, directory, fifo,
pipe, tty and device changes, and monitoring of processes and signals

kqueue is supported by all writable filesystems in NetBSD tree
(with exception of Coda) and all device drivers supporting poll(2)

based on work done by Jonathan Lemon for FreeBSD
initial NetBSD port done by Luke Mewburn and Jason Thorpe
 1.6  26-Jun-2000  simonb branches: 1.6.2; 1.6.4; 1.6.8;
Change the kernel mmap interface so that the offset to map is an
"off_t" and the return value is a "paddr_t" to allow mappings
at offsets past 2^31 bytes. Somewhat inspired by FreeBSD, which
only changed the offset to a "vm_offset_t".

Includes updates for the i386, pc532 and sh3 mmmmap from Jason Thorpe.
 1.5  08-Feb-1998  gwr branches: 1.5.14; 1.5.24;
Add fb_eeprom_setsize() for setting the FB size based on the EEPROM
value (to be used only if unit=0). Add P4 helper functions:
fb_pfour_id, fb_pfour_setsize, fb_pfour_{get,set}_video
 1.4  17-Dec-1996  gwr Make this compile with -Werror -Wall -Wstrict-prototypes
(finally! yea!) Also get rid of __BROKEN_INDIRECT_CONFIG
 1.3  29-Oct-1996  gwr Fix typo (fbattach => fb_attach)
 1.2  07-Apr-1995  gwr Changed fb_attach() interface
 1.1  10-Mar-1995  gwr New frame-buffer support from Chuck Silvers (plus some tweaks from me)
 1.5.24.1  30-Jun-2000  simonb Pull up mmap paddr_t/off_t changes from trunk.
 1.5.14.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.6.8.1  11-Nov-2002  nathanw Catch up to -current
 1.6.4.1  28-Jun-2002  jdolecek provide kqfilter hooks (equivalent to seltrue() for poll() case), and
hook them to fb driver
 1.6.2.1  10-Oct-2001  fvdl Convert all remaining devices.
 1.7.6.5  04-Feb-2005  skrll Adapt to branch.
 1.7.6.4  24-Jan-2005  skrll Sync with HEAD.
 1.7.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.7.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.7.6.1  03-Aug-2004  skrll Sync with HEAD
 1.8.8.1  29-Apr-2005  kent sync with -current
 1.9.8.3  03-Sep-2007  yamt sync with head.
 1.9.8.2  30-Dec-2006  yamt sync with head.
 1.9.8.1  21-Jun-2006  yamt sync with head.
 1.10.22.1  06-Oct-2006  tsutsui Sync files of recent sun3 and sun68k merge and intersil7170(4) changes
with HEAD to build sun3 kernel on this branch.
 1.10.20.1  18-Nov-2006  ad Sync with head.
 1.11.4.1  12-Mar-2007  rmind Sync with HEAD.
 1.12.48.1  03-Jul-2008  simonb Sync with head.
 1.12.46.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.12.44.1  04-May-2009  yamt sync with head.
 1.12.40.1  29-Jun-2008  mjf Sync with HEAD.

RSS XML Feed