Re: more of em(4) support for iCH10 chip

2009-06-23 Thread Dariusz Swiderski
On Jun 24, 2009, at 2:30 AM, Brad wrote: On Fri, Jun 19, 2009 at 09:06:34PM -, sfi...@kefir.sfires.net wrote: hi, following diff brings support for ICH10 R BM LF chip as well, basic tests done by matthew at dempsky org (thanks). no changes to the code except for binging in new defines

Re: more of em(4) support for iCH10 chip

2009-06-23 Thread Matthew Dempsky
On Tue, Jun 23, 2009 at 6:15 PM, Brad wrote: > The 82574 diff already went in. Make sure your src tree is up to date. Got it, thanks. Patch works for me. OpenBSD 4.6-beta (GENERIC.MP) #2: Tue Jun 23 18:28:25 PDT 2009 r...@brick.dempsky.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem

Re: more of em(4) support for iCH10 chip

2009-06-23 Thread Brad
On Tuesday 23 June 2009 21:13:02 Matthew Dempsky wrote: > On Tue, Jun 23, 2009 at 5:30 PM, Brad wrote: > > Here is a newer diff with a few more additions.. > > > > - Put in the rest of the missing ICH9 and ICH10 PCI id's. > > - Some minor changes to deal with the BME1000 rev 2 PHY. > > - The initia

Re: more of em(4) support for iCH10 chip

2009-06-23 Thread Matthew Dempsky
On Tue, Jun 23, 2009 at 5:30 PM, Brad wrote: > Here is a newer diff with a few more additions.. > > - Put in the rest of the missing ICH9 and ICH10 PCI id's. > - Some minor changes to deal with the BME1000 rev 2 PHY. > - The initial bits to deal with the em_ich10lan MAC for the > other ICH10 chips

remove doubled error messages from ix(4) / ixgb(4).

2009-06-23 Thread Brad
As was done for em(4).. remove doubled error messages. Index: if_ix.c === RCS file: /cvs/src/sys/dev/pci/if_ix.c,v retrieving revision 1.18 diff -u -p -r1.18 if_ix.c --- if_ix.c 4 Jun 2009 22:27:31 - 1.18 +++ if_ix.c

Re: sparc hme(4) diff needs testing.

2009-06-23 Thread Brad
On Mon, Jun 22, 2009 at 11:02:57PM -0400, Brad wrote: > Here is a diff for sparc's copy of the hme(4) driver to rewrite the ioctl > handling code. > > Please test with hme(4) on sparc. Send a dmesg. Looks like I forgot to re-diff after 1.59 was commited. This is exactly the same but should now b

Re: more of em(4) support for iCH10 chip

2009-06-23 Thread Brad
On Fri, Jun 19, 2009 at 09:06:34PM -, sfi...@kefir.sfires.net wrote: > hi, > > following diff brings support for ICH10 R BM LF chip as well, basic tests > done by matthew at dempsky org (thanks). > no changes to the code except for binging in new defines > > (this is again a patch for my prev

cwm - handle the PAspect flag

2009-06-23 Thread Paul Stoeber
This diff supersedes http://marc.info/?l=openbsd-bugs&m=124471413424140 and attempts to handle the PAspect flag. The output of egrep '__int(32|64)_t;' /usr/src/sys/arch/*/include/_types.h seems to indicate that 'long long' is twice as big as 'int' on all supported platforms. The

Re: USB patch for ATI SB600 / SB700 chipsets needs testing.

2009-06-23 Thread Brad
On Tue, Jun 23, 2009 at 06:17:37AM -0400, Brad wrote: > On Tue, Jun 23, 2009 at 05:06:19AM -0400, Brad wrote: > > The following diff for the ATI SB600 / SB700 chipsets needs testing > > with the EHCI controller. There is a temporary printf to see when the > > workaround is being applied. > > > > A

Re: Request for help identifying NIC's attached to Northbridge

2009-06-23 Thread Brandan Rowley
I've tried 4.5 current and 4.6 beta with acpi enabled. No joy. Here is a dmesg from 4.6 beta. OpenBSD 4.6-beta (GENERIC) #9: Sun Jun 21 08:38:08 MDT 2009 t...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC cpu0: VIA Esther processor 1500MHz ("CentaurHauls" 686-class) 1.50 GHz cpu0: F

Re: USB patch for ATI SB600 / SB700 chipsets needs testing.

2009-06-23 Thread Brad
On Tue, Jun 23, 2009 at 05:06:19AM -0400, Brad wrote: > The following diff for the ATI SB600 / SB700 chipsets needs testing > with the EHCI controller. There is a temporary printf to see when the > workaround is being applied. > > Attached patch is intended to avoid USB subsystem hang symptoms on

USB patch for ATI SB600 / SB700 chipsets needs testing.

2009-06-23 Thread Brad
The following diff for the ATI SB600 / SB700 chipsets needs testing with the EHCI controller. There is a temporary printf to see when the workaround is being applied. Attached patch is intended to avoid USB subsystem hang symptoms on all ATI SB600 revisions and ATI SB700 south bridge revisions A12

Re: azalia: use line out jack colors in mixer names

2009-06-23 Thread LEVAI Daniel
On Tuesday 23 June 2009 03.39.55 Jacob Meuser wrote: > this is looking good but more test reports are always nice. It is working okay here. ThinkPad T60. [...] azalia0 at pci0 dev 27 function 0 "Intel 82801GB HD Audio" rev 0x02: apic 1 int 17 (irq 11 ) azalia0: RIRB time out azalia0: codecs: Anal

Re: cwm(1): exec globbing

2009-06-23 Thread Thomas Pfaff
On Wed, 17 Jun 2009 11:50:55 +0200 Thomas Pfaff wrote: > This diff adds globbing to the exec function so you can type e.g. > *ctl and get a list of all executable files that ends with ctl. So, what's the verdict on this one? The fnmatch lookup is case- sensitive but I think that makes sense; if

Re: azalia(4) diff needs testing.

2009-06-23 Thread Thomas Pfaff
On Tue, 23 Jun 2009 01:42:49 + Jacob Meuser wrote: > On Sun, Jun 21, 2009 at 01:07:37AM +, Jacob Meuser wrote: > > > > Please test the following diff with any azalia(4) adapter, but > > > > especially > > > > with any ATI or NVIDIA chipsets. Make sure sound still works properly > > > > wi