diff options
-rw-r--r-- | sys/dev/agp/agp_i810.c | 2 | ||||
-rw-r--r-- | sys/pci/agp_i810.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index fdab4b6..f055e7f 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/agp_i810.c @@ -189,7 +189,7 @@ agp_i810_probe(device_t dev) if ((gcc1 & AGP_I830_GCC1_DEV2) == AGP_I830_GCC1_DEV2_DISABLED) { if (bootverbose) printf("I830: disabled, not probing\n"); - return ENXIO; + return ENXIO; } } diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c index fdab4b6..f055e7f 100644 --- a/sys/pci/agp_i810.c +++ b/sys/pci/agp_i810.c @@ -189,7 +189,7 @@ agp_i810_probe(device_t dev) if ((gcc1 & AGP_I830_GCC1_DEV2) == AGP_I830_GCC1_DEV2_DISABLED) { if (bootverbose) printf("I830: disabled, not probing\n"); - return ENXIO; + return ENXIO; } } |