aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/apm/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove apm moduleWarner Losh2020-10-081-12/+0
| | | | | | | | The apm code is about to be removed. Remove the module since it's about to be useless. Notes: svn path=/head/; revision=366544
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-6/+0
| | | | | | | | | I thank all developers and contributors for pc98. Relnotes: yes Notes: svn path=/head/; revision=312910
* Rename from apm_bioscall.s to apm_bioscall.S for removing a special ruleYoshihiro Takahashi2005-04-201-6/+1
| | | | | | | | | to build a module. A repo-copy is not done because it has no important logs. Pointed out by: ru Notes: svn path=/head/; revision=145326
* Fix the apm module on pc98.Yoshihiro Takahashi2005-04-171-2/+13
| | | | | | | | Pointed out by: Kuwamura Shinya <kuwa at lares dot dti dot ne dot jp> MFC after: 1 day Notes: svn path=/head/; revision=145182
* Merge PC98 support.Matthew N. Dodd2003-03-251-4/+0
| | | | Notes: svn path=/head/; revision=112590
* Use repo-copied files in sys/i386/bios.Matthew N. Dodd2003-03-241-1/+1
| | | | Notes: svn path=/head/; revision=112551
* Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.Yoshihiro Takahashi2002-11-061-1/+0
| | | | Notes: svn path=/head/; revision=106497
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
| | | | | | | Not objected to by: -current Notes: svn path=/head/; revision=89260
* Export symbols that constitute APIs defined by theseMike Smith2002-01-111-0/+3
| | | | | | | | | | | modules. Note that in the case of 'mii' the API is not clearly defined, and the symbols exported represent a subset defined by current usage. Notes: svn path=/head/; revision=89244
* fixed to support pc98Yoshihiro Takahashi2001-10-281-0/+5
| | | | Notes: svn path=/head/; revision=85621
* Make apm a module.Hajimu UMEMOTO2001-10-241-0/+10
We need further work to be able to specify an equivalence of `flags 0x20'. Many PCs should work for now. But, some PCs need `flags 0x20'. Notes: svn path=/head/; revision=85417