CVS commit: src/sys/arch/x86/pci

2021-06-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 21 03:01:23 UTC 2021 Modified Files: src/sys/arch/x86/pci: pci_ranges.c Log Message: prop_dictionary_set_cstring_nocopy -> prop_dictionary_set_string_nocopy To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/x86/pci

2021-06-06 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Jun 6 11:35:22 UTC 2021 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Fix build failure on i386. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/pci/amdzentemp.c Please

CVS commit: src/sys/arch/x86/pci

2021-06-06 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Jun 6 08:45:18 UTC 2021 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: amdzentemp(4): Add support for per CCD temperature sensor from FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/arch/x86/pci

2021-06-04 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Jun 5 01:38:22 UTC 2021 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: amdzentemp(4): Add Zen 3 support. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/pci/amdzentemp.c

CVS commit: src/sys/arch/x86/pci

2021-05-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 29 09:47:28 UTC 2021 Modified Files: src/sys/arch/x86/pci: dwiic_pci.c Log Message: dwiic(4): Attribute output correctly and relegate to debug-level. Tidy up a little while here. To generate a diff of this commit:

CVS commit: src/sys/arch/x86/pci

2021-03-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 14 08:10:23 UTC 2021 Modified Files: src/sys/arch/x86/pci: pci_msi_machdep.c Log Message: Remoave an extra space from a comment To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/arch/x86/pci

2020-12-11 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Dec 11 09:22:20 UTC 2020 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: Fix build failure when XNEPV is defined. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/x86/pci/msipic.c

CVS commit: src/sys/arch/x86/pci

2020-12-10 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Dec 11 07:49:40 UTC 2020 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: Not pic->pic_addroute but pic->pic_hwunmask should enable interrupts for MSI-X. pic->pic_addroute should not enable interrupt, because

CVS commit: src/sys/arch/x86/pci

2020-05-04 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon May 4 09:34:37 UTC 2020 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: constify the pic templates To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/x86/pci/msipic.c Please note that

CVS commit: src/sys/arch/x86/pci

2020-04-27 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Apr 27 23:40:37 UTC 2020 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix the wrong logic about making the number of vmx(4) TX/RX queue be power of two reviewed by nonaka@n.o. To generate a diff of this

CVS commit: src/sys/arch/x86/pci

2020-04-23 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 23 13:40:36 UTC 2020 Modified Files: src/sys/arch/x86/pci: amdsmn.c Log Message: Apply previous change ("Don't mix sign and unsigned operands. Just use size_t for the loop.") to another loop variable. To generate a diff

CVS commit: src/sys/arch/x86/pci

2020-04-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 20 13:02:57 UTC 2020 Modified Files: src/sys/arch/x86/pci: amdsmn.c Log Message: Don't mix sign and unsigned operands. Just use size_t for the loop. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/x86/pci

2020-04-20 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Apr 20 11:03:02 UTC 2020 Modified Files: src/sys/arch/x86/pci: amdsmn.c amdzentemp.c Log Message: Update to support Family 15h Model 60 temperature sensors. Changes based on FreeBSD amdtemp driver changes by Conrad Meyer.

CVS commit: src/sys/arch/x86/pci

2020-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 7 12:42:11 UTC 2020 Modified Files: src/sys/arch/x86/pci: rdcpcib.c Log Message: Recognize more rdc devices (Andrius V.) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x86/pci/rdcpcib.c

CVS commit: src/sys/arch/x86/pci

2020-03-24 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Mar 24 09:27:46 UTC 2020 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: fix vmx(4) cannot link up at boot time. reviewed by msaitoh@n.o, thanks. vmx(4) could call if_link_state_change(ifp, LINK_STATE_UP)

CVS commit: src/sys/arch/x86/pci

2020-02-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Feb 2 05:27:21 UTC 2020 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: - Adopt . - Use ifmedia_fini(). To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/x86/pci/if_vmx.c Please note

CVS commit: src/sys/arch/x86/pci

2020-01-29 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Wed Jan 29 08:43:30 UTC 2020 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix missing callout_destroy(). Pointed out by yamaguchi@n.o. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56

CVS commit: src/sys/arch/x86/pci

2020-01-28 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Wed Jan 29 02:58:51 UTC 2020 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix typo in evcnt description. Pointed out by yamaguchi@n.o. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/sys/arch/x86/pci

2019-12-24 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Dec 24 10:21:08 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix missing splnet() for ether_ioctl() caused by if_vmx.c:r1.32. pointed out by nonaka@n.o, thanks. To generate a diff of this commit:

CVS commit: src/sys/arch/x86/pci

2019-03-20 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Mar 20 13:34:51 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: PR/54058: vmx(4): Fix device enable command failure when the number of vCPUs is not a power of two. Make the size of the vmx(4) TX/RX queue

CVS commit: src/sys/arch/x86/pci

2018-12-30 Thread Ignatios Souvatzis
Module Name:src Committed By: is Date: Sun Dec 30 15:43:43 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdtemp.c Log Message: Document bobcat/puma family nicknames. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/x86/pci/amdtemp.c Please

CVS commit: src/sys/arch/x86/pci

2018-12-12 Thread Ignatios Souvatzis
Module Name:src Committed By: is Date: Wed Dec 12 23:35:04 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdnb_misc.c amdtemp.c Log Message: Added support for AMD family 16h cpu sensors - (just like 10h-14h). (Tested on netbsd-8.0 release.) To generate a diff of this

CVS commit: src/sys/arch/x86/pci

2018-11-27 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Nov 27 21:03:50 UTC 2018 Modified Files: src/sys/arch/x86/pci: pci_intr_machdep.c Log Message: actually allow pci_intr_alloc() with NULL count with MSI-X To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys/arch/x86/pci

2018-09-27 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Sep 27 14:59:43 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdtemp.c Log Message: Improve a bit, no real functional change. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/x86/pci/amdtemp.c

CVS commit: src/sys/arch/x86/pci

2018-09-22 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sun Sep 23 02:51:06 UTC 2018 Modified Files: src/sys/arch/x86/pci: pci_intr_machdep.c Log Message: Revert: http://mail-index.netbsd.org/source-changes/2018/09/10/msg098995.html It is incorrect to infer semantics from usage. the

CVS commit: src/sys/arch/x86/pci

2018-09-09 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Sep 10 02:49:23 UTC 2018 Modified Files: src/sys/arch/x86/pci: pci_intr_machdep.c Log Message: In the NIOAPIC case, we do not need to support "legacy" irqs, ie; We don't need to simultaneously pass back the irq in the range 0

CVS commit: src/sys/arch/x86/pci

2018-07-25 Thread Lars Reichardt
Module Name:src Committed By: para Date: Wed Jul 25 19:10:41 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: adjust for possible 49K offset presence of this offset is indicated by a set 19th bit which is shifted away this brings the temperature

CVS commit: src/sys/arch/x86/pci

2018-07-10 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jul 10 06:44:49 UTC 2018 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Fix bug, SPINOUT() is not supposed to take the value given to BACKOFF(). Here the exponential backoff is wrecked. To generate a diff of

CVS commit: src/sys/arch/x86/pci

2018-06-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jun 23 16:09:53 UTC 2018 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Disable all contemporary mode 1 quirks. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82

CVS commit: src/sys/arch/x86/pci

2018-06-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jun 23 16:05:05 UTC 2018 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: If mode 1 enable check fails, give mode 1 a second chance by trying to use it to locate a PCI Host Bridge or device from vendor that

CVS commit: src/sys/arch/x86/pci

2018-06-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 3 10:13:54 UTC 2018 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Constify lpcib_devices[] so that it lands in .rodata (1584 bytes). To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/sys/arch/x86/pci

2018-04-16 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Apr 16 09:12:52 UTC 2018 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: vmx(4): compute if_ibytes using rxq->vxrxq_stats.vmrxs_ibytes. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/arch/x86/pci

2018-04-16 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Apr 16 09:10:42 UTC 2018 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: vmx(4): handled SIOCZIFDATA. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/x86/pci/if_vmx.c Please note that

CVS commit: src/sys/arch/x86/pci

2018-04-15 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Apr 16 03:21:43 UTC 2018 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: vmx(4): Fix calculation of interface statistics counter. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/arch/x86/pci

2018-04-11 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Apr 11 10:34:20 UTC 2018 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: efiboot reports parent ppb bus/device/function of booted network inteface. To generate a diff of this commit: cvs rdiff -u -r1.79

CVS commit: src/sys/arch/x86/pci/imcsmb

2018-03-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Mar 15 23:57:18 UTC 2018 Modified Files: src/sys/arch/x86/pci/imcsmb: imc.c Log Message: Provide a default case also when building imc as builtin. Fixes ALL kernel build. ok pgoyette. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/x86/pci/imcsmb

2018-03-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Mar 3 05:27:02 UTC 2018 Modified Files: src/sys/arch/x86/pci/imcsmb: imcsmb.c Log Message: Fix the attach message - needs a ": " To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/x86/pci

2018-02-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Feb 12 17:01:22 UTC 2018 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: m_free -> m_freem, otherwise leak To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/x86/pci/if_vmx.c Please note

CVS commit: src/sys/arch/x86/pci

2018-01-27 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sat Jan 27 21:24:30 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdsmn.c Log Message: rescan amdsmnbus instead of amdsmn (fixes panic) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x86/pci/amdsmn.c

CVS commit: src/sys/arch/x86/pci

2018-01-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 27 00:21:42 UTC 2018 Modified Files: src/sys/arch/x86/pci: files.pci Log Message: provide an intermediate "bus" for the module and to be the same structure like amdtemp To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/x86/pci

2018-01-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 26 23:01:44 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: sc->sc_sensor cannot be NULL since it was just allocated with KM_SLEEP (which cannot fail). So remove the NULL-check. CID/1428644

CVS commit: src/sys/arch/x86/pci

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 23:37:34 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdsmn.c amdzentemp.c Log Message: Modularize the amdsmn(4) driver, and update dependency for amdzentemp(4) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/x86/pci

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 22:37:42 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Correct placement of __diagused attribute To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/x86/pci

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 22:14:01 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Put back the variable declaration, too, and mark it __diagused Otherwise a DIAGNOSTIC kernel will complain about the variable being

CVS commit: src/sys/arch/x86/pci

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 21:23:36 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: KNF: Put back the blank line following the empty variable declarations To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/x86/pci

2018-01-25 Thread Patrick Welche
Module Name:src Committed By: prlw1 Date: Thu Jan 25 15:01:05 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Unused variable build fix. (now void *aux is unused) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/x86/pci

2018-01-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 25 01:22:21 UTC 2018 Modified Files: src/sys/arch/x86/pci: files.pci Added Files: src/sys/arch/x86/pci: amdsmn.c amdsmn.h amdzentemp.c Log Message: Add amdzentemp from FreeBSD via Ian Clark To generate a diff

CVS commit: src/sys/arch/x86/pci

2017-07-28 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Jul 28 14:26:51 UTC 2017 Modified Files: src/sys/arch/x86/pci: msipic.c pci_addr_fixup.c pci_intr_machdep.c pci_msi_machdep.c Log Message: Don't include malloc.h. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/x86/pci

2017-04-14 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Apr 14 09:34:46 UTC 2017 Modified Files: src/sys/arch/x86/pci: pci_msi_machdep.c Log Message: disable msi/msix when the system doesn't detect ioapic. This would fix PR kern/52111. Some system does not detect ioapic when

CVS commit: src/sys/arch/x86/pci

2017-02-20 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Feb 20 09:02:01 UTC 2017 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Apply deferred if_start to vmx(4). To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/x86/pci/if_vmx.c Please

CVS commit: src/sys/arch/x86/pci

2017-02-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 9 03:38:01 UTC 2017 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Supress verbose message "This pci host supports neither MSI nor MSI-X." on VMware and KVM. OK'd by k-nakahara. To generate a diff

CVS commit: src/sys/arch/x86/pci

2017-01-10 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Jan 11 00:55:57 UTC 2017 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: we cannot guarantee that m_pulldown doesn't fail, as it may fail even if temporarily out of memory, and it will free the mbuf in this

CVS commit: src/sys/arch/x86/pci

2017-01-10 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Jan 11 00:51:22 UTC 2017 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: on error, free the mbuf in vmxnet3_txq_offload_ctx, not in callers. ok riastradh To generate a diff of this commit: cvs rdiff -u -r1.16

CVS commit: src/sys/arch/x86/pci

2017-01-10 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Jan 11 00:41:38 UTC 2017 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: GC unused macros. Even if they were used (and actually asserted), asserting on !mutex_owned is generally a bad idea, as it may be true in

CVS commit: src/sys/arch/x86/pci

2016-11-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Nov 29 22:27:09 UTC 2016 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: PR 51672 David Binderman: M_CSUM_TCPv6, not 2x M_CSUM_TCPv4. (from context it's quite clear that's what's supposed to be here) To

CVS commit: src/sys/arch/x86/pci

2016-11-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Nov 28 20:12:42 UTC 2016 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Mark a variable __diagused as it is only ever used in a KASSERT To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch/x86/pci

2016-11-27 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Nov 28 05:00:41 UTC 2016 Modified Files: src/sys/arch/x86/pci: pci_intr_machdep.c pci_msi_machdep.c Log Message: fix build of amd64/i386 with NO_PCI_MSI_MSIX option. To generate a diff of this commit: cvs rdiff -u -r1.38

CVS commit: src/sys/arch/x86/pci

2016-11-24 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Fri Nov 25 06:48:37 UTC 2016 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Add missing bpf_mtap. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x86/pci/if_vmx.c Please note that diffs

CVS commit: src/sys/arch/x86/pci

2016-11-24 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Fri Nov 25 05:29:55 UTC 2016 Modified Files: src/sys/arch/x86/pci: if_vmx.c if_vmxreg.h Log Message: Sync code with FreeBSD to support RSS - Use MSI/MSI-X if it is available. - Support TSO. co-authored by k-nakahara To

CVS commit: src/sys/arch/x86/pci

2016-10-01 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 1 21:51:53 UTC 2016 Modified Files: src/sys/arch/x86/pci: pchb.c Log Message: use 4-byte style accesses, should hopefully fix PR#37787. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/arch/x86/pci

2016-08-25 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Aug 25 12:21:22 UTC 2016 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: more fix line break position in verbose message. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76

CVS commit: src/sys/arch/x86/pci

2016-08-25 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Aug 25 11:06:50 UTC 2016 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: fix line break position in verbose message. pointed out by nonaka@n.o, thanks. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/x86/pci

2016-08-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Aug 6 21:57:04 UTC 2016 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Disable gpio(4) attachment to ichlpcib(4) by default. The GPIO lines on an ICH are usually connected to opaque platform- defined

CVS commit: src/sys/arch/x86/pci

2016-06-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jun 10 23:07:52 UTC 2016 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Avoid trying to create a tag for locating AMD HyperTransport bridge that will panic a machine that uses Configuration Mechanism 2.

CVS commit: src/sys/arch/x86/pci

2015-11-26 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Nov 26 16:27:05 UTC 2015 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Move acpimcfg_map_bus() before no-MSI bailout in pci_attach_hook(). To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73

CVS commit: src/sys/arch/x86/pci

2015-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 30 07:50:34 UTC 2015 Modified Files: src/sys/arch/x86/pci: tco.c Log Message: print the configuration information early so that it does not get intermingled with possible error prints. To generate a diff of this

CVS commit: src/sys/arch/x86/pci

2015-08-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Aug 13 04:52:40 UTC 2015 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: Add workaround for PCI prefetchable bit in msipic_construct_msix_pic(). Some chips (e.g. Intel 82599) report SERR and MSI-X interrupt

CVS commit: src/sys/arch/x86/pci

2015-08-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Aug 11 04:04:36 UTC 2015 Modified Files: src/sys/arch/x86/pci: msipic.c pci_msi_machdep.c Log Message: Add missing opt_intrdebug.h. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x86/pci/msipic.c

CVS commit: src/sys/arch/x86/pci

2015-07-24 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Jul 24 06:49:58 UTC 2015 Modified Files: src/sys/arch/x86/pci: pci_intr_machdep.c Log Message: fix pci_intr_alloc(..., NULL, 0). reported nonaka@n.o To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/arch/x86/pci

2015-06-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 22 03:57:01 UTC 2015 Modified Files: src/sys/arch/x86/pci: pci_msi_machdep.c Log Message: Don't check PCI_FLAGS_MSI_OKAY in pci_msix_alloc_common(). OK'd by knakahara. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/x86/pci

2015-05-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun May 17 04:59:43 UTC 2015 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Add Core 5G (mobile) LPC support. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/x86/pci/ichlpcib.c

CVS commit: src/sys/arch/x86/pci

2015-05-15 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri May 15 08:29:33 UTC 2015 Modified Files: src/sys/arch/x86/pci: pci_intr_machdep.c pci_msi_machdep.c Log Message: refactor: change function names and move them. To generate a diff of this commit: cvs rdiff -u -r1.31

CVS commit: src/sys/arch/x86/pci

2015-05-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 3 02:50:59 UTC 2015 Modified Files: src/sys/arch/x86/pci: files.pci ichlpcib.c Added Files: src/sys/arch/x86/pci: tco.c tco.h Log Message: Separate the watchdog code from the pcib code, and make the watchdog a

CVS commit: src/sys/arch/x86/pci

2015-04-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Apr 28 06:23:57 UTC 2015 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: Make this compilable in non-DIAGNOSTIC kernels. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x86/pci/msipic.c

CVS commit: src/sys/arch/x86/pci

2015-04-27 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Apr 28 02:38:53 UTC 2015 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: fix debug message. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x86/pci/msipic.c Please note that diffs

CVS commit: src/sys/arch/x86/pci

2015-01-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 13 08:57:02 UTC 2015 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: As I wrote in the last commit, The PMBASE and GPIOBASE registers are not compltible with the PCI spec and the map sizes are fixed to

CVS commit: src/sys/arch/x86/pci

2014-12-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Dec 15 13:29:43 UTC 2014 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Add DH89xxC[CL] LPC devices. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/arch/x86/pci/ichlpcib.c Please note

CVS commit: src/sys/arch/x86/pci

2014-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 11 02:31:55 UTC 2014 Modified Files: src/sys/arch/x86/pci: files.pci Log Message: add an agp dependency so that the agp drivers get loaded. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/arch/x86/pci

2014-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 7 12:48:21 UTC 2014 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: print the bad values in panic messages To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69

CVS commit: src/sys/arch/x86/pci

2014-11-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 5 05:07:43 UTC 2014 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: we don't need to keep track of curmode if not vga_post. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68

CVS commit: src/sys/arch/x86/pci

2014-10-17 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri Oct 17 20:55:21 UTC 2014 Modified Files: src/sys/arch/x86/pci: files.pci Log Message: Fix another indirect circular dependency (agp_* - (agpbus) - pchb - abp_*). Fixes no agp* build. Reported build-tested by Kurt

CVS commit: src/sys/arch/x86/pci

2014-08-13 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Thu Aug 14 05:42:16 UTC 2014 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Set ifflags callback so that the device can enter promiscuous mode. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/x86/pci

2014-07-19 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Sat Jul 19 06:12:24 UTC 2014 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Correct return value handling. m_defrag(9) is different from OpenBSD one, it returns new mbuf pointer on success, not zero. To generate a

CVS commit: src/sys/arch/x86/pci

2014-06-19 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Thu Jun 19 13:16:29 UTC 2014 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Make it be able to down I/F. This fixes panic when removing IFF_UP flag. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/x86/pci

2014-06-19 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Thu Jun 19 13:20:28 UTC 2014 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Use 64-bit DMA, if it is available. This fixes null packet handling on guest which have memory over than 3GB. To generate a diff of this

CVS commit: src/sys/arch/x86/pci

2014-05-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 12 11:55:39 UTC 2014 Modified Files: src/sys/arch/x86/pci: pciide_machdep.c Log Message: buf is only used in the ioapic case. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/arch/x86/pci

2014-05-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 6 18:54:34 UTC 2014 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: tidy up. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/x86/pci/pci_machdep.c Please note that diffs

CVS commit: src/sys/arch/x86/pci

2014-01-27 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 27 23:11:50 UTC 2014 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Stopgap to prevent genfb from stealing console. Revisit later. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65

CVS commit: src/sys/arch/x86/pci

2014-01-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jan 3 23:18:48 UTC 2014 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Add C2000 Platform Controller Unit(PCU). To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/x86/pci/ichlpcib.c

CVS commit: src/sys/arch/x86/pci

2014-01-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 4 02:09:12 UTC 2014 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Temporary disable C2000 PCU because the behavior of the wdog is little strange. To generate a diff of this commit: cvs rdiff -u -r1.41

CVS commit: src/sys/arch/x86/pci

2014-01-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 4 02:59:17 UTC 2014 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Add Z68 LPC. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/x86/pci/ichlpcib.c Please note that diffs are

CVS commit: src/sys/arch/x86/pci

2013-12-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Dec 25 17:24:39 UTC 2013 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Give cpu_comcnprobe a chance of working on Mode 2 PCI config space. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/sys/arch/x86/pci

2013-11-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 12 15:08:01 UTC 2013 Modified Files: src/sys/arch/x86/pci: amdtemp.c Log Message: Calcurate the processor family correctly. The extended family bits should be added only when the base family is 0xf. To generate a diff

CVS commit: src/sys/arch/x86/pci

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 21:12:24 UTC 2013 Modified Files: src/sys/arch/x86/pci: fwhrng.c pci_machdep.c Log Message: remove set but unused variables To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/x86/pci/fwhrng.c

CVS commit: src/sys/arch/x86/pci

2013-10-05 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Oct 5 11:20:35 UTC 2013 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Force PCI mode 1 when running under QEMU, to work around QEMU bug 897771. This should also make it possible to boot NetBSD under versions

CVS commit: src/sys/arch/x86/pci

2013-09-16 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Sep 17 01:16:45 UTC 2013 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Use '\n' at the end of all aprint_error_dev() format strings. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/sys/arch/x86/pci

2013-07-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 31 19:27:52 UTC 2013 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: hand genfb the virtual address of the actual framebuffer, not the upper left corner of the text area now centering works and we don't

CVS commit: src/sys/arch/x86/pci

2013-06-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 4 13:59:17 UTC 2013 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Add Intel 8 Series / C220 Series LPC devices. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/sys/arch/x86/pci

2013-05-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri May 3 15:42:31 UTC 2013 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: use IO_VGA as symbolic constant for 0x3c0 in x86_genfb_set_mapreg() To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/sys/arch/x86/pci

2013-01-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jan 12 20:34:00 UTC 2013 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Match the C600's ichlpcib. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/x86/pci/ichlpcib.c Please note

  1   2   >