Home | History | Annotate | Download | only in jazz
History log of /src/sys/arch/arc/jazz/pckbc_jazzio.c
RevisionDateAuthorComments
 1.19  18-Nov-2020  thorpej malloc(9) -> kmem(9)
 1.18  15-Mar-2008  cube branches: 1.18.104;
Split device_t and softc for pckbc(4) and its attachments.
 1.17  05-Jan-2008  ad branches: 1.17.2; 1.17.6;
Fix includes.
 1.16  17-Oct-2007  garbled branches: 1.16.2; 1.16.8;
Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
 1.15  09-Jul-2007  ad branches: 1.15.10;
Merge some of the less invasive changes from the vmlocking branch:

- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements
 1.14  11-Dec-2005  christos branches: 1.14.30; 1.14.32; 1.14.38;
merge ktrace-lwp.
 1.13  22-Jan-2005  tsutsui branches: 1.13.8;
Use M_ZERO flag for malloc(9) and remove bzero(9).
 1.12  22-Jan-2005  tsutsui - remove __P()
- use ANSI function decls
- u_intNN_t -> uintNN_t
- some KNF
 1.11  24-Mar-2004  drochner branches: 1.11.8;
remove license clauses 3 and 4 from my cpoyright notices
 1.10  13-Mar-2004  bjh21 Abstract the interface between pckbc(4), and the pckbd(4) and pms(4)
drivers that attach to it. This allows for other host interface chips
that use the same keyboards and mice, such as the ones in the ARM
IOMD20, ARM7500, and SA-1111. The PC-compatible driver is still
called pckbc(4), and the new abstraction layer is "pckbport", so the
child devices have moved from sys/dev/pckbc to sys/dev/pckbport, which
also contains some code shared between all host controllers. To avoid
incompatibility, pckbdreg.h is still installed in
/usr/include/dev/pckbc.

In theory, this shouldn't cause any behavioural changes in the drivers
concerned. Thy just use rather more function pointers than before. Tested
on i386 and (with a new host driver) acorn32. Compiled on several other
affected architectures.
 1.9  15-Jul-2003  lukem __KERNEL_RCSID()
 1.8  19-Jan-2003  tsutsui branches: 1.8.2;
TAB/space cleanup.
 1.7  28-Dec-2002  tsutsui Change device names in struct pica_dev to match ones used by ARC BIOS.
All of these parameters should be obtained from ARC BIOS, and we will
switch to the way in future. As per discussion with soda.
 1.6  02-Oct-2002  thorpej Use CFATTACH_DECL().
 1.5  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.4  23-Jul-2001  jdolecek branches: 1.4.6;
Since ~all pckbc_poll_data1() callers had the appropriate pckbc
tag handy and we are going to need more of it in pckbc_poll_data1() soon,
change pckbc_poll_data1() to accept it as first arg. iot, ioh_d, ioh_c are
no longer passed separately. Use fabricated pckbc tag for calls from
arch/arc/jazz/pckbc_jazzio.c and dev/isa/pckbc_isa.c.
 1.3  13-Jun-2001  soda branches: 1.3.2;
remove "cputype", introduce "struct jazzio_config *jazzio_conf;" to
describe platform-dependent variants. clean up jazz i/o interreupt
handling had device configuration information.
 1.2  24-Dec-2000  ur branches: 1.2.2;
Switch pica to jazzio.
Split shared MD portion between algor and jazzio.
 1.1  17-Jun-2000  soda branches: 1.1.4; 1.1.6;
vga/pckbc attachment for Jazz-Internal Bus of Magnum derived machines
(including Pica, NEC RISCstation/RISCserver).
 1.1.6.3  05-Jan-2001  bouyer Sync with HEAD
 1.1.6.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.1.6.1  17-Jun-2000  bouyer file pckbc_jazzio.c was added on branch thorpej_scsipi on 2000-11-20 20:00:40 +0000
 1.1.4.2  22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.1.4.1  17-Jun-2000  minoura file pckbc_jazzio.c was added on branch minoura-xpg4dl on 2000-06-22 16:59:17 +0000
 1.2.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.3.2.2  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.3.2.1  03-Aug-2001  lukem update to -current
 1.4.6.3  29-Dec-2002  thorpej Sync with HEAD.
 1.4.6.2  18-Oct-2002  nathanw Catch up to -current.
 1.4.6.1  23-Jul-2001  nathanw file pckbc_jazzio.c was added on branch nathanw_sa on 2002-10-18 02:35:17 +0000
 1.8.2.4  24-Jan-2005  skrll Sync with HEAD.
 1.8.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.8.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.8.2.1  03-Aug-2004  skrll Sync with HEAD
 1.11.8.1  29-Apr-2005  kent sync with -current
 1.13.8.3  17-Mar-2008  yamt sync with head.
 1.13.8.2  21-Jan-2008  yamt sync with head
 1.13.8.1  03-Sep-2007  yamt sync with head.
 1.14.38.1  03-Oct-2007  garbled Sync with HEAD
 1.14.32.1  11-Jul-2007  mjf Sync with head.
 1.14.30.1  15-Jul-2007  ad Sync with head.
 1.15.10.3  23-Mar-2008  matt sync with HEAD
 1.15.10.2  09-Jan-2008  matt sync with HEAD
 1.15.10.1  06-Nov-2007  matt sync with HEAD
 1.16.8.1  08-Jan-2008  bouyer Sync with HEAD
 1.16.2.1  18-Feb-2008  mjf Sync with HEAD.
 1.17.6.1  03-Apr-2008  mjf Sync with HEAD.
 1.17.2.1  24-Mar-2008  keiichi sync with head.
 1.18.104.1  14-Dec-2020  thorpej Sync w/ HEAD.

RSS XML Feed