summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2002-10-03 06:10:54 +0000
committerEric Anholt <anholt@FreeBSD.org>2002-10-03 06:10:54 +0000
commitd5157cd6929fa55e0609b8e797366d632e5930f0 (patch)
tree81882b0b14555d29b4311c74201f4fa17c30ea07 /sys
parentcb81d3ca4da4440b473f67d3e8184af03de9ac69 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/agp/agp_i810.c2
-rw-r--r--sys/pci/agp_i810.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c
index fdab4b660be5..f055e7f3df69 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 fdab4b660be5..f055e7f3df69 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;
}
}