summaryrefslogtreecommitdiffstats
path: root/sys/i386/apm
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1997-10-23 04:18:49 +0000
committernate <nate@FreeBSD.org>1997-10-23 04:18:49 +0000
commit5ec2824fc07c98241b9f47e998c13a0d7d42e717 (patch)
tree6f6ad197e3abc74ede60ad1e588e12cc7a0f076f /sys/i386/apm
parentb13f7d1937225188f0f24693eb4bbc08de1788c7 (diff)
downloadFreeBSD-src-5ec2824fc07c98241b9f47e998c13a0d7d42e717.zip
FreeBSD-src-5ec2824fc07c98241b9f47e998c13a0d7d42e717.tar.gz
- Back out the last. APM_BROKEN_STATCLOCK doesn't exist in -current.
Diffstat (limited to 'sys/i386/apm')
-rw-r--r--sys/i386/apm/apm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/apm/apm.c b/sys/i386/apm/apm.c
index 0c17d18..4fe3dd2 100644
--- a/sys/i386/apm/apm.c
+++ b/sys/i386/apm/apm.c
@@ -592,9 +592,7 @@ apmprobe(struct isa_device *dvp)
printf("apm: 32-bit connection error.\n");
return 0;
}
-#ifndef APM_BROKEN_STATCLOCK
if (dvp->id_flags & 0x20)
-#endif
statclock_disable = 1;
return -1;
}
OpenPOWER on IntegriCloud