Re: [PATCH 2/3] NetXen: 64-bit memory fixes

2006-12-01 Thread Jeff Garzik
Amit S. Kale wrote: NetXen: 1G/10G Ethernet driver updates - These fixes take care of driver on machines with >4G memory - Driver cleanup Signed-off-by: Amit S. Kale <[EMAIL PROTECTED]> netxen_nic.h | 29 +-- netxen_nic_ethtool.c | 19 ++-- netxen_nic_hw.c

Re: [PATCH 2/3] NetXen: 64-bit memory fixes

2006-12-01 Thread Stephen Hemminger
Please don't mix whitespace and other fixes at same time. Add a cleanup patch at beginning or end of series. Please don't add other things like the driver name this in with bounce buffer patch. Why the name change from netxen to netxen_nic? > +/* Bounce buffer index */ > +struct bounce_index { >

[PATCH 2/3] NetXen: 64-bit memory fixes

2006-12-01 Thread Amit S. Kale
NetXen: 1G/10G Ethernet driver updates - These fixes take care of driver on machines with >4G memory - Driver cleanup Signed-off-by: Amit S. Kale <[EMAIL PROTECTED]> netxen_nic.h | 29 +-- netxen_nic_ethtool.c | 19 ++-- netxen_nic_hw.c |4 netxen_nic