Re: Adds product ATI RADEON_HD5570

2013-03-25 Thread acamari


On Sun, 24 Mar 2013, Ted Unangst wrote:

 On Sun, Mar 24, 2013 at 16:59, Abel Abraham Camarillo Ojeda wrote:
  When I used nail it _always_ segfaults when trying to open
  my gmail inbox via IMAP, maybe it has something to do
  with my 30,000 mails in inbox...
 
 smtp and imap are separate and unrelated protocols. your mail client
 doesn't need to read your imap inbox to send mails using smtp.
 

I hope alpine doesn't mangle this.

Index: dev/pci/pcidevs
===
RCS file: /cvs/src/sys/dev/pci/pcidevs,v
retrieving revision 1.1670
diff -u -p -r1.1670 pcidevs
--- dev/pci/pcidevs 14 Mar 2013 14:47:00 -  1.1670
+++ dev/pci/pcidevs 18 Mar 2013 22:09:57 -
@@ -1273,6 +1273,7 @@ product ATI RADEON_HD6670 0x6758  Radeon 
 product ATI RADEON_HD5800  0x6899  Radeon HD 5800
 product ATI RADEON_HD5700  0x68b8  Radeon HD 5700
 product ATI RADEON_HD5670  0x68d8  Radeon HD 5670
+product ATI RADEON_HD5570  0x68d9  Radeon HD 5570
 product ATI MOBILITY_HD54700x68e0  Radeon Mobility HD 5470
 product ATI MOBILITY_HD54300x68e1  Radeon Mobility HD 5430
 product ATI RADEON_HD5450  0x68f9  Radeon HD 5450
Index: dev/pci/pcidevs.h
===
RCS file: /cvs/src/sys/dev/pci/pcidevs.h,v
retrieving revision 1.1666
diff -u -p -r1.1666 pcidevs.h
--- dev/pci/pcidevs.h   14 Mar 2013 14:47:28 -  1.1666
+++ dev/pci/pcidevs.h   18 Mar 2013 22:10:30 -
@@ -1278,6 +1278,7 @@
 #definePCI_PRODUCT_ATI_RADEON_HD5800   0x6899  /* Radeon HD 
5800 */
 #definePCI_PRODUCT_ATI_RADEON_HD5700   0x68b8  /* Radeon HD 
5700 */
 #definePCI_PRODUCT_ATI_RADEON_HD5670   0x68d8  /* Radeon HD 
5670 */
+#definePCI_PRODUCT_ATI_RADEON_HD5570   0x68d9  /* Radeon HD 
5570 */
 #definePCI_PRODUCT_ATI_MOBILITY_HD5470 0x68e0  /* Radeon 
Mobility HD 5470 */
 #definePCI_PRODUCT_ATI_MOBILITY_HD5430 0x68e1  /* Radeon 
Mobility HD 5430 */
 #definePCI_PRODUCT_ATI_RADEON_HD5450   0x68f9  /* Radeon HD 
5450 */
Index: dev/pci/pcidevs_data.h
===
RCS file: /cvs/src/sys/dev/pci/pcidevs_data.h,v
retrieving revision 1.1661
diff -u -p -r1.1661 pcidevs_data.h
--- dev/pci/pcidevs_data.h  14 Mar 2013 14:47:28 -  1.1661
+++ dev/pci/pcidevs_data.h  18 Mar 2013 22:10:30 -
@@ -3408,6 +3408,10 @@ static const struct pci_known_product pc
Radeon HD 5670,
},
{
+   PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD5570,
+   Radeon HD 5570,
+   },
+   {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_MOBILITY_HD5470,
Radeon Mobility HD 5470,
},



Re: Adds product ATI RADEON_HD5570

2013-03-24 Thread Abel Abraham Camarillo Ojeda
anyone?

On Wed, Mar 20, 2013 at 3:10 AM, Abel Abraham Camarillo Ojeda
acam...@verlet.org wrote:
 patch attached.

 ok?



Re: Adds product ATI RADEON_HD5570

2013-03-24 Thread Mike Larkin
On Sun, Mar 24, 2013 at 03:48:39AM -0600, Abel Abraham Camarillo Ojeda wrote:
 anyone?
 
 On Wed, Mar 20, 2013 at 3:10 AM, Abel Abraham Camarillo Ojeda
 acam...@verlet.org wrote:
  patch attached.
 
  ok?
 

Don't mime attach patches and you'll likely get a better response.



Re: Adds product ATI RADEON_HD5570

2013-03-24 Thread Abel Abraham Camarillo Ojeda
I'm using gmail :(

You can't inline them using it...

On Sun, Mar 24, 2013 at 7:50 AM, Mike Larkin mlar...@azathoth.net wrote:
 On Sun, Mar 24, 2013 at 03:48:39AM -0600, Abel Abraham Camarillo Ojeda wrote:
 anyone?

 On Wed, Mar 20, 2013 at 3:10 AM, Abel Abraham Camarillo Ojeda
 acam...@verlet.org wrote:
  patch attached.
 
  ok?


 Don't mime attach patches and you'll likely get a better response.



Re: Adds product ATI RADEON_HD5570

2013-03-24 Thread Stuart Henderson
On 2013/03/24 16:38, Abel Abraham Camarillo Ojeda wrote:
 I'm using gmail :(
 
 You can't inline them using it...

you can setup smtpd to use gmail's SMTP server via smtp auth,
then use a standard mail client (mutt, mail(1), etc) which knows
how to send diffs in the usual in-line method which most projects
want to see them in without mangling them.



Re: Adds product ATI RADEON_HD5570

2013-03-24 Thread Shawn K. Quinn
On Sun, 2013-03-24 at 16:38 -0600, Abel Abraham Camarillo Ojeda wrote:
 I'm using gmail :(
 
 You can't inline them using it...

It is possible to set up a regular IMAP email client (Evolution, for
example) to access Gmail, and you can use that for sending patches.

-- 
Shawn K. Quinn skqu...@rushpost.com



Re: Adds product ATI RADEON_HD5570

2013-03-24 Thread Abel Abraham Camarillo Ojeda
When I used nail it _always_ segfaults when trying to open
my gmail inbox via IMAP, maybe it has something to do
with my 30,000 mails in inbox...

I will try to use nail to send this inline, thanks.

On Sun, Mar 24, 2013 at 4:53 PM, Shawn K. Quinn skqu...@rushpost.com wrote:
 On Sun, 2013-03-24 at 16:38 -0600, Abel Abraham Camarillo Ojeda wrote:
 I'm using gmail :(

 You can't inline them using it...

 It is possible to set up a regular IMAP email client (Evolution, for
 example) to access Gmail, and you can use that for sending patches.

 --
 Shawn K. Quinn skqu...@rushpost.com




Re: Adds product ATI RADEON_HD5570

2013-03-24 Thread Ted Unangst
On Sun, Mar 24, 2013 at 16:59, Abel Abraham Camarillo Ojeda wrote:
 When I used nail it _always_ segfaults when trying to open
 my gmail inbox via IMAP, maybe it has something to do
 with my 30,000 mails in inbox...

smtp and imap are separate and unrelated protocols. your mail client
doesn't need to read your imap inbox to send mails using smtp.



Adds product ATI RADEON_HD5570

2013-03-20 Thread Abel Abraham Camarillo Ojeda
patch attached.

ok?


hd5570.patch
Description: Binary data