Page MenuHomeFreeBSD

Retire pmtimer driver.
ClosedPublic

Authored by imp on Jan 10 2018, 6:18 AM.
Tags
None
Referenced Files
F173510589: D13823.diff
Sat, Sep 26, 11:43 AM
F173409442: D13823.diff
Fri, Sep 25, 6:56 PM
Unknown Object (File)
Fri, Sep 18, 3:55 PM
Unknown Object (File)
Wed, Sep 16, 1:03 PM
Unknown Object (File)
Tue, Sep 15, 2:53 PM
Unknown Object (File)
Tue, Sep 15, 2:23 PM
Unknown Object (File)
Fri, Sep 11, 11:32 AM
Unknown Object (File)
Mon, Sep 7, 9:40 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 14240
Build 14403: arc lint + arc unit

Event Timeline

remove from generic, notes

imp added reviewers: kib, jhb.
imp added inline comments.
sys/i386/bios/apm.c
234

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

1102–1111

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

kib added inline comments.
sys/i386/bios/apm.c
1097

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.