Re: Very Slow Drawing w/ Radeon HD 3650 256MB

2009-09-08 Thread Taylor Venable
On Mon, Sep 07, 2009 at 11:40:28PM -0400, Taylor Venable wrote: > Running "ls /dev" takes upwards of 20 seconds to finish, I did a little more research on this today, using the latest snapshot (2009-09-06 I believe). Both the radeon and radeonhd X11 drivers have the same beha

Re: bce(4) "data error"

2009-08-09 Thread Taylor Venable
x27;d be willing to try them. -- Taylor Venable http://metasyntax.net/

bce(4) "data error"

2009-08-09 Thread Taylor Venable
snap I was running 4.5 release with no troubles but perhaps I'd just never stressed it right. It seems that if_bce.c has not changed since 4.5 was tagged. Dmesg attached. -- Taylor Venable http://metasyntax.net/ OpenBSD 4.6-current (GENERIC.MP) #126: Wed Aug 5 15:46:03 MDT 2009 der

bce0: Tx packet consumes too many DMA segments, dropping...

2009-05-21 Thread Taylor Venable
When trying to send certain large emails using Mutt 1.5.19, I'm getting the message "bce0: Tx packet consumes too many DMA segments, dropping..." from the kernel and at this point Mutt appears to hang. I'm running OpenBSD 4.5 on AMD64. The network device in question is a Broadcom BCM4401B1. Unfor

Re: Programming Question: using kqueue() and kevent()

2009-04-20 Thread Taylor Venable
(First, sorry if anybody got a response earlier; my net connection dropped out in the middle of sending the message and I'm pretty sure the mail did not make it through.) On Mon, Apr 20, 2009 at 08:31:44AM -0700, patrick keshishian wrote: > I've not used kqueue but first (quick) glance at the ma

Programming Question: using kqueue() and kevent()

2009-04-20 Thread Taylor Venable
I'm looking at using kqueue() and kevent() for some high-load client-side socket work, writing part of a stress testing system for our product at work. I've got an example that I put together, using the read filter on the socket file descriptors, but kevent() doesn't tell me that any data is avail