Re: RTL8168/8111 PCI express support

2008-06-11 Thread Fernando Apesteguía
On 6/11/08, Pyun YongHyeon [EMAIL PROTECTED] wrote: On Tue, Jun 10, 2008 at 03:11:22PM -0700, Jeremy Chadwick wrote: On Tue, Jun 10, 2008 at 11:08:05PM +0200, Fernando Apestegu?a wrote: I sent this mail to freebsd-questions but I got no answer. I hope you can help me. I got a

[RFC] patch to AHCI device detection code

2008-06-11 Thread Andrey V. Elsukov
Hi, Soren. I'm found solution for AHCI that solve ATAPI device detection for me. I just added waiting loop on PxTFD after reset and now my SATA DVD detected well. Waiting time (in my case) may vary from 1ms to 900 ms. Also AHCI spec says: 10.4.2 Port Reset ... When PxSCTL.DET is set to 0h,

Re: [RFC] patch to AHCI device detection code

2008-06-11 Thread Andrey V. Elsukov
Andrey V. Elsukov wrote: Hi, Soren. Hi, All too :) Not so long Soren said that he is losing emails, so i added freebsd-hackers@ list to be heard. -- WBR, Andrey V. Elsukov ___ freebsd-hackers@freebsd.org mailing list

Re: [RFC] patch to AHCI device detection code

2008-06-11 Thread Søren Schmidt
Hi Well, as you can see I tried this when I added the PM code to AHCI, however one of the reasons I left it out again (for now) is that it doesn't work on more than about 50% of the AHCI chipsets out there.. Modern HW in a nutshell, you win some you loose some ;) -Søren On 11Jun,

Re: [RFC] patch to AHCI device detection code

2008-06-11 Thread Andrey V. Elsukov
Søren Schmidt wrote: Well, as you can see I tried this when I added the PM code to AHCI, however one of the reasons I left it out again (for now) is that it doesn't work on more than about 50% of the AHCI chipsets out there.. Modern HW in a nutshell, you win some you loose some ;) Hm.. I

Re: [RFC] patch to AHCI device detection code

2008-06-11 Thread Søren Schmidt
Hi You are right on that one of course, from my quick eyeballing the patch I thought you enabled the reset sequence too, but on a closer look its only the extra timeout, my bad. However, the most usual problem is that the devices does not leave a signature behind due to the missing reset

Re: bus_dmamem_alloc

2008-06-11 Thread John-Mark Gurney
Jason Harmening wrote this message on Sat, Jun 07, 2008 at 23:41 -0500: I've written a FreeBSD driver for Conexant CX2388x-based PCI TV capture cards. I have a partial one in P4 that seems to handle data transers fine, but as ATI never gave me the docs for programming the ATSC demodulator, I

Re: Kerberized CIFS client?

2008-06-11 Thread Derek Taylor
On Sun, 08 Jun 2008, Atte Peltomki wrote: smbclient (and other samba utilities) do not refer to krb5.conf when figuring out the kerberos realm. you will have to put to your krb5.conf on both client and server: [domain_realms] cifs.example.com = realm.example.com I've done this step, but

Re: bus_dmamem_alloc

2008-06-11 Thread Jason Harmening
On Wednesday 11 June 2008, John-Mark Gurney wrote: Why not use the SRAM for this? That's what my driver does... w/ 32k SRAM, it's more than enough for more programs... The DMA programs (or at least a significant chunk of them) will get stored in the SRAM, if there's enough room. That's

Re: RTL8168/8111 PCI express support

2008-06-11 Thread Pyun YongHyeon
On Wed, Jun 11, 2008 at 09:13:24AM +0200, Fernando Apestegu?a wrote: On 6/11/08, Pyun YongHyeon [EMAIL PROTECTED] wrote: On Tue, Jun 10, 2008 at 03:11:22PM -0700, Jeremy Chadwick wrote: On Tue, Jun 10, 2008 at 11:08:05PM +0200, Fernando Apestegu?a wrote: I sent this mail to