new radeon driver ids

2011-01-09 Thread Ted Unangst
these are some new IDs extracted from version 6.12.7 of the ati driver. they may not all work, depending on kernel support. untested, i have no hardware. part 1 of a broken up ati driver update. diff -ru xf86-video-ati-orig/src/ati_pciids_gen.h xf86-video-ati/src/ati_pciids_gen.h ---

small radeon driver fixes

2011-01-09 Thread Ted Unangst
these are some small fixes I extracted out of the 6.2.17 driver, that seemed somewhat safe or independent. untested. diff -ru xf86-video-ati-newid/src/atombios_crtc.c xf86-video-ati/src/atombios_crtc.c --- xf86-video-ati-newid/src/atombios_crtc.cSun Jan 9 11:57:52 2011 +++

Re: netstat default if

2011-01-09 Thread Nicholas Marriott
Maybe want to use IFG_EGRESS instead of egress but otherwise reads fine and works great, ok nicm. On Fri, Jan 07, 2011 at 09:36:23PM -0500, Ted Unangst wrote: On Sat, 8 Jan 2011, Nicholas Marriott wrote: Nice idea, but maybe it could pick the same one that the interface group egress

Re: more radeon updates

2011-01-09 Thread Matthieu Herrb
On Sun, Jan 09, 2011 at 12:28:13PM -0500, Ted Unangst wrote: this is most of the rest of the difference between our driver and 6.2.17. I don't claim to understand what any of this does, but these changes looked big so I didn't include them in previous diffs. hopefully this is useful in

Re: more radeon updates

2011-01-09 Thread Ted Unangst
On Sun, Jan 9, 2011 at 1:48 PM, Matthieu Herrb matthieu.he...@laas.fr wrote: On Sun, Jan 09, 2011 at 12:28:13PM -0500, Ted Unangst wrote: this is most of the rest of the difference between our driver and 6.2.17. I don't claim to understand what any of this does, but these changes looked big so

Re: new radeon driver ids

2011-01-09 Thread Nigel Taylor
On 01/09/11 17:23, Ted Unangst wrote: these are some new IDs extracted from version 6.12.7 of the ati driver. they may not all work, depending on kernel support. untested, i have no hardware. part 1 of a broken up ati driver update. diff -ru xf86-video-ati-orig/src/ati_pciids_gen.h

Re: new radeon driver ids

2011-01-09 Thread Brad
On Sunday 09 January 2011 14:47:57 Nigel Taylor wrote: Hi, The 0x9715,RS880_9715,RS880,,1,,,1,ATI Radeon HD 4290, that should be ATI Radeon HD 4250. It's wrong in the xf86-video-ati driver. Needs reporting upstream. Then file a bug report upstream. Mentioning it here isn't of any use. --

Re: nc -U -u (Unix datagram socket support)

2011-01-09 Thread Jeremy Evans
jmc@ and I discussed these man page changes. He's OK with this patch, but would like another network developer to approve. So, looking for OKs. Jeremy Index: nc.1 === RCS file: /cvs/src/usr.bin/nc/nc.1,v retrieving revision 1.56

Re: http gzip support for ftp

2011-01-09 Thread Ted Unangst
On Sun, 9 Jan 2011, Ted Unangst wrote: Downloading things can go a lot faster if the server and client support http compression. This is easily added to the ftp program's http support. It consists of two parts. Support for deflating the data we receive and support for the chunked

Re: nc -U -u (Unix datagram socket support)

2011-01-09 Thread Nicholas Marriott
Not sure I count as a network developer but this looks fine to me. On Sun, Jan 09, 2011 at 01:15:51PM -0800, Jeremy Evans wrote: jmc@ and I discussed these man page changes. He's OK with this patch, but would like another network developer to approve. So, looking for OKs. Jeremy Index:

Re: http gzip support for ftp

2011-01-09 Thread Ted Unangst
On Sun, 9 Jan 2011, Ted Unangst wrote: Downloading things can go a lot faster if the server and client support http compression. This is easily added to the ftp program's http support. poopers, I hard coded gzipped to 1 by accident. 3rd time's a charm. Please test, as there are obviously

Re: http gzip support for ftp

2011-01-09 Thread Mark Kettenis
Date: Sun, 9 Jan 2011 17:08:22 -0500 (EST) From: Ted Unangst ted.unan...@gmail.com #endif /* !SMALL */ ftp_printf(fin, ssl, GET /%s %s\r\nHost: , epath, #ifndef SMALL - restart_point ? HTTP/1.1\r\nConnection: close : +

Re: http gzip support for ftp

2011-01-09 Thread Ted Unangst
On Sun, Jan 9, 2011 at 5:17 PM, Mark Kettenis mark.kette...@xs4all.nl wrote: Date: Sun, 9 Jan 2011 17:08:22 -0500 (EST) From: Ted Unangst ted.unan...@gmail.com #endif /* !SMALL */ ftp_printf(fin, ssl, GET /%s %s\r\nHost: , epath, #ifndef SMALL -

http gzip support for ftp

2011-01-09 Thread Ted Unangst
Downloading things can go a lot faster if the server and client support http compression. This is easily added to the ftp program's http support. It consists of two parts. Support for deflating the data we receive and support for the chunked transfer the server will use to send data to us.

Re: New acpi challenges! New Dell XPS blows up in acpivideo!

2011-01-09 Thread Jordan Hargrave
It looks like there is a new L06 bios for the L401X, can you try this? Date: Wed, 22 Dec 2010 16:08:54 -0500 From: kwesterb...@rogers.com To: tech@openbsd.org CC: jor...@openbsd.org; mlar...@openbsd.org; ma...@openbsd.org; kette...@openbsd.org Subject: New acpi challenges! New Dell XPS blows

Re: http gzip support for ftp

2011-01-09 Thread Philip Guenther
On Sun, Jan 9, 2011 at 2:17 PM, Mark Kettenis mark.kette...@xs4all.nl wrote: Date: Sun, 9 Jan 2011 17:08:22 -0500 (EST) From: Ted Unangst ted.unan...@gmail.com #endif /* !SMALL */ ftp_printf(fin, ssl, GET /%s %s\r\nHost: , epath, #ifndef SMALL -

Re: http gzip support for ftp

2011-01-09 Thread Brynet
If someone can find a server that is broken and barfs on getting a request version greater than it expects Marcus Glocker's nostromo has this problem, among others, I can't seem to get any feedback out of him though. ;-) It rejects HTTP/1.2, even though that's nonexistent.. a server must

Re: New acpi challenges! New Dell XPS blows up in acpivideo!

2011-01-09 Thread Kenneth R Westerback
On Sun, Jan 09, 2011 at 10:47:02PM +, Jordan Hargrave wrote: It looks like there is a new L06 bios for the L401X, can you try this? Already did. I'm a compulsive BIOS updater. :-). No behaviour change. Ken Date: Wed, 22 Dec 2010 16:08:54 -0500 From: kwesterb...@rogers.com To: