aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-12-06 13:22:14 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-12-06 13:22:14 +0000
commit5219ffdbe0af9d5ec1222dbfe4f4630c71e66a18 (patch)
treea1640b9ca725414f70946c35f02c0290a4c3fb0c /sys/pc98
parentacd892b65d4cb3d70e553676c49b745f74985d4f (diff)
Notes
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/cbus/fdc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c
index 2650fe7e5fa7..d2ac417813cb 100644
--- a/sys/pc98/cbus/fdc.c
+++ b/sys/pc98/cbus/fdc.c
@@ -926,8 +926,7 @@ fd_probe(device_t dev)
/*
* XXX I think using __i386__ is wrong here since we actually want to probe
* for the machine type, not the CPU type (so non-PC arch's like the PC98 will
- * fail the probe). However, for whatever reason, testing for _MACHINE_ARCH
- * == i386 breaks the test on FreeBSD/Alpha.
+ * fail the probe).
*/
#ifdef __i386__
if (fd->type == FDT_NONE && (fd->fdu == 0 || fd->fdu == 1)) {