lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 29 Mar 2007 08:23:12 -0400 From: Jeff Garzik <jeff@...zik.org> To: Chris Snook <csnook@...hat.com> CC: xiong.huang@...eros.com, jacliburn@...lsouth.net, netdev@...r.kernel.org Subject: Re: [PATCH] add Attansic L2 PCI ID Chris Snook wrote: > From: Chris Snook <csnook@...hat.com> > > Add PCI ID for the Attansic L2 100 Mb ethernet adapter. > > Signed-off-by: Chris Snook <csnook@...hat.com> > > --- linux-2.6.21-rc5.orig/include/linux/pci_ids.h 2007-03-27 23:26:50.000000000 -0400 > +++ linux-2.6.21-rc5/include/linux/pci_ids.h 2007-03-28 15:11:03.000000000 -0400 > @@ -2090,6 +2090,7 @@ > > #define PCI_VENDOR_ID_ATTANSIC 0x1969 > #define PCI_DEVICE_ID_ATTANSIC_L1 0x1048 > +#define PCI_DEVICE_ID_ATTANSIC_L2 0x2048 Actually you should be doing the reverse: Remove PCI_DEVICE_ID_ATTANSIC_L1, and replace the one place that uses it with the hexadecimal constant. Jeff - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists