Re: [PATCH 10/14 v2] nes: eeprom and phy routines

2007-10-31 Thread Roland Dreier
+/* TODO: deal with EEPROM endian issues */ This is pretty scary. Is the driver broken on big-endian systems now? +/* +Everything you wanted to know about CRC algorithms, but were afraid to ask + for fear that errors in your understanding might be detected. Version : 3. etc

RE: [PATCH 10/14 v2] nes: eeprom and phy routines

2007-10-31 Thread Glenn Grundstrom
+/* +Everything you wanted to know about CRC algorithms, but were afraid to ask + for fear that errors in your understanding might be detected. Version : 3. etc etc... can all this be replaced with what's in lib/crc32.c? (I hope so) Replacing this code is already in the works.

[PATCH 10/14 v2] nes: eeprom and phy routines

2007-10-19 Thread ggrundstrom
Misc eeprom, phy, and debug routines. Signed-off-by: Glenn Grundstrom [EMAIL PROTECTED] --- --- NULL1969-12-31 18:00:00.0 -0600 +++ ofa_kernel-1.3/drivers/infiniband/hw/nes/nes_utils.c2007-10-19 09:43:32.0 -0500 @@ -0,0 +1,873 @@ +/* + * Copyright (c) 2006 - 2007