CVS commit: src/sys/arch/hp700/hp700

2014-02-14 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2014-01-16 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2014-01-16 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2013-10-19 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2013-10-19 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2013-10-19 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2013-10-19 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2013-10-19 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2012-06-08 Thread David Laight
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

CVS commit: src/sys/arch/hp700/hp700

2012-05-23 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2012-05-23 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2012-05-23 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2012-05-23 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2012-05-23 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2012-05-21 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2012-04-25 Thread David A. Holland
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

CVS commit: src/sys/arch/hp700/hp700

2012-04-05 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2012-03-29 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2012-03-01 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2012-02-25 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2012-02-23 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2012-02-05 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2012-02-05 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2012-02-05 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2012-01-12 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2012-01-09 Thread Martin Husemann
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

CVS commit: src/sys/arch/hp700/hp700

2012-01-09 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2012-01-06 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2012-01-02 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2011-12-19 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2011-02-23 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2011-02-04 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2011-02-04 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2011-02-03 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2011-02-01 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2011-01-22 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2011-01-20 Thread Nick Hudson
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: #definetab 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

CVS commit: src/sys/arch/hp700/hp700

2011-01-17 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2011-01-14 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2011-01-14 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2011-01-12 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-12-24 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-12-12 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-12-12 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-12-09 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-12-06 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-12-05 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-12-05 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-12-05 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-12-05 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-11-14 Thread Masao Uebayashi
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

CVS commit: src/sys/arch/hp700/hp700

2010-11-12 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-11-11 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-11-08 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-06-30 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-04-30 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-04-30 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-04-30 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-04-30 Thread Nick Hudson
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.

CVS commit: src/sys/arch/hp700/hp700

2010-04-15 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-04-15 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-04-05 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-04-02 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-04-01 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-03-30 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-03-24 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-03-10 Thread Nick Hudson
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

CVS commit: src/sys/arch/hp700/hp700

2010-02-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Feb 18 21:30:00 UTC 2010 Modified Files: src/sys/arch/hp700/hp700: locore.S Log Message: Fix up some comments. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/hp700/hp700/locore.S Please note that

CVS commit: src/sys/arch/hp700/hp700

2010-02-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Feb 18 21:38:32 UTC 2010 Modified Files: src/sys/arch/hp700/hp700: locore.S Log Message: Improve a comment. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/hp700/hp700/locore.S Please note that

CVS commit: src/sys/arch/hp700/hp700

2010-02-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 12 16:57:21 UTC 2010 Modified Files: src/sys/arch/hp700/hp700: autoconf.c Log Message: Typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/hp700/hp700/autoconf.c Please note that

CVS commit: src/sys/arch/hp700/hp700

2010-02-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 12 16:57:52 UTC 2010 Modified Files: src/sys/arch/hp700/hp700: autoconf.c Log Message: Allow elroy to provide boot device. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/hp700/hp700/autoconf.c

CVS commit: src/sys/arch/hp700/hp700

2010-02-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 12 22:23:40 UTC 2010 Modified Files: src/sys/arch/hp700/hp700: mainbus.c Log Message: Just return if length of zero is passed to bus_dmamap_sync. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/sys/arch/hp700/hp700

2010-02-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 12 22:31:05 UTC 2010 Modified Files: src/sys/arch/hp700/hp700: mainbus.c Log Message: Comment reformating and correction. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/arch/hp700/hp700/mainbus.c

CVS commit: src/sys/arch/hp700/hp700

2010-02-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 12 22:34:39 UTC 2010 Modified Files: src/sys/arch/hp700/hp700: mainbus.c Log Message: More comment fixes. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/arch/hp700/hp700/mainbus.c Please note that

CVS commit: src/sys/arch/hp700/hp700

2010-01-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 16 07:38:56 UTC 2010 Modified Files: src/sys/arch/hp700/hp700: intr.c Log Message: Count interrupts in uvmexp. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hp700/hp700/intr.c Please note

CVS commit: src/sys/arch/hp700/hp700

2009-12-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 18 15:49:48 UTC 2009 Modified Files: src/sys/arch/hp700/hp700: autoconf.c Log Message: Add some comments. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/hp700/hp700/autoconf.c Please note

CVS commit: src/sys/arch/hp700/hp700

2009-12-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 2 13:45:13 UTC 2009 Modified Files: src/sys/arch/hp700/hp700: mainbus.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/hp700/hp700/mainbus.c Please note that diffs

CVS commit: src/sys/arch/hp700/hp700

2009-12-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 2 13:49:32 UTC 2009 Modified Files: src/sys/arch/hp700/hp700: mainbus.c Log Message: Define DPRINTF and use it. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/hp700/hp700/mainbus.c Please

CVS commit: src/sys/arch/hp700/hp700

2009-12-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 1 16:20:52 UTC 2009 Modified Files: src/sys/arch/hp700/hp700: machdep.c Log Message: Add a missing '\n' from a printf. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/arch/hp700/hp700/machdep.c

CVS commit: src/sys/arch/hp700/hp700

2009-11-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Nov 30 16:58:40 UTC 2009 Modified Files: src/sys/arch/hp700/hp700: intr.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hp700/hp700/intr.c Please note that diffs are not public

CVS commit: src/sys/arch/hp700/hp700

2009-05-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 29 08:39:05 UTC 2009 Modified Files: src/sys/arch/hp700/hp700: machdep.c Log Message: Save screen space and make machine check output easier to read (for me) To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68

CVS commit: src/sys/arch/hp700/hp700

2009-05-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 29 08:37:34 UTC 2009 Modified Files: src/sys/arch/hp700/hp700: machdep.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/hp700/hp700/machdep.c Please note that diffs are not

CVS commit: src/sys/arch/hp700/hp700

2009-05-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 29 08:44:29 UTC 2009 Modified Files: src/sys/arch/hp700/hp700: machdep.c Log Message: Tidyup error handling around PDC_PIM. CTASSERT - KASSERT To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69

CVS commit: src/sys/arch/hp700/hp700

2009-05-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu May 21 20:59:11 UTC 2009 Modified Files: src/sys/arch/hp700/hp700: mainbus.c Log Message: Add mjf's d390 to the list of machines that need help finding devices. hmm. To generate a diff of this commit: cvs rdiff -u -r1.49

CVS commit: src/sys/arch/hp700/hp700

2009-05-17 Thread Matt Fleming
Module Name:src Committed By: mjf Date: Sun May 17 18:21:29 UTC 2009 Modified Files: src/sys/arch/hp700/hp700: pim.h Log Message: u_intNN_t - uintNN_t To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hp700/hp700/pim.h Please note that diffs are

CVS commit: src/sys/arch/hp700/hp700

2009-05-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 18 05:19:15 UTC 2009 Modified Files: src/sys/arch/hp700/hp700: machdep.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/arch/hp700/hp700/machdep.c Please note that diffs

CVS commit: src/sys/arch/hp700/hp700

2009-05-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 18 05:20:46 UTC 2009 Modified Files: src/sys/arch/hp700/hp700: machdep.c Log Message: Remove stray printf. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/hp700/hp700/machdep.c Please note

CVS commit: src/sys/arch/hp700/hp700

2009-05-16 Thread Matt Fleming
Module Name:src Committed By: mjf Date: Sat May 16 16:06:06 UTC 2009 Modified Files: src/sys/arch/hp700/hp700: machdep.c pim.h Log Message: Add PA-RISC 2.0 PIM support. Fix the HPMC exception handler so that, if we're running on a PA-RISC 2.0 machine, we use the 64-bit

CVS commit: src/sys/arch/hp700/hp700

2009-05-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu May 7 06:41:19 UTC 2009 Modified Files: src/sys/arch/hp700/hp700: locore.S Log Message: Wrap some wide comments. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/hp700/hp700/locore.S Please note