Add a new PCI id found on some new Asus boards. Its a raw PCI id in
the driver and no mention of any particular Asus boards so I have
assigned it L1E_2 for now.
>From the Linux Attansic L1E driver.
Index: if_ale.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/if_ale.c,v
retrieving revision 1.4
diff -u -p -r1.4 if_ale.c
--- if_ale.c 29 Mar 2009 21:53:52 -0000 1.4
+++ if_ale.c 17 Jun 2009 20:34:58 -0000
@@ -120,7 +120,8 @@ void ale_stats_update(struct ale_softc *
void ale_stop_mac(struct ale_softc *);
const struct pci_matchid ale_devices[] = {
- { PCI_VENDOR_ATTANSIC, PCI_PRODUCT_ATTANSIC_L1E }
+ { PCI_VENDOR_ATTANSIC, PCI_PRODUCT_ATTANSIC_L1E },
+ { PCI_VENDOR_ATTANSIC, PCI_PRODUCT_ATTANSIC_L1E_2 }
};
struct cfattach ale_ca = {
Index: pcidevs
===================================================================
RCS file: /cvs/src/sys/dev/pci/pcidevs,v
retrieving revision 1.1478
diff -u -p -r1.1478 pcidevs
--- pcidevs 18 Jun 2009 08:19:34 -0000 1.1478
+++ pcidevs 18 Jun 2009 19:45:40 -0000
@@ -1359,6 +1359,7 @@ product ATTANSIC L1E 0x1026 L1E
product ATTANSIC L1 0x1048 L1
product ATTANSIC L2C 0x1062 L2C
product ATTANSIC L1C 0x1063 L1C
+product ATTANSIC L1E_2 0x1066 L1E 2
product ATTANSIC L2 0x2048 L2
/* Aureal products */
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.