CVS commit: src/sys/dev/usb

2020-06-19 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Fri Jun 19 11:52:42 UTC 2020 Modified Files: src/sys/dev/usb: umass_quirks.c usbdevs Log Message: Add umass quirk for Alcor AU6366 multi-card reader. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102

CVS commit: src/sys/arch/mips/mips

2018-03-03 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sat Mar 3 15:47:50 UTC 2018 Modified Files: src/sys/arch/mips/mips: cache.c Log Message: Add missing call to mips_dcache_compute_align() affecting "modern" MIPS (MIPS32{,R2}/MIPS64{,R2}). Thanks jmcneill@; OK skrll@. To generate

CVS commit: src/sys/dev/pci

2018-02-28 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Wed Feb 28 18:03:48 UTC 2018 Modified Files: src/sys/dev/pci: if_vr.c Log Message: Cosmetic printf/aprint changes. Add missing return statement after failed pci_intr_establish(). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2018-02-28 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Wed Feb 28 17:13:44 UTC 2018 Modified Files: src/sys/dev/pci: if_vr.c if_vrreg.h Log Message: Cosmetic fix for the Physical Address Registers PAR0 to PAR5. To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122

CVS commit: src/sys/arch

2018-01-27 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sat Jan 27 10:07:41 UTC 2018 Modified Files: src/sys/arch/evbppc/mpc85xx: machdep.c src/sys/arch/powerpc/booke: trap.c Log Message: Fix more printf format strings for mfspr() (hi mrg). To generate a diff of this commit:

CVS commit: src/sys/arch/powerpc/booke

2018-01-26 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Fri Jan 26 17:49:55 UTC 2018 Modified Files: src/sys/arch/powerpc/booke: e500_intr.c Log Message: Another try fixing printf format using the ultimate uintmax_t idiom. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/arch/mips/mips

2018-01-22 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Mon Jan 22 18:15:57 UTC 2018 Modified Files: src/sys/arch/mips/mips: bus_space_alignstride_chipdep.c Log Message: Use right variable as revealed by previous typo... To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 \

CVS commit: src/sys/arch/mips/mips

2018-01-21 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sun Jan 21 16:38:25 UTC 2018 Modified Files: src/sys/arch/mips/mips: bus_space_alignstride_chipdep.c Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 \

CVS commit: src/sys/arch/pmax/conf

2018-01-05 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Fri Jan 5 13:20:46 UTC 2018 Modified Files: src/sys/arch/pmax/conf: GENERIC Log Message: Comment out DIAGNOSTIC/DEBUG/LOCKDEBUG from r1.192 slowing down real machines. OK christos@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/pmax/ibus

2018-01-05 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Fri Jan 5 13:11:32 UTC 2018 Modified Files: src/sys/arch/pmax/ibus: pm.c Log Message: Check presence of VFB01/VFB02 frame buffer option on DEC(station|system) 3100. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/share/man/man4

2017-10-14 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sat Oct 14 08:22:38 UTC 2017 Modified Files: src/share/man/man4: slhci.4 Log Message: Add TC-USB. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/slhci.4 Please note that diffs are not public

CVS commit: src/sys/arch/mac68k/obio

2017-10-12 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Thu Oct 12 09:48:53 UTC 2017 Modified Files: src/sys/arch/mac68k/obio: asc.c Log Message: Exclude Enhanced Apple Sound Chip (EASC) without support for wavetable mode used by asc(4). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/arm/arm32

2017-10-08 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sun Oct 8 12:09:44 UTC 2017 Modified Files: src/sys/arch/arm/arm32: vm_machdep.c Log Message: In vmapbuf use pmap_enter(pmap_kernel(), ...) and not pmap_kenter_pa as the former handles multiple mappings for VIPT AND VIVT correctly

CVS commit: src/sys/arch/arm/arm32

2017-10-08 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sun Oct 8 12:08:31 UTC 2017 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Revert attempt at tracking unmanaged mappings for VIVT as it was incomplete and buggy. PR port-shark/52102 >From skrll@. Tested by martin@ and

CVS commit: src/share/man/man4/man4.pmax

2017-07-28 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Fri Jul 28 15:58:24 UTC 2017 Modified Files: src/share/man/man4/man4.pmax: intro.4 sii.4 Log Message: * sii(4) was never used in VAXstation 3100 (uses si(4) and is NCR-based). * Reference scsi(4) in sii(4). * Add more machines to

CVS commit: src/etc/etc.vax

2017-06-26 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Mon Jun 26 17:45:56 UTC 2017 Modified Files: src/etc/etc.vax: Makefile.inc Log Message: Add GENERIC_USB to vax kernel sets, but not to sysinst (yet), as bootloader cannot handle kernels that large (yet). To generate a diff of

CVS commit: src/share/man/man4

2017-06-23 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Fri Jun 23 15:24:36 UTC 2017 Modified Files: src/share/man/man4: tc.4 Log Message: Add vax. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/tc.4 Please note that diffs are not public domain; they

CVS commit: src

2017-06-22 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Thu Jun 22 17:51:22 UTC 2017 Modified Files: src/etc/etc.vax: MAKEDEV.conf src/sys/arch/vax/conf: files.vax majors.vax Added Files: src/sys/arch/vax/conf: GENERIC_USB Log Message: USB for vax (similar to pmax;

CVS commit: src/sys/dev/tc

2017-06-22 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Thu Jun 22 17:01:34 UTC 2017 Modified Files: src/sys/dev/tc: tcdevs.h tcdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/tc/tcdevs.h \ src/sys/dev/tc/tcdevs_data.h

CVS commit: src

2017-06-22 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Thu Jun 22 16:46:53 UTC 2017 Modified Files: src/distrib/notes/alpha: hardware install src/distrib/notes/pmax: hardware install src/share/man/man4: scc.4 src/share/man/man8/man8.pmax: boot.8

CVS commit: src/etc/etc.vax

2017-06-20 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Tue Jun 20 15:10:03 UTC 2017 Modified Files: src/etc/etc.vax: MAKEDEV.conf Log Message: Add audio for vsaudio(4) and speaker to be on par with other archs. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/dev/pci

2017-06-15 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Thu Jun 15 15:38:18 UTC 2017 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: Fix printf format/argument. To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189 src/sys/dev/pci/pci_subr.c Please note that diffs

CVS commit: src/doc

2017-06-15 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Thu Jun 15 14:23:42 UTC 2017 Modified Files: src/doc: CHANGES Log Message: Note support for VAXstation 4000 TURBOchannel. To generate a diff of this commit: cvs rdiff -u -r1.2290 -r1.2291 src/doc/CHANGES Please note that diffs

CVS commit: src/sys/dev/tc

2017-06-10 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sat Jun 10 12:03:30 UTC 2017 Modified Files: src/sys/dev/tc: tc.c Log Message: Fix missing TC bus speed. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/dev/tc/tc.c Please note that diffs are not public

CVS commit: src/sys/arch/vax/vsa

2017-06-09 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Fri Jun 9 18:02:40 UTC 2017 Modified Files: src/sys/arch/vax/vsa: tc_vsbus.c Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/vax/vsa/tc_vsbus.c Please note that diffs are not

CVS commit: src/sys

2017-06-09 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Fri Jun 9 17:55:18 UTC 2017 Modified Files: src/sys/arch/alpha/tc: tcasic.c src/sys/arch/pmax/tc: tcbus.c src/sys/arch/vax/conf: files.vax src/sys/arch/vax/vsa: tc_vsbus.c src/sys/dev/tc: tc.c

CVS commit: src/external/gpl3/gcc/dist/gcc/config/vax

2017-06-08 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Thu Jun 8 15:28:27 UTC 2017 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: builtins.md Log Message: Fix PR port-vax/51761 as suggested by Paul Koning on port-vax list. Installation (install.ram, -Os) on my VS4000 is

CVS commit: src/sys/arch/shark/ofw

2017-04-18 Thread Felix Deichmann
@@ -372,7 +422,7 @@ vlpci_pc_intr_map(const struct pci_attac case 2: case 3: case 4: - *ih = 10; + *ih = VLPCI_IRQ; return 0; } } Added files: Index: src/sys/arch/shark/ofw/vlpci.h diff -u /dev/null src/sys/arch/shark/ofw/vlpci.h:1.1 --- /dev/null Tue Apr 18 14:11:42 2017

CVS commit: src/sys/arch/shark/ofw

2017-04-18 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Tue Apr 18 12:17:12 UTC 2017 Modified Files: src/sys/arch/shark/ofw: vlpci.c Log Message: KNF, whitespace. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/shark/ofw/vlpci.c Please note that diffs are not

CVS commit: src/etc/etc.shark

2017-04-11 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Tue Apr 11 17:27:49 UTC 2017 Modified Files: src/etc/etc.shark: MAKEDEV.conf Log Message: Add PCI devices for vlpci(4). To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/etc/etc.shark/MAKEDEV.conf Please note

CVS commit: src/sys/arch/shark/ofw

2017-02-18 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sat Feb 18 13:56:29 UTC 2017 Modified Files: src/sys/arch/shark/ofw: vlpci.c Log Message: Let vlpci attach instead of ofbus. OK jakllsch@ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/shark/ofw/vlpci.c

CVS commit: src/sys/arch/i386/conf

2017-01-07 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sat Jan 7 11:21:05 UTC 2017 Modified Files: src/sys/arch/i386/conf: GENERIC_TINY Log Message: Add wsmux so wsconsctl will not fail when -f is not specified (and default control devices are used), as in /etc/rc.d/wscons. Kernel

CVS commit: src/sys/arch/vax/conf

2016-12-27 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Tue Dec 27 08:56:00 UTC 2016 Modified Files: src/sys/arch/vax/conf: GENERIC INSTALL VAX780 Log Message: Fix TC adaptor's CSR address. Add "PMAD" LANCE TC Ethernet. To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200

CVS commit: src/share/man/man4

2016-12-26 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Mon Dec 26 15:59:26 UTC 2016 Modified Files: src/share/man/man4: tc.4 Log Message: Add tcu(4) for TC-USB. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/tc.4 Please note that diffs are not public

CVS commit: src/sys/arch

2016-12-17 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sat Dec 17 14:36:30 UTC 2016 Modified Files: src/sys/arch/alpha/include: cpu.h src/sys/arch/amiga/include: cpu.h src/sys/arch/arm/arm32: pmap.c src/sys/arch/cesfic/include: cpu.h

CVS commit: src/sys

2016-12-12 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Mon Dec 12 17:03:41 UTC 2016 Modified Files: src/sys/arch/alpha/tc: tcasic.c src/sys/arch/pmax/tc: tcbus.c src/sys/dev/tc: tc.c Log Message: Clean-up (remove redundant declarations, concentrate checks). To

CVS commit: src/doc

2016-12-11 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sun Dec 11 12:51:09 UTC 2016 Modified Files: src/doc: CHANGES Log Message: Note scsictl(8) getrealloc and setrealloc commands. To generate a diff of this commit: cvs rdiff -u -r1.2221 -r1. src/doc/CHANGES Please note that

CVS commit: src/sys/dev/tc

2016-12-03 Thread Felix Deichmann
2016/12/03 18:12:50 flxd Exp $ */ +/* $NetBSD: tcu.c,v 1.4 2016/12/03 18:18:12 flxd Exp $ */ /*- * Copyright (c) 2016, Felix Deichmann @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: tcu.c,v 1.3 2016/12/03 18:12:50 flxd Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tcu.

CVS commit: src/sys/dev/tc

2016-12-03 Thread Felix Deichmann
2016 @@ -1,4 +1,4 @@ -/* $NetBSD: tcu.c,v 1.2 2016/09/13 16:54:26 christos Exp $ */ +/* $NetBSD: tcu.c,v 1.3 2016/12/03 18:12:50 flxd Exp $ */ /*- * Copyright (c) 2016, Felix Deichmann @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: tcu.c,v 1.2 2016/09/13 16:54:26 christo

CVS commit: src

2016-11-19 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sat Nov 19 08:43:40 UTC 2016 Modified Files: src/sbin/scsictl: scsictl.8 scsictl.c src/sys/dev/scsipi: scsi_disk.h Log Message: Add "getrealloc" and "setrealloc" commands to get/set automatic reallocation parameters/enables

CVS commit: src

2016-11-04 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Fri Nov 4 19:18:50 UTC 2016 Modified Files: src/etc/etc.pmax: Makefile.inc src/sys/arch/pmax/conf: files.pmax src/usr.sbin/sysinst/arch/pmax: md.h msg.md.de msg.md.en msg.md.es msg.md.fr msg.md.pl Added

CVS commit: src/doc

2016-11-02 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Wed Nov 2 17:19:53 UTC 2016 Modified Files: src/doc: CHANGES Log Message: Note tcu(4). To generate a diff of this commit: cvs rdiff -u -r1.2204 -r1.2205 src/doc/CHANGES Please note that diffs are not public domain; they are

CVS commit: src

2016-10-21 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Fri Oct 21 18:11:59 UTC 2016 Modified Files: src/etc/etc.pmax: MAKEDEV.conf src/sys/arch/pmax/conf: files.pmax majors.pmax Log Message: Bless pmax with USB device files/majors and make kernel configs with USB and typical

CVS commit: src/sys/dev/pci

2016-10-17 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Mon Oct 17 16:02:10 UTC 2016 Modified Files: src/sys/dev/pci: siop_pci_common.c Log Message: Add 53C810AP for FreeAXP's emulation of a DEC KZPAA adapter. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/sys/arch/alpha/conf

2016-10-15 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sat Oct 15 09:57:51 UTC 2016 Modified Files: src/sys/arch/alpha/conf: GENERIC Log Message: Add tcu and gpio for TC-USB support. OK christos@ To generate a diff of this commit: cvs rdiff -u -r1.368 -r1.369

CVS commit: src/sys/dev/tc

2016-10-14 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Fri Oct 14 15:01:39 UTC 2016 Modified Files: src/sys/dev/tc: tcdevs.h tcdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/tc/tcdevs.h \ src/sys/dev/tc/tcdevs_data.h

CVS commit: src/sys/arch/alpha

2016-10-13 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Thu Oct 13 16:18:20 UTC 2016 Modified Files: src/sys/arch/alpha/alpha: machdep.c prom.c src/sys/arch/alpha/stand/common: booted_dev.c prom.c Log Message: Match the two prom_getenv() and fix buffer overflow causing wrong

CVS commit: src/sys/dev

2016-10-01 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sat Oct 1 15:24:35 UTC 2016 Modified Files: src/sys/dev: DEVNAMES Log Message: Add tcu (MI). OK skrll@ To generate a diff of this commit: cvs rdiff -u -r1.298 -r1.299 src/sys/dev/DEVNAMES Please note that diffs are not public

CVS commit: src/distrib/notes/common

2016-10-01 Thread Felix Deichmann
@@ If you're one of them, and would like to .It Ta Jed Davis Ta Mt j...@netbsd.org .It Ta Matt DeBergalis Ta Mt deb...@netbsd.org .It Ta Arnaud Degroote Ta Mt degro...@netbsd.org +.It Ta Felix Deichmann Ta Mt f...@netbsd.org .It Ta Rob Deker Ta Mt de...@netbsd.org .It Ta Chris G. Demetr