patch-2.1.17 linux/drivers/net/wavelan.h
Next file: linux/drivers/net/wavelan.p.h
Previous file: linux/drivers/net/wavelan.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Thu Dec 19 17:10:25 1996
- Orig file:
v2.1.16/linux/drivers/net/wavelan.h
- Orig date:
Thu Dec 12 19:37:06 1996
diff -u --recursive --new-file v2.1.16/linux/drivers/net/wavelan.h linux/drivers/net/wavelan.h
@@ -19,16 +19,16 @@
#ifndef _WAVELAN_H
#define _WAVELAN_H
-/* The detection of the wavelan card is made by reading the MAC address
- * from the card and checking it. If you have a non AT&T product (OEM,
- * like DEC RoamAbout, or Digital Ocean, Epson, ...), you must modify this
- * part to accomodate your hardware...
+/* The detection of the wavelan card is made by reading the MAC
+ * address from the card and checking it. If you have a non AT&T
+ * product (OEM, like DEC RoamAbout, or Digital Ocean, Epson, ...),
+ * you might need to modify this part to accomodate your hardware...
*/
const char MAC_ADDRESSES[][3] =
{
- { 0x08, 0x00, 0x0E }, /* AT&T Wavelan (standard) */
+ { 0x08, 0x00, 0x0E }, /* AT&T Wavelan (standard) & DEC RoamAbout */
{ 0x08, 0x00, 0x6A }, /* AT&T Wavelan (alternate) */
- /* Add your card here */
+ /* Add your card here and send me the patch ! */
};
#define WAVELAN_ADDR_SIZE 6 /* Size of a MAC address */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov