On Sat, Jan 08, 2011, Brynet wrote:
> I'm not sure why the driver in Xenocara is so old, but I think it has to
> do with broken multihead on some cards.
> $ ftp http://ftp.x.org/pub/individual/driver/xf86-video-ati-6.13.2.tar.gz
Thanks for the suggestion. This works fine for me (I changed the
so
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
> 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
acce
On Sun, Jan 9, 2011 at 2:17 PM, Mark Kettenis
wrote:
>> Date: Sun, 9 Jan 2011 17:08:22 -0500 (EST)
>> From: Ted Unangst
>
>> #endif /* !SMALL */
>> ftp_printf(fin, ssl, "GET /%s %s\r\nHost: ", epath,
>> #ifndef SMALL
>> - restart_point ? "HTTP/1.1\r\nConnection
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 b
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.
T
On Sun, Jan 9, 2011 at 5:17 PM, Mark Kettenis
wrote:
>> Date: Sun, 9 Jan 2011 17:08:22 -0500 (EST)
>> From: Ted Unangst
>
>> #endif /* !SMALL */
>> ftp_printf(fin, ssl, "GET /%s %s\r\nHost: ", epath,
>> #ifndef SMALL
>> - restart_point ? "HTTP/1.1\r\nConnection
> Date: Sun, 9 Jan 2011 17:08:22 -0500 (EST)
> From: Ted Unangst
> #endif /* !SMALL */
> ftp_printf(fin, ssl, "GET /%s %s\r\nHost: ", epath,
> #ifndef SMALL
> - restart_point ? "HTTP/1.1\r\nConnection: close" :
> + "HTTP/1.1\r\nConnection: c
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
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
>
>
Hello tech@,
this patch actually enables support for certificate revocation in
isakmpd while using X.509 PKI. Currently the code loads the CRLs, but
when it comes to rejection of the revoked client, the daemon happily
jumps over its verification (if the public key is found at the first
try).
Now it
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 tr
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
dif
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 a
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
On 01/09/11 01:14, Brynet wrote:
> Nigel wrote:
>> Hi,
>>
>> You might be interested in other patches for the 880 chip set. See OpenBSD
>> X11
>> mail lists.
>>
>> ATI/AMD driver for 880G chipset
>>
>> http://marc.info/?l=openbsd-x11&m=128975076103964&w=2
>>
>>
>> I am considering attempting updat
On Sun, Jan 9, 2011 at 1:48 PM, Matthieu Herrb
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 I didn't incl
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
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
> > "egr
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
+++ xf86-video-ati
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
--- xf86-vi
21 matches
Mail list logo