[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Support for D-Link DFE 528-TX and 538-TX
From: |
Alfred M. Szmidt |
Subject: |
Re: Support for D-Link DFE 528-TX and 538-TX |
Date: |
Fri, 6 Feb 2004 11:54:01 +0100 (MET) |
> 2004-02-05 Gianluca Guida <glguida@wazzabbanda.homelinux.org>
^
Two spaces. If in doubt, use GNU Emacs.
>
> * linux/src/drivers/net/rtl8139.c: Added support for
> DLink 528 TX and DLink 538 TX.
Thanks for this. According to the GCS you will have to mention all
changed, deleted and added functions, macros, etc. Something like:
(PCI_VENDOR_ID_REALTEK): New macro.
No, like this:
,----
| (PCI_VENDOR_ID_DLINK) [!PCI_VENDOR_ID_DLINK]: New macro.
| (PCI_DEVICE_ID_DLINK_538TX) [!PCI_DEVICE_ID_DLINK_538TX]: New macro.
`----
It is a conditional statment, and should be noted.
For changed functions I would mention something like:
(changedfunction): Check for the dlink PCIIDs.
Maybe, Check for D-Link 538TX?
And I would mention the source of this patch.
Indeed... I doubt that any copyright issues will arise from it.
The great nitpicker.
- Re: Support for D-Link DFE 528-TX and 538-TX, Gianluca Guida, 2004/02/05
- Re: Support for D-Link DFE 528-TX and 538-TX, Michael Banck, 2004/02/05
- Re: Support for D-Link DFE 528-TX and 538-TX, Alfred M. Szmidt, 2004/02/05
- Re: Support for D-Link DFE 528-TX and 538-TX, Gianluca Guida, 2004/02/05
- Re: Support for D-Link DFE 528-TX and 538-TX, Danilo Segan, 2004/02/05
- Re: Support for D-Link DFE 528-TX and 538-TX, Gianluca Guida, 2004/02/05
- Re: Support for D-Link DFE 528-TX and 538-TX, Alfred M. Szmidt, 2004/02/06
- Re: Support for D-Link DFE 528-TX and 538-TX, Marco Gerards, 2004/02/05
- Re: Support for D-Link DFE 528-TX and 538-TX,
Alfred M. Szmidt <=