Re: CVS commit: src/sys/dev/pci

2018-05-17 Thread David Young
On Thu, May 17, 2018 at 12:01:30PM -0500, Jonathan A. Kollasch wrote: > On Wed, May 16, 2018 at 01:45:36PM -0700, Jason Thorpe wrote: > > > > > > > On May 16, 2018, at 1:07 PM, Jonathan A. Kollasch > > > wrote: > > > > > > I'm a bit uneasy about it myself for that same

Re: CVS commit: src/sys/dev/pci

2018-05-17 Thread Jonathan A. Kollasch
On Wed, May 16, 2018 at 01:45:36PM -0700, Jason Thorpe wrote: > > > > On May 16, 2018, at 1:07 PM, Jonathan A. Kollasch > > wrote: > > > > I'm a bit uneasy about it myself for that same reason. However, we > > do not to my knowledge have the infrastructure available to

Re: CVS commit: src/sys/dev/pci

2018-05-17 Thread Jason Thorpe
> On May 16, 2018, at 1:07 PM, Jonathan A. Kollasch > wrote: > > I'm a bit uneasy about it myself for that same reason. However, we > do not to my knowledge have the infrastructure available to do a > complete validation of the resource assignment. If we did, we'd be

Re: CVS commit: src/sys/dev/pci

2018-05-16 Thread Jonathan A. Kollasch
On Wed, May 16, 2018 at 12:50:22PM -0700, Jason Thorpe wrote: > > > > On May 16, 2018, at 12:02 PM, Jonathan A. Kollasch > > wrote: > > > > Module Name:src > > Committed By: jakllsch > > Date: Wed May 16 19:02:00 UTC 2018 > > > > Modified

Re: CVS commit: src/sys/dev/pci

2018-05-16 Thread Jason Thorpe
> On May 16, 2018, at 12:02 PM, Jonathan A. Kollasch > wrote: > > Module Name: src > Committed By: jakllsch > Date: Wed May 16 19:02:00 UTC 2018 > > Modified Files: > src/sys/dev/pci: pci_map.c > > Log Message: > Enable the appropriate memory or I/O space

Re: CVS commit: src/sys/dev/pci

2016-11-29 Thread Valery Ushakov
On Tue, Nov 29, 2016 at 21:54:11 +, Valeriy E. Ushakov wrote: > Module Name: src > Committed By: uwe > Date: Tue Nov 29 21:54:11 UTC 2016 > > Modified Files: > src/sys/dev/pci: if_vioif.c > > Log Message: > vioif_start() - do not call virtio_enqueue_abort() after error from >

Re: PR/49328 CVS commit: src/sys/dev/pci/ixgbe

2015-02-17 Thread Christos Zoulas
On Feb 17, 7:16pm, msai...@execsw.org (Masanobu SAITOH) wrote: -- Subject: Re: PR/49328 CVS commit: src/sys/dev/pci/ixgbe | On 2015/02/17 19:06, 6b...@6bone.informatik.uni-leipzig.de wrote: | On Wed, 4 Feb 2015, Christos Zoulas wrote: | ... | christos | | I have tested NetBSD 7.99.x

Re: PR/49328 CVS commit: src/sys/dev/pci/ixgbe

2015-02-17 Thread Masanobu SAITOH
On 2015/02/17 19:06, 6b...@6bone.informatik.uni-leipzig.de wrote: On Wed, 4 Feb 2015, Christos Zoulas wrote: ... christos I have tested NetBSD 7.99.x The problem is now solved. The PR can be closed. Regards Uwe Thanks. I'll send the pullup requet to netbsd-7. --

Re: PR/49328 CVS commit: src/sys/dev/pci/ixgbe

2015-02-17 Thread 6bone
On Wed, 4 Feb 2015, Christos Zoulas wrote: ... christos I have tested NetBSD 7.99.x The problem is now solved. The PR can be closed. Regards Uwe

Re: PR/49328 CVS commit: src/sys/dev/pci/ixgbe

2015-02-04 Thread Christos Zoulas
On Feb 4, 2:16pm, msai...@execsw.org (Masanobu SAITOH) wrote: -- Subject: Re: PR/49328 CVS commit: src/sys/dev/pci/ixgbe | Yes, it works with LOCKDEBUG. | | ifconfig up works | ifconfig down works | ifconfig up - down repeatedly works while forwarding works | reboot

Re: PR/49328 CVS commit: src/sys/dev/pci/ixgbe

2015-02-03 Thread Masanobu SAITOH
Hi, all. I fixed and committed some smallproblem to -current. The rest is: - Revert ixgbe_netbsd.c rev. 1.2 - make CORE_LOCK adaptive - Release spin lock while reinitializing the jumb buffer structure. Is it OK to commit? Index: ixgbe.c

Re: PR/49328 CVS commit: src/sys/dev/pci/ixgbe

2015-02-03 Thread Masanobu SAITOH
On 2015/02/04 14:08, Christos Zoulas wrote: On Feb 4, 1:49pm, msai...@execsw.org (Masanobu SAITOH) wrote: -- Subject: Re: PR/49328 CVS commit: src/sys/dev/pci/ixgbe | Hi, all. | | I fixed and committed some smallproblem to -current. | | The rest is: | | - Revert ixgbe_netbsd.c

Re: PR/49328 CVS commit: src/sys/dev/pci/ixgbe

2015-02-03 Thread Christos Zoulas
On Feb 4, 1:49pm, msai...@execsw.org (Masanobu SAITOH) wrote: -- Subject: Re: PR/49328 CVS commit: src/sys/dev/pci/ixgbe | Hi, all. | | I fixed and committed some smallproblem to -current. | | The rest is: | | - Revert ixgbe_netbsd.c rev. 1.2 | - make CORE_LOCK adaptive

Re: PR/49328 CVS commit: src/sys/dev/pci/ixgbe

2015-02-01 Thread Christos Zoulas
On Feb 1, 10:53am, c...@chuq.com (Chuck Silvers) wrote: -- Subject: Re: PR/49328 CVS commit: src/sys/dev/pci/ixgbe | sure, adding an DIAGNOSTIC assertion somewhere to catch this would be | an improvement. I'm not sure how you'd actually make the check though. | outside LOCKDEBUG we don't track

Re: PR/49328 CVS commit: src/sys/dev/pci/ixgbe

2015-02-01 Thread Chuck Silvers
(moving this discussion from gnats mail to tech-kern...) On Sun, Feb 01, 2015 at 12:56:51PM -0500, Christos Zoulas wrote: On Feb 1, 9:33am, c...@chuq.com (Chuck Silvers) wrote: -- Subject: Re: PR/49328 CVS commit: src/sys/dev/pci/ixgbe | that is not legal. pmap_growkernel() is not optional

Re: Accessing EHCI_USBINTR (Was: CVS commit: src/sys/dev/pci)

2012-07-19 Thread Matt Thomas
On Jul 19, 2012, at 7:03 PM, Valeriy E. Ushakov wrote: On Fri, Jul 20, 2012 at 01:26:19 +, Valeriy E. Ushakov wrote: Module Name: src Committed By:uwe Date:Fri Jul 20 01:26:19 UTC 2012 Modified Files: src/sys/dev/pci: ehci_pci.c Log Message: