diff options
Diffstat (limited to 'sys/dev/gx')
| -rw-r--r-- | sys/dev/gx/if_gx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/gx/if_gx.c b/sys/dev/gx/if_gx.c index 38f63ff79b71..e6e00b93f4f9 100644 --- a/sys/dev/gx/if_gx.c +++ b/sys/dev/gx/if_gx.c @@ -119,7 +119,7 @@ static struct gx_device gx_devs[] = { 8 | 8 << 10 | 6 << 20, "Intel Gigabit Ethernet (82544GC-T)" }, #endif - { 0, 0, 0, NULL } + { 0, 0, 0, 0, NULL } }; static struct gx_regs new_regs = { |
