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 s
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 note
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 s
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
Plea
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:
cv
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 src/sys/arch/x86/pci/pci_msi_ma
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
Pl
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 ca
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
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 co
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
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 src/sys/arch
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.
XX
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
Plea
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) from
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 t
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 src/sys/arch
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 src/sys/arch
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:
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
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 no
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 co
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 src/sy
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
Plea
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
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
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 to
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
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 src/sys/arch/x86/pci/pci_machd
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 p
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 src/sys/ar
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 src/sys/arch/x
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
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 src/sys/arch/x86/pci
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 -r1.
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 rd
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 src/sys/arch/x86/pci/imcsmb/imcs
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 th
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
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 -
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
T
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 -r1
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 src/sys/arch/x86/pci/amdzentemp
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
un
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 sr
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 src/sys/arch/x86/pci/am
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 o
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 -r1
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 "
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 n
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 of
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 scenario.
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 -r1.
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 unex
Module Name:src
Committed By: hikaru
Date: Tue Dec 27 03:09:55 UTC 2016
Modified Files:
src/sys/arch/x86/pci: if_vmx.c
Log Message:
Use the correct number of multicast addrs
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/pci/if_vmx.c
Plea
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 generat
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 src/sys/arch/x
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
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 are
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 generat
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 src/sys/arch/x86/pci/pch
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 src/sys/arch/x86/pci/pc
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 -r1
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 functio
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.
T
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 sr
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 commit
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 doesn
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
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 src/sys/ar
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
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
Please
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 -r1.32
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 l
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
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 are
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 128by
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
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 src/sys/arch/x86
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 src/sys/arch/x86/pci/pci_machde
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 src/sys/arch/x
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 Sch
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 src/sys/arc
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 d
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 co
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 src/sy
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 src/sys/arch/x86/pci/pciide_machd
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 ar
Module Name:src
Committed By: sborrill
Date: Tue May 6 09:01:26 UTC 2014
Modified Files:
src/sys/arch/x86/pci: pci_machdep.c
Log Message:
Force pci_mode 1 when running as Xen HVM domU to allow cd* to be detected
correctly. Fixes kern/48770. Thanks to cube@
To generate a
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 src/sy
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 n
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 -
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
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 sr
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
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
c
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
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 src/sys/arc
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
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 src/sys/arch/x86/pci/ichlpci
1 - 100 of 142 matches
Mail list logo