diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-10 23:07:00 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-10 23:07:00 +0000 |
| commit | 74b8d63dcc17c07d8cb21e13f6db517698efd49f (patch) | |
| tree | f9ef37d6819baa5fad7e8d8d09e679def3577aa7 /sys/dev/tdfx | |
| parent | 61a4e586d4ea3a05c656c094b62a1e550737086c (diff) | |
Notes
Diffstat (limited to 'sys/dev/tdfx')
| -rw-r--r-- | sys/dev/tdfx/tdfx_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c index 918857a8abbc..be423751ca35 100644 --- a/sys/dev/tdfx/tdfx_pci.c +++ b/sys/dev/tdfx/tdfx_pci.c @@ -127,7 +127,7 @@ tdfx_probe(device_t dev) case PCI_DEVICE_3DFX_VOODOO1: device_set_desc(dev, "3DFX Voodoo Graphics 3D Accelerator"); return BUS_PROBE_DEFAULT; - }; + } return ENXIO; } |
