summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.powerpc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* pkgbase: move man pages from runtime-manual to runtimeEmmanuel Vadot2019-07-191-2/+0
| | | | | | | | | | We don't split the other man pages in their own package so do the same for runtime. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D20962 Notes: svn path=/head/; revision=350136
* FCP-101: Remove bm(4).Brooks Davis2019-05-171-1/+0
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347908
* Actually add the dtsec(4) man page to the buildJustin Hibbits2017-11-021-0/+1
| | | | Notes: svn path=/head/; revision=325306
* Include architecture-specific manuals in the runtime-manuals package.Glen Barber2016-01-211-0/+2
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=294512
* Add rudimentary man page for llan(4) virtualized ethernet controllers.Nathan Whitehorn2015-02-201-0/+1
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=279043
* Add support for special keys (volume/brightness/eject) on Apple laptops withNathan Whitehorn2011-10-161-0/+1
| | | | | | | | | | ADB keyboards. Submitted by: Justin Hibbits <jrh29 at alumni dot cwru dot edu> MFC after: 9.0-RELEASE Notes: svn path=/head/; revision=226449
* Add a manpage for smu(4) now that it does something useful.Nathan Whitehorn2010-02-231-0/+1
| | | | Notes: svn path=/head/; revision=204241
* Add manpages for ams(4), akbd(4), adb(4), and cuda(4), which describeNathan Whitehorn2009-12-031-1/+5
| | | | | | | | | various drivers for Apple Desktop Bus controllers and peripherals. MFC after: 3 days Notes: svn path=/head/; revision=200070
* Provide manual page for the tsec(4) device driver.Rafal Jaworowski2009-04-221-1/+2
| | | | | | | Obtained from: Semihalf Notes: svn path=/head/; revision=191387
* Somehow deleted the .4 at the end of the snd_davbus man page right beforeNathan Whitehorn2009-01-261-1/+1
| | | | | | | | | commit. Add it back. Pointy hat to: me Notes: svn path=/head/; revision=187702
* Add support for the I2S and davbus audio controllers found in Apple PowerPCNathan Whitehorn2009-01-251-1/+3
| | | | | | | | | hardware. Submitted by: Marco Trillo Notes: svn path=/head/; revision=187692
* Now that pmu(4) has features, it should also have a man page.Nathan Whitehorn2008-12-071-0/+1
| | | | Notes: svn path=/head/; revision=185736
* Add manpage for Apple BMAC ethernet driver.Nathan Whitehorn2008-07-041-1/+2
| | | | | | | Approved by: marcel (mentor) Notes: svn path=/head/; revision=180254
* Add device to access and modify Open Firmware NVRAM settings inMaxim Sobolev2006-08-011-0/+7
PowerPC-based Apple's machines and small utility to do it from userland modelled after the similar utility in Darwin/OSX. Only tested on 1.25GHz G4 Mac Mini. MFC after: 1 month Notes: svn path=/head/; revision=160892