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

2014-01-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 17 07:44:16 UTC 2014 Modified Files: src/sys/arch/hp700/dev: lasi.c Log Message: Fix lasi at mainbus attachment, e.g. on a HP715/100. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/hp700/dev/la

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

2014-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 10 16:36:54 UTC 2014 Modified Files: src/sys/arch/hp700/dev: Makefile Log Message: include bsd.own.mk To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hp700/dev/Makefile Please note that diffs

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

2013-10-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 19 13:49:11 UTC 2013 Modified Files: src/sys/arch/hp700/dev: asp.c dino.c elroy.c lasi.c wax.c Log Message: Appease gcc 4.8. XXX should really use bus_space(9) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.2

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

2013-10-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 19 13:29:10 UTC 2013 Modified Files: src/sys/arch/hp700/dev: pdc.c Log Message: __unused To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/hp700/dev/pdc.c Please note that diffs are not public do

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

2013-10-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 19 13:28:37 UTC 2013 Modified Files: src/sys/arch/hp700/dev: sti_sgc.c Log Message: Remove unused variable. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/hp700/dev/sti_sgc.c Please note that

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

2013-02-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Feb 21 15:16:02 UTC 2013 Modified Files: src/sys/arch/hp700/dev: cpu.c Log Message: Fixup the cpu_{match,attach} functions to not allow more that HPPA_MAXCPUs to be used. Fixes problem booting on a dual-cpu j6700 with GENERIC

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

2012-10-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 10 16:51:10 UTC 2012 Modified Files: src/sys/arch/hp700/dev: ssio.c Log Message: Remove the (never used) struct device from ssio_softc. >From chuq. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch

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

2012-05-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed May 23 21:11:34 UTC 2012 Modified Files: src/sys/arch/hp700/dev: cpu.c Log Message: Enable IPIs for MULTIPROCESSOR kernels To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hp700/dev/cpu.c Please not

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

2012-05-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed May 23 10:37:02 UTC 2012 Modified Files: src/sys/arch/hp700/dev: asp.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hp700/dev/asp.c Please note that diffs are not public

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

2012-05-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed May 23 10:31:59 UTC 2012 Modified Files: src/sys/arch/hp700/dev: dino.c wax.c Log Message: s/IRQ/interrupt/ in autoconf message. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/hp700/dev/dino.c cvs

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

2012-05-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed May 23 09:49:56 UTC 2012 Modified Files: src/sys/arch/hp700/dev: cpu.c Log Message: Add a KASSERT. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/hp700/dev/cpu.c Please note that diffs are not pub

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

2012-05-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed May 23 07:06:02 UTC 2012 Modified Files: src/sys/arch/hp700/dev: cpu.c Log Message: Count the cpus as they attach so that CPU_INFO_FOREACH works before hatching the secondary cpus. To generate a diff of this commit: cvs rdiff

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

2012-05-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 21 21:15:39 UTC 2012 Modified Files: src/sys/arch/hp700/dev: cpu.c Log Message: Unwrap a line. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/hp700/dev/cpu.c Please note that diffs are not pub

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

2012-05-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 21 20:58:39 UTC 2012 Modified Files: src/sys/arch/hp700/dev: apic.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hp700/dev/apic.c Please note that diffs are not public domai

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

2012-04-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 14 10:43:19 UTC 2012 Modified Files: src/sys/arch/hp700/dev: apic.c Log Message: Sync with the following OpenBSD changes, but do the shared interrupt reporting differently. Each cpu and device interrupt gets its own counte

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

2012-04-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 14 06:04:35 UTC 2012 Modified Files: src/sys/arch/hp700/dev: ssio.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hp700/dev/ssio.c Please note that diffs are not public

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

2012-04-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 3 11:44:32 UTC 2012 Modified Files: src/sys/arch/hp700/dev: cpu.c Log Message: Make MULTIPROCESSOR compile. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hp700/dev/cpu.c Please note that dif

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

2012-02-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 26 07:51:57 UTC 2012 Modified Files: src/sys/arch/hp700/dev: cpudevs.h cpudevs_data.h Log Message: Regen To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hp700/dev/cpudevs.h cvs rdiff -u -r1.7 -r1.

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

2012-02-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 26 07:50:38 UTC 2012 Modified Files: src/sys/arch/hp700/dev: cpudevs Log Message: Take an educiated guess at the CPU id for PCXW+ (Landshark) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hp700/

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

2012-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 5 21:46:37 UTC 2012 Modified Files: src/sys/arch/hp700/dev: pdc.c Log Message: Delay some things to attach time - pdc_init is too early. Minor tidyup while I'm here. OK riz@ To generate a diff of this commit: cvs rdiff

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

2012-02-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 4 17:05:38 UTC 2012 Modified Files: src/sys/arch/hp700/dev: cpudevs.h cpudevs_data.h Log Message: Regen from previous. OK riz@ To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hp700/dev/cpudevs.h

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

2012-01-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 27 21:05:39 UTC 2012 Modified Files: src/sys/arch/hp700/dev: uturn.c Log Message: Adapt to extent(9) changes. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hp700/dev/uturn.c Please note that

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

2012-01-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 12 23:10:28 UTC 2012 Modified Files: src/sys/arch/hp700/dev: uturn.c Log Message: Copyright correction To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hp700/dev/uturn.c Please note that diffs a

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

2012-01-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 12 23:06:45 UTC 2012 Modified Files: src/sys/arch/hp700/dev: uturn.c Log Message: Support virtual mode as PCX-U/U+ (and probably other) CPU based machines required it. Only PCX-W seemed to work with real mode. Gratuitous c

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

2011-10-01 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat Oct 1 15:51:36 UTC 2011 Modified Files: src/sys/arch/hp700/dev: elroyreg.h Log Message: elroy regs don't need to be packed, makes this work with gcc 4.5. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch

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

2011-10-01 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat Oct 1 15:51:17 UTC 2011 Modified Files: src/sys/arch/hp700/dev: pdc.c Log Message: PDC_CHASSIS_INFO needs a third parameter, the size of the LCD structure. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/

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

2011-03-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Mar 19 06:48:10 UTC 2011 Modified Files: src/sys/arch/hp700/dev: dino.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/hp700/dev/dino.c Please note that diffs are not publ

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

2011-01-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 27 13:57:39 UTC 2011 Modified Files: src/sys/arch/hp700/dev: apic.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hp700/dev/apic.c Please note that diffs are

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

2011-01-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 13 21:44:13 UTC 2011 Modified Files: src/sys/arch/hp700/dev: uturn.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hp700/dev/uturn.c Please note that diffs are not public dom

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

2010-12-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 24 15:29:09 UTC 2010 Modified Files: src/sys/arch/hp700/dev: lcd.c Log Message: Unwrap/reformat long lines. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hp700/dev/lcd.c Please note that diffs

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

2010-12-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 8 09:48:28 UTC 2010 Modified Files: src/sys/arch/hp700/dev: cpu.c Log Message: Update hp700_intr_establish call. Missed in previous. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/hp700/dev/cp

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

2010-12-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 6 10:24:05 UTC 2010 Modified Files: src/sys/arch/hp700/dev: lcd.c Log Message: s/cannot/can't/ for consistency. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hp700/dev/lcd.c Please note that d

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

2010-11-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Nov 8 23:10:24 UTC 2010 Modified Files: src/sys/arch/hp700/dev: dino.c elroy.c Log Message: Fix the count usage of various bus_space methods that take a count. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 sr

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

2010-06-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jun 21 11:04:28 UTC 2010 Modified Files: src/sys/arch/hp700/dev: uturn.c Log Message: Remove some debug code. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/hp700/dev/uturn.c Please note that diff

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

2010-06-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jun 21 09:06:03 UTC 2010 Modified Files: src/sys/arch/hp700/dev: uturn.c Log Message: Don't define UTURNDEBUG. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hp700/dev/uturn.c Please note that diff

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

2010-06-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jun 21 07:09:59 UTC 2010 Modified Files: src/sys/arch/hp700/dev: uturn.c Log Message: Fixup uturn DMA for real mode. That is, use uncacheable directly mapped pages. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2010-06-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jun 18 06:30:54 UTC 2010 Modified Files: src/sys/arch/hp700/dev: uturn.c Log Message: Flesh out uturn_regs. Replace magic constant with a define. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hp700

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

2010-06-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jun 18 06:15:31 UTC 2010 Modified Files: src/sys/arch/hp700/dev: uturn.c Log Message: White space. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hp700/dev/uturn.c Please note that diffs are not pub

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

2010-06-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jun 3 22:34:26 UTC 2010 Modified Files: src/sys/arch/hp700/dev: mem.c Log Message: Add a comment and check off in ap. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/hp700/dev/mem.c Please not

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

2010-04-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Apr 28 06:06:11 UTC 2010 Modified Files: src/sys/arch/hp700/dev: mem.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/hp700/dev/mem.c Please note that diffs are not public domain;

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

2010-04-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Apr 28 06:02:20 UTC 2010 Modified Files: src/sys/arch/hp700/dev: mem.c Log Message: Use DEV_MEM instead of magic constant. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/hp700/dev/mem.c Please not

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

2010-04-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 24 10:41:22 UTC 2010 Modified Files: src/sys/arch/hp700/dev: apic.c Log Message: Only post EOI once for shared interrupts. From Mark Kettenis. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hp70

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

2010-04-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 3 08:01:42 UTC 2010 Modified Files: src/sys/arch/hp700/dev: elroy.c Log Message: Wrap long line. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hp700/dev/elroy.c Please note that diffs are not

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

2010-03-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Mar 30 07:58:02 UTC 2010 Modified Files: src/sys/arch/hp700/dev: cpu.c Log Message: Correct comment. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hp700/dev/cpu.c Please note that diffs are not p