diff options
| author | Nick Sayer <nsayer@FreeBSD.org> | 2001-08-23 03:06:16 +0000 |
|---|---|---|
| committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-08-23 03:06:16 +0000 |
| commit | 499147571e246e690da2d4e8e9889a890bd35532 (patch) | |
| tree | fab4581ab2628f87ae2a151832b8176c47d8d968 /sys/dev/wi | |
| parent | 85ceedd60f04fcf545101237cbc958eaf8727fba (diff) | |
Notes
Diffstat (limited to 'sys/dev/wi')
| -rw-r--r-- | sys/dev/wi/if_wi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index 164fcf41e094..4c10c10c2129 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -203,7 +203,7 @@ static driver_t wi_pci_driver = { sizeof(struct wi_softc) }; -struct { +static struct { unsigned int vendor,device; char *desc; } pci_ids[] = { |
