Re: valgrind on FreeBSD 7

2008-10-02 Thread Yuri

Xin LI wrote:

Simon Barner wrote:

Mike Silbersack wrote:

On Mon, 17 Mar 2008, Heiko Wundram wrote:

Here's a tarball of what's in perforce right now.  I tried it a 
little bit, and it seemed to work for me.  Make sure to install the 
kernel module!


http://www.silby.com/valgrind_freebsd_3.tar.gz

But don't send me questions about it - I'm not an expert on it, I'm 
just the guy who grabbed it from perforce and found that it seems to 
work. :)


Could you please provide me with the details, so I can update my
(horribly outdated :( valgrind ports?


It was available from p4 at:

//depot/projects/valgrind/...

Note that this version does not work on architectures other than i386.

Cheers,



Any developments in Valgrind/Callgrind on FreeBSD?
Any hope to get this version into ports and to merge FreeBSD support up 
into Valgrind project?


Yuri

___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: valgrind on FreeBSD 7

2008-10-02 Thread Jeroen Ruigrok van der Werven
-On [20081002 09:28], Yuri ([EMAIL PROTECTED]) wrote:
Any developments in Valgrind/Callgrind on FreeBSD?

I have been working on/off on it.

I am trying to find my work in progress sources, but I think they got lost
when a hard disk died.

This is all I have found:

http://www.in-nomine.org/~asmodai/valgrind/valgrind-trunk-for-freebsd.diff

-- 
Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Experience keeps a dear school, yet Fools will learn in no other.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hardware support for AMD Geode CS5536 audio?

2008-10-02 Thread Joel Dahl

[EMAIL PROTECTED] skrev:

Another question.  How does one get the FreeBSD people to put this

 driver into their OS?

Make the source code available somewhere and hopefully someone (usually 
ariff@ or mav@) with knowledge about the sound subsystem will review it.


Just make sure that you follow our usual style(9) guidelines etc etc.

--
Joel

___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Re: Hardware support for AMD Geode CS5536 audio?

2008-10-02 Thread Alexander Leidinger

Quoting [EMAIL PROTECTED] (from Thu, 2 Oct 2008 05:05:12 -0400):


To All,

I finally have a working CS5536 audio driver for FreeBSD 6.2.  The  
filename is snd_amd5536.ko and I will be making it available  
shortly.  I have been using an ALIX-1C motherboard for my testing.   
Anyone have other hardware that they want to test it on?


Another question.  How does one get the FreeBSD people to put this  
driver into their OS?


You have to generate a patch for 8-current and send it to  
[EMAIL PROTECTED] for review. There may be some improvement  
suggestions or bug reports then. Fix the issues and generate a new  
patch. When there are no issues anymore, send a PR (problem report)  
with your patch. If you are lucky, a committer will take care of the  
PR (or he may already approach you before you send the PR).


Bye,
Alexander.

--
It has long been an axiom of mine that the
little things are infinitely the most important.
-- Sir Arthur Conan Doyle, A Case of Identity

http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org   netchild @ FreeBSD.org  : PGP ID = 72077137
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Re: Hardware support for AMD Geode CS5536 audio?

2008-10-02 Thread Alec Kloss
On 2008-10-02 05:05, [EMAIL PROTECTED] wrote:
 To All,
 
 I finally have a working CS5536 audio driver for FreeBSD 6.2.  The filename 
 is snd_amd5536.ko and I will be making it available shortly.  I have been 
 using an ALIX-1C motherboard for my testing.  Anyone have other hardware that 
 they want to test it on?

[chop]

I've got hardware I'd like to test on, but it's either running
8-CURRENT or 7-STABLE, not 6.x.  Once source code is available, I'd
be happy to take a shot at porting it up to the newer codebase.

-- 
Alec Kloss  [EMAIL PROTECTED]   IM: [EMAIL PROTECTED]
PGP key at http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xA241980E
No Bunny! -- Simon, http://wiki.adultswim.com/xwiki/bin/Frisky+Dingo/Simon


pgpZpGSgdn5Qq.pgp
Description: PGP signature


Re: i386/127710: My driver PCI probe is not called for my correspondingdevice ID and Vendor ID

2008-10-02 Thread M. Warner Losh
In message: [EMAIL PROTECTED]
Bagavathy Kumar Mahendran   [EMAIL PROTECTED] writes:
: 
: Dear Baldwin,
:   Thanks for your support .but my pci probe function is not
: getting called for my device id and vendor id. Because pccbb driver
: already sets the device_set_desc as PCI-CardBus Bridge. So is there any
: other option for me to make my_pciprobe function to be called for my
: corresponding device id and vendor id.

That's not why your probe isn't called.  Setting a description is
standard behavior for the probe routine.  Are you sure that the device
probe routine is getting called at all for any device?  Have you tried
just leaving cbb out of the kernel?  I recently fixed the original
problem in cbb (the fact it doesn't check the bridge type too), maybe
you could try to pick up that fix as well?

Warner


: Thanks,
: 
: Regards,
: Bagavathy kumar .M
: 
: 
: 
: -Original Message-
: From: John Baldwin [mailto:[EMAIL PROTECTED] 
: Sent: Wednesday, October 01, 2008 8:57 PM
: To: freebsd-hackers@freebsd.org
: Cc: Bagavathy Kumar Mahendran ; Warner Losh
: Subject: Re: FW: i386/127710: My driver PCI probe is not called for my
: correspondingdevice ID and Vendor ID
: 
: On Wednesday 01 October 2008 08:50:15 am Bagavathy Kumar Mahendran
: wrote:
:  
:  Dear All,
:   Iam writing a new driver for a SAS/SATA Controller having
: a
:  Class ID -0x01
:  Sub Class - 0x07
:  Programming Interface - 0x00
:  
:  Hence instead of my probe function the Static build Card Bus Driver
: cbb
:  is attaching just by simply checking sub class 0x07 and programming
:  interface 0x00.hence my probe gets failed. Kindly help me in resolving
:  this .what I thought is to add the card bus driver a checking of CLASS
:  ID in its pci probe function.
: 
: The pccbb driver returns BUS_PROBE_DEFAULT (it should probably return
: GENERIC 
: in the case where it matches only on class codes).  Your driver just
: needs to 
: return a numerically higher value (but still  0) to claim the device.
: You 
: can probably use BUS_PROBE_VENDOR or BUS_PROBE_DEFAULT + 1.
: 
: -- 
: John Baldwin
: 
: DISCLAIMER:
: 
---
: 
: The contents of this e-mail and any attachment(s) are confidential and 
intended for the named recipient(s) only.
: It shall not attach any liability on the originator or HCL or its affiliates. 
Any views or opinions presented in 
: this email are solely those of the author and may not necessarily reflect the 
opinions of HCL or its affiliates.
: Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of 
: this message without the prior written consent of the author of this e-mail 
is strictly prohibited. If you have
: received this email in error please delete it and notify the sender 
immediately. Before opening any mail and 
: attachments please check them for viruses and defect.
: 
: 
---
: 
: 
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]