Module Name:src
Committed By: skrll
Date: Sat Feb 15 07:38:22 UTC 2014
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/hp700/hp700/machdep.c
Please note tha
Module Name:src
Committed By: skrll
Date: Thu Jan 16 13:19:36 UTC 2014
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Add some 715 machines to cpu_model_cpuid including the 715/100 that
Ryo ONODERA has.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: skrll
Date: Thu Jan 16 13:07:07 UTC 2014
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Drop CPU detection by features and panic if a CPU isn't detected via
PDC_MODEL_CPUID or cpu_model_cpuid.
To generate a diff of this com
Module Name:src
Committed By: skrll
Date: Sat Oct 19 14:01:00 UTC 2013
Modified Files:
src/sys/arch/hp700/hp700: disksubr.c
Log Message:
Remove unused variable.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hp700/hp700/disksubr.c
Please note
Module Name:src
Committed By: skrll
Date: Sat Oct 19 13:21:43 UTC 2013
Modified Files:
src/sys/arch/hp700/hp700: autoconf.c
Log Message:
Remember to unmap pagezero once we've finished with it. Found by gcc 4.8.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.5
Module Name:src
Committed By: skrll
Date: Sat Oct 19 13:16:30 UTC 2013
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Use __unused for a variable and use the correct #ifdef for a block of
code.
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1
Module Name:src
Committed By: skrll
Date: Sat Oct 19 13:15:53 UTC 2013
Modified Files:
src/sys/arch/hp700/hp700: mainbus.c
Log Message:
Add __unused to a variable
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/hp700/hp700/mainbus.c
Please not
Module Name:src
Committed By: skrll
Date: Sat Oct 19 13:13:09 UTC 2013
Modified Files:
src/sys/arch/hp700/hp700: intr.c
Log Message:
Sprinkle __unused.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/hp700/hp700/intr.c
Please note that diffs a
Module Name:src
Committed By: dsl
Date: Fri Jun 8 07:53:41 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Fix type of variable passed to sysctl (int -> bool).
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/arch/hp700/h
Module Name:src
Committed By: skrll
Date: Wed May 23 11:18:46 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: genassym.cf
Log Message:
Reorder to match struct. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/hp700/hp700
Module Name:src
Committed By: skrll
Date: Wed May 23 11:08:33 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: autoconf.c
Log Message:
Style.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/hp700/hp700/autoconf.c
Please note that diffs are n
Module Name:src
Committed By: skrll
Date: Wed May 23 11:04:54 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: intr.c
Log Message:
Update a comment.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/hp700/hp700/intr.c
Please note that diffs ar
Module Name:src
Committed By: skrll
Date: Wed May 23 08:59:36 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/sys/arch/hp700/hp700/machdep.c
Please note that diffs a
Module Name:src
Committed By: skrll
Date: Wed May 23 07:31:31 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: intr.c
Log Message:
Make a #define MULTIPROCESSOR kernel compile
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/hp700/hp700/intr.c
Module Name:src
Committed By: skrll
Date: Mon May 21 08:14:58 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: autoconf.c
Log Message:
Use hppa_enable_irq
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/hp700/hp700/autoconf.c
Please note tha
Module Name:src
Committed By: dholland
Date: Wed Apr 25 07:58:43 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Add missing parenthesis in debug code. PR 46370 from Henning Petersen.
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.1
Module Name:src
Committed By: skrll
Date: Thu Apr 5 20:12:09 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Replace #ifdef DEBUG/BTLBDEBUG with DPRINTF{,N}
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/hp700/hp70
Module Name:src
Committed By: skrll
Date: Thu Mar 29 09:26:24 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: intr.c
Log Message:
Check for HPPA_SID_KERNEL when checking for interrupt in the
mutex_enter critical section.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: skrll
Date: Thu Mar 1 21:10:01 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: intr.c
Log Message:
Use __func__ in panic messages.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/hp700/hp700/intr.c
Please note
Module Name:src
Committed By: skrll
Date: Sun Feb 26 07:52:52 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Use new HPPA_CPU_PCXWP for PA8600 (Landshark)
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/arch/hp700/hp700/
Module Name:src
Committed By: skrll
Date: Thu Feb 23 21:38:53 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: disksubr.c machdep.c machdep.h mainbus.c
Log Message:
u_intXX_t -> uintXX_t
Same code before and after.
To generate a diff of this commit:
cvs rdiff -u -r1.2
Module Name:src
Committed By: skrll
Date: Sun Feb 5 08:27:37 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: conf.c
Log Message:
-Wextra -Wno-unused-parameter
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hp700/hp700/conf.c
Please note th
Module Name:src
Committed By: skrll
Date: Sun Feb 5 08:24:43 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Use __arrarycount(cpu_types) to bound the table search and not NULL
check. The NULL check was wrong.
To generate a diff of this commit:
Module Name:src
Committed By: skrll
Date: Sun Feb 5 08:23:12 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
-Wextra -Wno-unused-parameter
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/arch/hp700/hp700/machdep.c
Pleas
Module Name:src
Committed By: skrll
Date: Fri Jan 13 07:05:57 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: autoconf.c
Log Message:
Allow uturn(4) to provide the boot device.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/hp700/hp700/auto
Module Name:src
Committed By: skrll
Date: Fri Jan 13 07:01:04 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: autoconf.c
Log Message:
Make device_register less ugly.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/hp700/hp700/autoconf.c
Ple
Module Name:src
Committed By: skrll
Date: Mon Jan 9 19:40:55 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/sys/arch/hp700/hp700/machdep.c
Please note that diffs are not
Module Name:src
Committed By: martin
Date: Mon Jan 9 15:15:40 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: mainbus.c
Log Message:
Avoid a warning in kernels w/o LCD support
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/arch/hp700/hp700/main
Module Name:src
Committed By: skrll
Date: Fri Jan 6 22:14:05 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: autoconf.c
Log Message:
s/aprint_verbose/aprint_debug/
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/hp700/hp700/autoconf.c
Plea
Module Name:src
Committed By: skrll
Date: Tue Jan 3 06:11:21 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: locore.S
Log Message:
Tidy up the M[FT]CPU_* hv-specific instructions some more.
Same code before and after change.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: skrll
Date: Mon Dec 19 10:57:00 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: locore.S
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/hp700/hp700/locore.S
Please note that diffs are
Module Name:src
Committed By: skrll
Date: Mon Dec 5 15:04:27 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Fix mm_md_kernacc to report correct status for the direct mapped pages
between kernel start and end of physical memory. Report everythin
Module Name:src
Committed By: skrll
Date: Wed Feb 23 08:27:18 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: mainbus.c
Log Message:
Fix call to pmap_update.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/hp700/hp700/mainbus.c
Please note
Module Name:src
Committed By: skrll
Date: Fri Feb 4 14:51:03 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: intr.c
Log Message:
mask should really be unsigned. it doesn't actually matter.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/hp7
Module Name:src
Committed By: skrll
Date: Fri Feb 4 14:35:30 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: intr.c
Log Message:
Another change to suit my eye.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/hp700/hp700/intr.c
Please note
Module Name:src
Committed By: skrll
Date: Thu Feb 3 20:37:09 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: mainbus.c
Log Message:
Replace -1 with HP700CF_IRQ_UNDEF
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/arch/hp700/hp700/mainbus.c
Ple
Module Name:src
Committed By: skrll
Date: Tue Feb 1 18:12:10 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: intr.c
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/hp700/hp700/intr.c
Please note tha
Module Name:src
Committed By: skrll
Date: Sun Jan 23 09:18:29 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: genassym.cf
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/hp700/hp700/genassym.cf
Please note that diff
Module Name:src
Committed By: skrll
Date: Sun Jan 23 08:52:02 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: locore.S
Log Message:
Correct/add some comments about eiem.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/hp700/hp700/locore.S
P
Module Name:src
Committed By: skrll
Date: Sat Jan 22 19:27:44 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: genassym.cf
Log Message:
Make __SIMPLELOCK_RAW_UNLOCKED available.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/hp700/hp700/gena
Module Name:src
Committed By: skrll
Date: Thu Jan 20 19:43:17 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: intr.h
Log Message:
#define
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hp700/hp700/intr.h
Please note that diffs are not publ
Module Name:src
Committed By: skrll
Date: Mon Jan 17 12:37:46 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: locore.S
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/hp700/hp700/locore.S
Please note that diffs are
Module Name:src
Committed By: skrll
Date: Fri Jan 14 16:48:15 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: autoconf.c
Log Message:
Tweak aprint_verbose output.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/hp700/hp700/autoconf.c
Please
Module Name:src
Committed By: skrll
Date: Fri Jan 14 16:37:11 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: autoconf.c
Log Message:
Copy the pdc_iodc_read data when creating a device.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/hp700/h
Module Name:src
Committed By: skrll
Date: Wed Jan 12 21:18:23 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: locore.S
Log Message:
LOCKDEBUG isn't used here.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/hp700/hp700/locore.S
Please note
Module Name:src
Committed By: skrll
Date: Fri Dec 24 16:03:54 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: intr.c
Log Message:
#include "opt_lockdebug.h"
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/hp700/hp700/intr.c
Please note that
Module Name:src
Committed By: skrll
Date: Sun Dec 12 08:54:26 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Remove an XXX.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/hp700/hp700/machdep.c
Please note that diffs
Module Name:src
Committed By: skrll
Date: Sun Dec 12 08:52:49 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Fix DEBUG build after previous.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/hp700/hp700/machdep.c
Pleas
Module Name:src
Committed By: skrll
Date: Thu Dec 9 10:19:23 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Initialise lwp0.l_cpu early so that spl* work.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/arch/hp700/hp700/m
Module Name:src
Committed By: skrll
Date: Mon Dec 6 18:42:10 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Wrap a printf in #ifdef DEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/hp700/hp700/machdep.c
Please
Module Name:src
Committed By: skrll
Date: Sun Dec 5 10:47:23 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: intr.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/hp700/hp700/intr.c
Please note that diffs are not public d
Module Name:src
Committed By: skrll
Date: Sun Dec 5 10:27:50 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: intr.c intr.h
Log Message:
G/C unused _hp700_intr_spl_mask
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hp700/hp700/intr.c
cvs
Module Name:src
Committed By: skrll
Date: Sun Dec 5 10:21:18 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: intr.h
Log Message:
Reformat/Improve comment.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/hp700/hp700/intr.h
Please note that
Module Name:src
Committed By: skrll
Date: Sun Dec 5 10:11:46 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: intr.c
Log Message:
Reformat comments.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/hp700/hp700/intr.c
Please note that diffs a
Module Name:src
Committed By: uebayasi
Date: Mon Nov 15 06:24:54 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: mainbus.c
Log Message:
struct proc * deref needs sys/proc.h.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/hp700/hp700/mainbus
Module Name:src
Committed By: skrll
Date: Sat Nov 13 07:58:55 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: autoconf.c
Log Message:
Add some verbose output.
>From OpenBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/hp700/hp700/autoco
Module Name:src
Committed By: skrll
Date: Fri Nov 12 06:54:57 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: mainbus.c
Log Message:
Add some more machines that need help with autoconf.
Slight variation on patch from Sergey Svishchev
To generate a diff of this commit
Module Name:src
Committed By: skrll
Date: Mon Nov 8 19:59:20 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Update cpu_model_cpuid to work for E[2345]5 machines.
>From Sergey Svishchev.
To generate a diff of this commit:
cvs rdiff -u -r1.88 -
Module Name:src
Committed By: skrll
Date: Wed Jun 30 06:33:52 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: mainbus.c
Log Message:
Remove some code that snuck in.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/hp700/hp700/mainbus.c
Pleas
Module Name:src
Committed By: skrll
Date: Fri Apr 30 15:49:40 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: mainbus.c
Log Message:
Note the PA of pages when allocated.
Simplify mapping of pages by traversing segs rather than the pageq and
calling VM_PAGE_TO_PHYS.
On
Module Name:src
Committed By: skrll
Date: Fri Apr 30 15:39:02 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: mainbus.c
Log Message:
Add two DPRINTFs
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/hp700/hp700/mainbus.c
Please note that dif
Module Name:src
Committed By: skrll
Date: Fri Apr 30 15:36:45 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Add HPPA_FTRS_TLBU to 7100LC and 7300LC CPUs.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/hp700/hp700/ma
Module Name:src
Committed By: skrll
Date: Fri Apr 30 14:32:31 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Re-formatting.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/hp700/hp700/machdep.c
Please note that diffs
Module Name:src
Committed By: skrll
Date: Thu Apr 15 14:34:25 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: mainbus.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/hp700/hp700/mainbus.c
Please note that diffs are not pu
Module Name:src
Committed By: skrll
Date: Thu Apr 15 14:33:22 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: mainbus.c
Log Message:
printf -> aprint_normal
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/hp700/hp700/mainbus.c
Please note t
Module Name:src
Committed By: skrll
Date: Mon Apr 5 12:56:51 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: locore.S
Log Message:
Fix register usage in hp700_intr_schedule after previous change (making
cpl, ipending, and intr_depth per CPU values).
To generate a dif
Module Name:src
Committed By: skrll
Date: Fri Apr 2 15:24:18 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: mainbus.c
Log Message:
Change #ifdef DIAGNOSITC tests+panic to KASSERTs.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/hp700/hp70
Module Name:src
Committed By: skrll
Date: Thu Apr 1 12:21:41 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: mainbus.c
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/hp700/hp700/mainbus.c
Please note that diffs ar
Module Name:src
Committed By: skrll
Date: Wed Mar 31 17:46:21 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: intr.c
Log Message:
2 RCSIDs are enough for anyone.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/hp700/hp700/intr.c
Please note
Module Name:src
Committed By: skrll
Date: Tue Mar 30 19:38:52 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: genassym.cf
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/hp700/hp700/genassym.cf
Please note that diff
Module Name:src
Committed By: skrll
Date: Wed Mar 24 12:38:55 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: intr.c
Log Message:
Improve panic message.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/hp700/hp700/intr.c
Please note that dif
Module Name:src
Committed By: skrll
Date: Thu Mar 11 07:21:24 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: intr.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/hp700/hp700/intr.c
Please note that diffs are not public d
Module Name:src
Committed By: skrll
Date: Thu Mar 11 07:20:16 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: intr.c
Log Message:
Reformat comments.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hp700/hp700/intr.c
Please note that diffs a
73 matches
Mail list logo