Home | History | Annotate | Download | only in jazz
History log of /src/sys/arch/arc/jazz/vga_jazzio.c
RevisionDateAuthorComments
 1.18  20-Dec-2023  thorpej Remove unnecessary <sys/malloc.h>.
 1.17  01-Jul-2011  dyoung #include <sys/bus.h> instead of <machine/bus.h>.
 1.16  06-Mar-2011  tsutsui Remove trailing spaces.
 1.15  14-Mar-2008  cube branches: 1.15.26; 1.15.32;
Split device_t and softc for all attachments of vga(4).
 1.14  11-Dec-2005  christos branches: 1.14.50; 1.14.70; 1.14.74;
merge ktrace-lwp.
 1.13  05-Nov-2005  tsutsui Adapt arc port to the new MI mips3 wired map functions.
Tested on NEC-RD94 with several PCI and jazzio devices.
 1.12  03-Jun-2005  tsutsui branches: 1.12.2;
Add const.
 1.11  22-Jan-2005  tsutsui - remove __P()
- use ANSI function decls
- u_intNN_t -> uintNN_t
- some KNF
 1.10  15-Jul-2003  lukem branches: 1.10.8;
__KERNEL_RCSID()
 1.9  02-Oct-2002  thorpej branches: 1.9.6;
Use CFATTACH_DECL().
 1.8  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.7  26-Jul-2002  tsutsui vga_common_attach() now seems to take quirks arg.

BTW, why don't we put it into vc_quirks member of vga_softc directly
in MD attachments?
 1.6  14-Sep-2001  thorpej branches: 1.6.4; 1.6.12;
Allow bus front-end to provide both ioctl and mmap entry points,
and also the wsdisplay type.

Based on changes from Simon Burge <simonb@wasabisystems.com>.
 1.5  13-Jun-2001  soda branches: 1.5.2; 1.5.4;
make vga frontend does same thing with pccons frontend
 1.4  24-Dec-2000  ur branches: 1.4.2;
Switch pica to jazzio.
Split shared MD portion between algor and jazzio.
 1.3  14-Aug-2000  thorpej branches: 1.3.2;
Just add the mmap argument to vga_common_attach(), don't bother
with vga_extended_attach().
 1.2  26-Jun-2000  simonb 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.1  17-Jun-2000  soda branches: 1.1.2; 1.1.4;
vga/pckbc attachment for Jazz-Internal Bus of Magnum derived machines
(including Pica, NEC RISCstation/RISCserver).
 1.1.4.2  22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.1.4.1  17-Jun-2000  minoura file vga_jazzio.c was added on branch minoura-xpg4dl on 2000-06-22 16:59:17 +0000
 1.1.2.1  30-Jun-2000  simonb Pull up mmap paddr_t/off_t changes from trunk.
 1.3.2.3  05-Jan-2001  bouyer Sync with HEAD
 1.3.2.2  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.3.2.1  14-Aug-2000  bouyer file vga_jazzio.c was added on branch thorpej_scsipi on 2000-11-20 20:00:40 +0000
 1.4.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.5.4.1  01-Oct-2001  fvdl Catch up with -current.
 1.5.2.3  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.5.2.2  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.5.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.6.12.1  30-Aug-2002  gehenna catch up with -current.
 1.6.4.3  18-Oct-2002  nathanw Catch up to -current.
 1.6.4.2  01-Aug-2002  nathanw Catch up to -current.
 1.6.4.1  14-Sep-2001  nathanw file vga_jazzio.c was added on branch nathanw_sa on 2002-08-01 02:41:10 +0000
 1.9.6.5  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.9.6.4  24-Jan-2005  skrll Sync with HEAD.
 1.9.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.9.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.9.6.1  03-Aug-2004  skrll Sync with HEAD
 1.10.8.1  29-Apr-2005  kent sync with -current
 1.12.2.2  17-Mar-2008  yamt sync with head.
 1.12.2.1  21-Jun-2006  yamt sync with head.
 1.14.74.1  03-Apr-2008  mjf Sync with HEAD.
 1.14.70.1  24-Mar-2008  keiichi sync with head.
 1.14.50.1  23-Mar-2008  matt sync with HEAD
 1.15.32.1  06-Jun-2011  jruoho Sync with HEAD.
 1.15.26.1  21-Apr-2011  rmind sync with head

RSS XML Feed