Soluções em Storage do tamanho da sua rede

2011-02-20 Thread Controle Net Tecnologia - Distribuidor Oficial no Brasil
Para visualizar esta mensagem, use um programa de e-mail compativel com html!

Re: Dell R310 - H200 Raid performance problem

2011-02-20 Thread David Gwynne
i believe the diff below should work out of the box. it pulls in all mikeb's fixes. On Fri, Feb 18, 2011 at 07:54:09PM +0100, ??ukasz Czarniecki wrote: > With following Mike's suggestions it worked. > > > # scsi -f /dev/rsd0c -m 8 > IC: 0 > ABPF: 0 > CAP: 0 > DISC: 0 > SIZE: 0 > WCE: 1 > M

Re: Dell R310 - H200 Raid performance problem

2011-02-20 Thread Mark Kettenis
> Date: Sun, 20 Feb 2011 19:54:21 +1000 > From: David Gwynne > > > how to manipulate write cache policy? > > the lsi firmwares dont implement handling of the mod page changes > unfortunately. you could call the ioctl this implements yourself > though from userland. David, while I think that impl

Re: Dell R310 - H200 Raid performance problem

2011-02-20 Thread Kenneth R Westerback
On Sun, Feb 20, 2011 at 12:39:06PM +0100, Mark Kettenis wrote: > > Date: Sun, 20 Feb 2011 19:54:21 +1000 > > From: David Gwynne > > > > > how to manipulate write cache policy? > > > > the lsi firmwares dont implement handling of the mod page changes > > unfortunately. you could call the ioctl thi

Re: Dell R310 - H200 Raid performance problem

2011-02-20 Thread Mark Kettenis
> Date: Sun, 20 Feb 2011 07:03:25 -0500 > From: Kenneth R Westerback > > On Sun, Feb 20, 2011 at 12:39:06PM +0100, Mark Kettenis wrote: > > > Date: Sun, 20 Feb 2011 19:54:21 +1000 > > > From: David Gwynne > > > > > > > how to manipulate write cache policy? > > > > > > the lsi firmwares dont imp

Re: Dell R310 - H200 Raid performance problem

2011-02-20 Thread Okan Demirmen
On Sun 2011.02.20 at 13:28 +0100, Mark Kettenis wrote: > > Date: Sun, 20 Feb 2011 07:03:25 -0500 > > From: Kenneth R Westerback > > > > On Sun, Feb 20, 2011 at 12:39:06PM +0100, Mark Kettenis wrote: > > > > Date: Sun, 20 Feb 2011 19:54:21 +1000 > > > > From: David Gwynne > > > > > > > > > how to

Re: Dell R310 - H200 Raid performance problem

2011-02-20 Thread Ted Unangst
On Sun, Feb 20, 2011 at 7:28 AM, Mark Kettenis wrote: > Ah, that's the bit I was missing. A userland tool to display and > manipulate the cache settings would still be good though. > Functionality should probably be added to bioctl(8). A bit > unfortunate that both the -c and -C options are alre

ATI Rage 128 diff

2011-02-20 Thread Mark Kettenis
This diff makes the xf86-video-r128 driver properly restore the graphics mode when leaving X. The problem is that the driver properly restores all the clocks, but doesn't properly restore the register that selects which of the clocks is actually used. This happens because a block of "general" reg

Re: Dell R310 - H200 Raid performance problem

2011-02-20 Thread Stuart Henderson
On 2011/02/20 11:59, Ted Unangst wrote: > On Sun, Feb 20, 2011 at 7:28 AM, Mark Kettenis > wrote: > > Ah, that's the bit I was missing. A userland tool to display and > > manipulate the cache settings would still be good though. > > Functionality should probably be added to bioctl(8). A bit > >

ANINDA iNGiLiZCE KONUSMA KILAVUZU

2011-02-20 Thread ingilizce kılavuz
Bir Kitap D|s|n|n T|rkce Okunuslar}yla Birlikte An}nda Mesaj}n}z} Kars}n}zdakilere Verebildiginiz.. ]ngilizcedeki en s}k kullan}lan kal}plar}n tek tek s}rayla yer ald}g} ANINDA iNGiLiZCE KONUSMA KILAVUZU Yeni kitab}m}z g}km}~t}r. (Bilgilendirme) ANINDA iNGiLiZCE KONUSMA KILAVUZU, EN SIK KULLANILAN

3 small net80211 fixes

2011-02-20 Thread Stefan Sperling
Here are three small net80211 fixes. I'm sending them in a batch, but feel free to ok or reject them individually. The first one is an old bug fix from FreeBSD for AP-bridging encrypted multicast frames. http://marc.info/?l=freebsd-current&m=114168135819304&w=2 http://svn.freebsd.org/viewvc/base?

ATI/AMD Radeon diff

2011-02-20 Thread Mark Kettenis
And it turns out the xf86-video-ati driver has a bug very similar to the one in xf86-video-r128. This makes my XVR-100 restore the video mode a blade2k. Again, this could use some testing on i386/amd64. Index: radeon_driver.c === R

mos(4) broadcast fix

2011-02-20 Thread Stefan Sperling
mos(4) doesn't set IFF_BROADCAST, which prevents hostapd(8) from using it. hostapd tries a SIOCGIFBRDADDR ioctl which fails with EINVAL in netinet/in.c: case SIOCGIFBRDADDR: if ((ifp->if_flags & IFF_BROADCAST) == 0) return (EINVAL); Index: if_mos.c

Re: Dell R310 - H200 Raid performance problem

2011-02-20 Thread Marco Peereboom
bah! On Sun, Feb 20, 2011 at 07:20:19PM +, Stuart Henderson wrote: > On 2011/02/20 11:59, Ted Unangst wrote: > > On Sun, Feb 20, 2011 at 7:28 AM, Mark Kettenis > > wrote: > > > Ah, that's the bit I was missing. A userland tool to display and > > > manipulate the cache settings would still be

Re: ATI/AMD Radeon diff

2011-02-20 Thread Mike Belopuhov
On Sun, Feb 20, 2011 at 10:08 PM, Mark Kettenis wrote: > And it turns out the xf86-video-ati driver has a bug very similar to > the one in xf86-video-r128. This makes my XVR-100 restore the video > mode a blade2k. > this fixes the named problem for me on mac mini g4 with radeon 9200. thanks!