CVS commit: src/sys/rump/dev/lib/libpci

2020-11-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 2 18:58:06 UTC 2020 Modified Files: src/sys/rump/dev/lib/libpci: rumpdev_bus_dma.c Log Message: PR/55777: Ruslan Nikolaev: use MIN() from instead of min() To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/rump/dev/lib/libpci

2016-05-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue May 10 19:38:29 UTC 2016 Modified Files: src/sys/rump/dev/lib/libpci: Makefile Log Message: Avoid '.' in variable names which are expected to be passed to this Makefile via the env. That character is strictly speaking not allo

CVS commit: src/sys/rump/dev/lib/libpci

2016-01-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 18 14:37:54 UTC 2016 Modified Files: src/sys/rump/dev/lib/libpci: rumpdev_bus_space.c Log Message: Implement the inverse of a nop. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/rump/dev/lib/libpci/ru

CVS commit: src/sys/rump/dev/lib/libpci

2015-11-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Nov 1 22:41:24 UTC 2015 Modified Files: src/sys/rump/dev/lib/libpci: Makefile Log Message: Allow PCI implementers to specify arbitrary makefile constructs. (interface subject to change) from Robert Millan To generate a diff

CVS commit: src/sys/rump/dev/lib/libpci

2015-08-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 11 22:28:34 UTC 2015 Modified Files: src/sys/rump/dev/lib/libpci: rumpdev_bus_space.c Log Message: Fix handle typos/pastos in bus_space_barrier() calls To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/r

CVS commit: src/sys/rump/dev/lib/libpci

2015-06-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jun 15 15:38:52 UTC 2015 Modified Files: src/sys/rump/dev/lib/libpci: Makefile pci_at_mainbus.c pci_user.h rumpdev_bus_dma.c rumpdev_bus_space.c Log Message: Add a "userfeature" definition for iospace. I/O space is

CVS commit: src/sys/rump/dev/lib/libpci

2015-06-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 3 13:41:56 UTC 2015 Modified Files: src/sys/rump/dev/lib/libpci: Makefile Log Message: Rework how the external hypercalls are specified, more in the direction of something general. I'm not sure if it's entirely general ye

CVS commit: src/sys/rump/dev/lib/libpci

2015-06-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 3 13:43:24 UTC 2015 Modified Files: src/sys/rump/dev/lib/libpci: pci_user.h Log Message: Demand that rumpcomp_userfeatures_pci.h is available for providing information about the hypercall interface implementation. To gen

CVS commit: src/sys/rump/dev/lib/libpci

2015-05-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun May 17 13:51:31 UTC 2015 Modified Files: src/sys/rump/dev/lib/libpci: rumpdev_pci.c Added Files: src/sys/rump/dev/lib/libpci/opt: opt_pciide.h Log Message: Add pciide_machdep_compat_intr_establish(). Used by ... would

CVS commit: src/sys/rump/dev/lib/libpci

2015-05-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun May 17 13:45:37 UTC 2015 Modified Files: src/sys/rump/dev/lib/libpci: rumpdev_bus_space.c Log Message: Implement bus_space_read/write_multi() and bus_space_subregion(). Used by (at least) wdc. To generate a diff of this comm

CVS commit: src/sys/rump/dev/lib/libpci

2014-08-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 26 10:58:13 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: rumpdev_pci.c Log Message: Implement pci_intr_setattr() (well, kinda. it just ignores the MPSAFE param for now, but that's easy to fix later) To generate

CVS commit: src/sys/rump/dev/lib/libpci

2014-08-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 22 14:28:58 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: Makefile pci_at_mainbus.c rumpdev_bus_space.c Log Message: Add a compile-time selector for I/O space operations. Needs more work some day, but a

CVS commit: src/sys/rump/dev/lib/libpci

2014-07-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 31 15:55:08 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: pci_at_mainbus.c Log Message: add missing \n from Robert Millan via rumpkernel-users To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/

CVS commit: src/sys/rump/dev/lib/libpci

2014-04-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Apr 15 13:47:06 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: rumpdev_pci.c Log Message: update to new pci_intr_string() To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/lib/libpci/rumpdev_

CVS commit: src/sys/rump/dev/lib/libpci

2014-04-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 14 23:53:42 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: Makefile Log Message: build hypercalls if RUMP_PCI_USER is defined To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/lib/libpci/

CVS commit: src/sys/rump/dev/lib/libpci

2014-04-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 14 21:43:00 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: pci_user.h rumpdev_bus_dma.c rumpdev_pci.c Log Message: * make it possible for rumpcomp_pci_intr_establish() to know which device it's establishing the int

CVS commit: src/sys/rump/dev/lib/libpci

2014-04-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 14 21:36:22 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: Makefile Log Message: add necessary -I for /dev/pci* creation To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/libpci/Makef

CVS commit: src/sys/rump/dev/lib/libpci

2014-04-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 14 21:34:08 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: pci_at_mainbus.c Log Message: be even more explicit about handling only bus 0 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/

CVS commit: src/sys/rump/dev/lib/libpci

2014-04-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 13 15:43:26 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: rumpdev_bus_space.c Log Message: add some sort of bus_space_barrier() To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/libp

CVS commit: src/sys/rump/dev/lib/libpci

2014-04-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 13 12:40:00 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: pci_at_mainbus.c Log Message: create /dev/pci device nodes To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/libpci/pci_at_m

CVS commit: src/sys/rump/dev/lib/libpci

2014-04-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 11 01:03:08 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: rumpdev_bus_dma.c Log Message: remove obfuscation macros To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/libpci/rumpdev_bu

CVS commit: src/sys/rump/dev/lib/libpci

2014-04-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 4 12:53:59 UTC 2014 Added Files: src/sys/rump/dev/lib/libpci: Makefile PCI.ioconf pci_at_mainbus.c pci_user.h rumpdev_bus_dma.c rumpdev_bus_space.c rumpdev_pci.c shlib_version src/sys/rump/de