History log of /src/sys/arch/hpcmips/vr/cmu.c |
Revision | | Date | Author | Comments |
1.14 |
| 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.13 |
| 11-Dec-2005 |
christos | branches: 1.13.112; 1.13.122; merge ktrace-lwp.
|
1.12 |
| 15-Jul-2003 |
lukem | __KERNEL_RCSID()
|
1.11 |
| 02-Oct-2002 |
thorpej | branches: 1.11.6; Use CFATTACH_DECL().
|
1.10 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.9 |
| 02-Feb-2002 |
takemura | Removed __vrcmu_supply() and __vrgiu_out(), which are need to enable serial port before auto configuration.
Boot loaders (pbsdboot and hpcboot) are responsible to enable the port because the kernel can't enable serial port for console any more.
|
1.8 |
| 29-Jan-2002 |
uch | clean up debug print and configuration.
|
1.7 |
| 27-Jan-2002 |
takemura | Added vripif.
|
1.6 |
| 26-Jan-2002 |
takemura | Straightened vripvar.h
|
1.5 |
| 16-Sep-2001 |
uch | branches: 1.5.4; ANSIfy, KNF.
|
1.4 |
| 11-Jun-2001 |
enami | branches: 1.4.2; 1.4.4; Cosmetic changes.
|
1.3 |
| 18-Apr-2001 |
sato | use VRIP_CMU_ADDR in vr/vripreg.h
|
1.2 |
| 07-Sep-2000 |
sato | branches: 1.2.2; - adapt config_hook(CONFIG_HOOK_PMEVENT,..) save cmu clock mask register and disable all clock when PWR_SUSPEND event. restore saved cmu clock mask register when PWR_RESUME event.
|
1.1 |
| 16-Sep-1999 |
takemura | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 16-Sep-1999 |
takemura | branches: 1.1.1.1.2; Import NetBSD/hpcmips source files from hpcmips repository. file list: sys/arch/hpcmips/ distrib/hpcmips/ etc/etc.hpcmips/ lib/libc/arch/mips/fplib/ lib/libc/arch/mips/fplib/Makefile.inc lib/libc/arch/mips/fplib/environment.h lib/libc/arch/mips/fplib/fplib_glue.c lib/libc/arch/mips/fplib/fplib_libc.c lib/libc/arch/mips/fplib/hpcmips-gcc.h lib/libc/arch/mips/fplib/softfloat-macros.h lib/libc/arch/mips/fplib/softfloat-specialize.h lib/libc/arch/mips/fplib/softfloat.c lib/libc/arch/mips/fplib/softfloat.h lib/libc/arch/mips/gen/ieee.h lib/libc/arch/mips/gen/sf_fabs.c lib/libc/arch/mips/gen/sf_flt_rounds.c lib/libc/arch/mips/gen/sf_fpgetmask.c lib/libc/arch/mips/gen/sf_fpgetround.c lib/libc/arch/mips/gen/sf_fpgetsticky.c lib/libc/arch/mips/gen/sf_fpsetmask.c lib/libc/arch/mips/gen/sf_fpsetround.c lib/libc/arch/mips/gen/sf_fpsetsticky.c lib/libc/arch/mips/gen/sf_isinf.c lib/libc/arch/mips/gen/sf_ldexp.c lib/libc/arch/mips/gen/sf_modf.c
|
1.1.1.1.2.2 |
| 21-Apr-2001 |
bouyer | Sync with HEAD
|
1.1.1.1.2.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.2.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.4.4.1 |
| 01-Oct-2001 |
fvdl | Catch up with -current.
|
1.4.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.4.2.2 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
1.4.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.5.4.3 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.5.4.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.5.4.1 |
| 16-Sep-2001 |
nathanw | file cmu.c was added on branch nathanw_sa on 2002-02-28 04:10:03 +0000
|
1.11.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.11.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.11.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.13.122.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.13.112.1 |
| 30-Oct-2012 |
yamt | sync with head
|