Home | History | Annotate | Download | only in tx
History log of /src/sys/arch/hpcmips/tx/tx39power.c
RevisionDateAuthorComments
 1.21  27-Oct-2012  chs split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.20  12-Feb-2012  matt branches: 1.20.6;
Change old-style function defintions to C89 prototypes.

Approved by releng.
 1.19  28-Apr-2008  martin branches: 1.19.34; 1.19.38;
Remove clause 3 and 4 from TNF licenses
 1.18  26-Jan-2008  tsutsui branches: 1.18.6; 1.18.8; 1.18.10;
Make these TX39xx stuff compile without "-mips2" option.
TX39xx has a sync instruction, but it doesn't support all mips2 instructions.
 1.17  24-Mar-2006  tsutsui branches: 1.17.12; 1.17.28; 1.17.38; 1.17.44;
Remove unused #define TX39POWERDEBUG. Closes PR port-hpcmips/30039.
 1.16  07-Mar-2006  he branches: 1.16.2;
Remove local ISSET macro definition.
 1.15  24-Dec-2005  perry branches: 1.15.4; 1.15.6; 1.15.8; 1.15.10;
__asm__ -> __asm
__const__ -> const
__inline__ -> inline
__volatile__ -> volatile
 1.14  11-Dec-2005  christos merge ktrace-lwp.
 1.13  15-Jul-2003  lukem branches: 1.13.16;
__KERNEL_RCSID()
 1.12  02-Oct-2002  thorpej branches: 1.12.6;
Use CFATTACH_DECL().
 1.11  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.10  29-Jan-2002  uch clean up debug print and configuration.
 1.9  14-Jun-2001  uch branches: 1.9.2; 1.9.8;
ANSI KNF. and change my copyright to TNF copyright.
 1.8  22-Oct-2000  uch branches: 1.8.2; 1.8.4;
new I/O modules framework for TX based system.
 1.7  04-Oct-2000  uch experimental power management support for TX3912/TX3922 based model.
 1.6  22-May-2000  uch debug frame buffer draw routines moved to video_subr.c.
plumvideo also use it.
 1.5  16-Jan-2000  uch add platform dependent TX39 UART module hook.
remove delay from tc5165buf interrupt handler.
backlight config_hook.
 1.4  03-Jan-2000  uch Change tx_poll_establish implementation and interface.
 1.3  12-Dec-1999  uch branches: 1.3.2;
set stop timer interval.
 1.2  07-Dec-1999  uch TX3922, tx39_poll_intr uses stop timer interrupt as sampling interrupt.
 1.1  20-Nov-1999  uch Toshiba TX3912/3922 internal modules.
 1.3.2.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.8.4.1  21-Jun-2001  nathanw Catch up to -current.
 1.8.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.8.2.1  22-Oct-2000  bouyer file tx39power.c was added on branch thorpej_scsipi on 2000-11-20 20:47:26 +0000
 1.9.8.3  18-Oct-2002  nathanw Catch up to -current.
 1.9.8.2  28-Feb-2002  nathanw Catch up to -current.
 1.9.8.1  14-Jun-2001  nathanw file tx39power.c was added on branch nathanw_sa on 2002-02-28 04:10:02 +0000
 1.9.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.9.2.1  11-Feb-2002  jdolecek Sync w/ -current.
 1.12.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.12.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.12.6.1  03-Aug-2004  skrll Sync with HEAD
 1.13.16.2  04-Feb-2008  yamt sync with head.
 1.13.16.1  21-Jun-2006  yamt sync with head.
 1.15.10.1  19-Apr-2006  elad sync with head - hopefully this will work
 1.15.8.2  01-Apr-2006  yamt sync with head.
 1.15.8.1  13-Mar-2006  yamt sync with head.
 1.15.6.1  22-Apr-2006  simonb Sync with head.
 1.15.4.1  09-Sep-2006  rpaulo sync with head
 1.16.2.1  28-Mar-2006  tron Merge 2006-03-28 NetBSD-current into the "peter-altq" branch.
 1.17.44.1  18-Feb-2008  mjf Sync with HEAD.
 1.17.38.1  23-Mar-2008  matt sync with HEAD
 1.17.28.1  03-Jun-2008  skrll Sync with netbsd-4.
 1.17.12.1  22-Feb-2008  bouyer Pull up following revision(s) (requested by tsutsui in ticket #1065):
sys/arch/mips/mips/locore_mips1.S: revision 1.64
sys/arch/hpcmips/conf/TX3912: revision 1.68
sys/arch/hpcmips/conf/TX3922: revision 1.80
sys/arch/hpcmips/conf/GENERIC: revision 1.199
sys/arch/hpcmips/tx/tx39power.c: revision 1.18
sys/arch/mips/mips/cache_tx39.c: revision 1.6
Make these TX39xx stuff compile without "-mips2" option.
TX39xx has a sync instruction, but it doesn't support all mips2 instructions.
Add "-mdivide-breaks" to CPUFLAGS in GENERIC, and
use "-march=r3900" for CPUFLAGS in TX3912 and TX3922.
 1.18.10.1  16-May-2008  yamt sync with head.
 1.18.8.1  18-May-2008  yamt sync with head.
 1.18.6.1  02-Jun-2008  mjf Sync with HEAD.
 1.19.38.1  18-Feb-2012  mrg merge to -current.
 1.19.34.2  30-Oct-2012  yamt sync with head
 1.19.34.1  17-Apr-2012  yamt sync with head
 1.20.6.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC

RSS XML Feed