diff options
author | imp <imp@FreeBSD.org> | 2005-03-16 20:55:15 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-03-16 20:55:15 +0000 |
commit | ba741cf311d859c9056b9af889dcb8563247b354 (patch) | |
tree | a391eee27a9ff87b800ab0b8470371ba21e09fe4 /sys/amd64/isa | |
parent | d74a00e424ef59c8deae2cf58d4957a242e6c739 (diff) | |
download | FreeBSD-src-ba741cf311d859c9056b9af889dcb8563247b354.zip FreeBSD-src-ba741cf311d859c9056b9af889dcb8563247b354.tar.gz |
Remove comments relevant only to pc98 as there are no amd64 pc98 machines.
Diffstat (limited to 'sys/amd64/isa')
-rw-r--r-- | sys/amd64/isa/timerreg.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/amd64/isa/timerreg.h b/sys/amd64/isa/timerreg.h index 94557a0..b706bd8 100644 --- a/sys/amd64/isa/timerreg.h +++ b/sys/amd64/isa/timerreg.h @@ -55,7 +55,7 @@ * in undefined behavior (but hopefully not fry the chip). * Reading in this manner has no side effects. * - * [IBM-PC] + * [AMD64] * The outputs of the three timers are connected as follows: * * timer 0 -> irq 0 @@ -64,16 +64,6 @@ * * Timer 0 is used to call hardclock. * Timer 2 is used to generate console beeps. - * - * [PC-9801] - * The outputs of the three timers are connected as follows: - * - * timer 0 -> irq 0 - * timer 1 -> speaker (via keyboard controller) - * timer 2 -> RS232C - * - * Timer 0 is used to call hardclock. - * Timer 1 is used to generate console beeps. */ /* |