diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2002-08-22 21:24:01 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2002-08-22 21:24:01 +0000 |
| commit | 4a6a94d8d803018858d728dad780253f98583be0 (patch) | |
| tree | 2fc5ad56a57cb03d56c0aa0af0f4c9ba2c7bb631 /sys/dev/gx | |
| parent | b87a69181edd9027bb62760f7ba1b564ba5451aa (diff) | |
Notes
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 = { |
