Re: [ipxe-devel] [PATCH 0/2] lan78xx: Adding Microchip lan78xx driver support

2016-03-23 Thread Ravi.Hegde
> Are the devices similar enough that it would make sense to extend the > smsc75xx driver to cover both? It has somewhat similar MAC. Phy is different(driver may not do anything differently). Has OTP. I thought it would clutter the smsc75xx code if I try to combine. Thanks Ravi -Original

Re: [ipxe-devel] [PATCH 0/2] lan78xx: Adding Microchip lan78xx driver support

2016-03-23 Thread Michael Brown
On 23/03/16 19:01, ravi.he...@microchip.com wrote: Adding support for Microchip lan78xx USB 3.0 to Ethernet device. Maintained code structure of old smsc/microchip smsc75xx driver. Thank you! After several years of seeing dubiously licensed Microchip ROMs (which were very obviously built fr

[ipxe-devel] [PATCH 2/2] lan78xx: Adding driver for Microchip LAN78xx USB 3.0 to 10/100/1000 Ethernet device.

2016-03-23 Thread Ravi.Hegde
From: Ravi Hegde Adding driver for Microchip LAN78xx USB 3.0 to 10/100/1000 Ethernet device. This driver is tested with Microsoft WDS setup. Signed-off-by: Ravi Hegde --- src/drivers/net/lan78xx.c | 1371 + src/drivers/net/lan78xx.h | 285 +

[ipxe-devel] [PATCH 1/2] lan78xx: The error file entry for Microchip lan78xx driver.

2016-03-23 Thread Ravi.Hegde
From: Ravi Hegde Signed-off-by: Ravi Hegde --- src/include/ipxe/errfile.h |1 + 1 file changed, 1 insertion(+) diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h index 338ebdd..3acd11e 100644 --- a/src/include/ipxe/errfile.h +++ b/src/include/ipxe/errfile.h @@ -188,6 +188

[ipxe-devel] [PATCH 0/2] lan78xx: Adding Microchip lan78xx driver support

2016-03-23 Thread Ravi.Hegde
Adding support for Microchip lan78xx USB 3.0 to Ethernet device. Maintained code structure of old smsc/microchip smsc75xx driver. Ravi Hegde (2): The error file entry for Microchip lan78xx driver. Adding driver for Microchip LAN78xx USB 3.0 to 10/100/1000 Ethernet device. src/driver

Re: [ipxe-devel] iPXE, iscsi, isc-dhcp on FreeBSD 10.x

2016-03-23 Thread pathiaki2
CLIENT MAC ADDR: 00 23 AE 14 A8 50 GUID CLIENT IP: 192.168.021 MASK: 255.255.255.0 DHCP IP: 192.168.0.1 GATEWAY IP: 192.168.0.1 PXE->EB: !PXE at 9A22:0040, entry point at 9A22:00D6 UNDI code segment 9A22:4b50, data segment 966A:3B80 UNDI device is PCI 09:00.0, type DIX+802.3

Re: [ipxe-devel] [ipxe] make golan_check_rc_and_cmd_status() static (#51)

2016-03-23 Thread Christian Hesse
Closed #51. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/ipxe/ipxe/pull/51#event-599884872___ ipxe-devel mailing list ipxe-devel@lists.ipxe.org https://lists.i

Re: [ipxe-devel] [ipxe] make golan_check_rc_and_cmd_status() static (#51)

2016-03-23 Thread Christian Hesse
Fixed with 05027a7a125eee751e7aa2cd93f3a95f683f901a. Thanks! --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/ipxe/ipxe/pull/51#issuecomment-200227768___ ipxe-deve