add forgotten elements to the type tab. Reference: /n/atom/patch/applied/i218more Date: Wed May 28 07:19:09 CES 2014 Signed-off-by: quanstro@quanstro.net --- /sys/src/9/pc/ether82563.c Wed May 28 07:18:48 2014 +++ /sys/src/9/pc/ether82563.c Wed May 28 07:18:51 2014 @@ -392,12 +392,13 @@ CssSHIFT = 8, }; -typedef struct { +typedef struct Flash Flash; +struct Flash { u16int *reg; u32int *reg32; uint base; uint lim; -} Flash; +}; enum { /* 16 and 32-bit flash registers for ich flash parts */ @@ -494,6 +495,8 @@ i82583, 1514, 1, "i82583", 0, i210, 9728, 1, "i210", F75|Fnofct|Fert, i217, 9728, 1, "i217", F79phy|Fnofct|Fload|Fert, + i218, 9728, 1, "i218", F79phy|Fnofct|Fload|Fert, + i219, 9728, 1, "i219", F79phy|Fnofct|Fload|Fert, i350, 9728, 1, "i350", F75|F79phy|Fnofct, i354, 9728, 1, "i350", F75|F79phy|Fnofct, }; --- /sys/src/9/pcpae/ether82563.c Wed May 28 07:18:54 2014 +++ /sys/src/9/pcpae/ether82563.c Wed May 28 07:18:57 2014 @@ -392,12 +392,13 @@ CssSHIFT = 8, }; -typedef struct { +typedef struct Flash Flash; +struct Flash { u16int *reg; u32int *reg32; uint base; uint lim; -} Flash; +}; enum { /* 16 and 32-bit flash registers for ich flash parts */ @@ -494,6 +495,8 @@ i82583, 1514, 1, "i82583", 0, i210, 9728, 1, "i210", F75|Fnofct|Fert, i217, 9728, 1, "i217", F79phy|Fnofct|Fload|Fert, + i218, 9728, 1, "i218", F79phy|Fnofct|Fload|Fert, + i219, 9728, 1, "i219", F79phy|Fnofct|Fload|Fert, i350, 9728, 1, "i350", F75|F79phy|Fnofct, i354, 9728, 1, "i350", F75|F79phy|Fnofct, }; --- /sys/src/nix/k10/ether82563.c Wed May 28 07:19:00 2014 +++ /sys/src/nix/k10/ether82563.c Wed May 28 07:19:02 2014 @@ -392,12 +392,13 @@ CssSHIFT = 8, }; -typedef struct { +typedef struct Flash Flash; +struct Flash { u16int *reg; u32int *reg32; uint base; uint lim; -} Flash; +}; enum { /* 16 and 32-bit flash registers for ich flash parts */ @@ -494,6 +495,8 @@ i82583, 1514, 1, "i82583", 0, i210, 9728, 1, "i210", F75|Fnofct|Fert, i217, 9728, 1, "i217", F79phy|Fnofct|Fload|Fert, + i218, 9728, 1, "i218", F79phy|Fnofct|Fload|Fert, + i219, 9728, 1, "i219", F79phy|Fnofct|Fload|Fert, i350, 9728, 1, "i350", F75|F79phy|Fnofct, i354, 9728, 1, "i350", F75|F79phy|Fnofct, };