Page MenuHomeFreeBSD

Retire pmtimer driver.
ClosedPublic

Authored by imp on Jan 10 2018, 6:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 9 2024, 10:30 AM
Unknown Object (File)
Feb 1 2024, 12:03 PM
Unknown Object (File)
Jan 31 2024, 1:54 PM
Unknown Object (File)
Jan 19 2024, 12:27 AM
Unknown Object (File)
Dec 24 2023, 12:23 AM
Unknown Object (File)
Dec 20 2023, 6:43 AM
Unknown Object (File)
Nov 21 2023, 10:07 PM
Unknown Object (File)
Nov 15 2023, 5:04 AM
Subscribers
None

Details

Summary

Move time fixing into apm driver. It's still just as broken or working
as it was before, but it's all contained in one place. Move
Iwasaki-san's copyright over.

Test Plan

Leaves just one file that can easily be moved from i386/isa to i386/i386 with conf/files adjusted.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

remove from generic, notes

imp added reviewers: kib, jhb.
imp added inline comments.
sys/i386/bios/apm.c
234 ↗(On Diff #37717)

git diff made me do it :) Sorry for all the white-space noise.

1101–1110 ↗(On Diff #37717)

So yea, this is ifdef'd out, so this doesn't really do anything.

kib added inline comments.
sys/i386/bios/apm.c
1096 ↗(On Diff #37717)

Perhaps this and below FIXME could be declared as dead code.

This revision is now accepted and ready to land.Jan 10 2018, 8:01 AM
This revision was automatically updated to reflect the committed changes.