  | | | Intel 82573 Support? | Intel 82573 Support? 2006-01-06 - By Shaw, Marco
Back > I would like to know if anyone built a kickstart driver disk for this > NIC for RHEL 3 U5. Also, do you know if this NIC is > supported natively > in Update 6?
I'll take a stab at your 2nd question...
>From one of my U6 machines:
[root@(protected)]# pwd /usr/src/linux-2 (See http://nux-2.ora-code.com).4/drivers/net/e1000 [root@(protected)]# grep 82573 * e1000_hw.c: case E1000_DEV_ID_82573E: e1000_hw.c: case E1000_DEV_ID_82573E_IAMT: e1000_hw.c: hw->mac_type = e1000_82573; e1000_hw.c: case e1000_82573: e1000_hw.c: if(hw->mac_type == e1000_82573) { e1000_hw.c: case e1000_82573: e1000_hw.c: case e1000_82573: e1000_hw.c: if (hw->mac_type == e1000_82573) { e1000_hw.c: case e1000_82573: e1000_hw.c: case e1000_82573: e1000_hw.c: if (hw->mac_type != e1000_82573) { e1000_hw.c: /* FLASH reads without acquiring the semaphore are safe in 82573-based e1000_hw.c: (hw->mac_type != e1000_82573)) { e1000_hw.c: (hw->mac_type != e1000_82573)) e1000_hw.c: if(hw->mac_type == e1000_82573) { e1000_hw.c: if ((hw->mac_type == e1000_82573) && e1000_hw.c: /* 82573 reads only through eerd */ e1000_hw.c: if (hw->mac_type == e1000_82573) { e1000_hw.c: if (hw->mac_type == e1000_82573) { e1000_hw.c: case e1000_82573: e1000_hw.c: case e1000_82573: e1000_hw.c: case e1000_82573: e1000_hw.h: e1000_82573, e1000_hw.h:#define E1000_DEV_ID_82573E 0x108B e1000_hw.h:#define E1000_DEV_ID_82573E_IAMT 0x108C e1000_main.c: case e1000_82573: e1000_main.c: if((adapter->hw.mac_type != e1000_82573) && e1000_main.c: case e1000_82573: e1000_main.c: case e1000_82573: e1000_main.c: if(adapter->hw.mac_type == e1000_82573) { e1000_main.c: /* Enable 82573 IPv4 payload checksum for UDP fragments e1000_main.c: if (adapter->hw.mac_type == e1000_82573) e1000_main.c: if (adapter->hw.mac_type == e1000_82573) { e1000_main.c: if(adapter->hw.tx_pkt_filtering && (adapter->hw.mac_type == e1000_82573) ) e1000_main.c: * 82573 hardware supports TSO capabilities for IPv6 as well... e1000_main.c: if (adapter->hw.mac_type == e1000_82573 && e1000_main.c: "on 82573\n"); e1000_main.c: case e1000_82573: e1000_main.c: case e1000_82573:
There are strings matching '82573' in the source code, so I'd think U6 or 2.4.21-37.Elsmp will give you the driver you need.
Marco
-- Taroon-list mailing list Taroon-list@(protected) https://www.redhat.com/mailman/listinfo/taroon-list
|
|
 |