diff options
author | obrien <obrien@FreeBSD.org> | 2003-12-26 05:36:08 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-12-26 05:36:08 +0000 |
commit | 1a7807be1586b895492cfe55695d3b530bf4fdda (patch) | |
tree | f1f226ebff5a274e28639a92240dad934e0bf93a /sys/dev/gem | |
parent | 00399598755aa70f3cf04a619a7c645e8a06db96 (diff) | |
download | FreeBSD-src-1a7807be1586b895492cfe55695d3b530bf4fdda.zip FreeBSD-src-1a7807be1586b895492cfe55695d3b530bf4fdda.tar.gz |
Properly initialize all members of the sentinel entry.
Diffstat (limited to 'sys/dev/gem')
-rw-r--r-- | sys/dev/gem/if_gem_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/gem/if_gem_pci.c b/sys/dev/gem/if_gem_pci.c index ecd1b10..92fc1d3 100644 --- a/sys/dev/gem/if_gem_pci.c +++ b/sys/dev/gem/if_gem_pci.c @@ -126,7 +126,7 @@ struct gem_pci_dev { { 0x2bad108e, GEM_SUN_GEM, "Sun GEM Gigabit Ethernet Adaptor" }, { 0x0021106b, GEM_APPLE_GMAC, "Apple GMAC Ethernet Adaptor" }, { 0x0024106b, GEM_APPLE_GMAC, "Apple GMAC2 Ethernet Adaptor" }, - { 0, NULL } + { 0, 0, NULL } }; /* |