aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ppbus
Commit message (Collapse)AuthorAgeFilesLines
* o Remove @- from the ln and change it to a -sf. This was bogus, andWarner Losh2003-11-191-1/+1
| | | | | | | | | | | | | | | regocnized as such at the time. Now that the other bogons in the tree have been fixed, we can remove this ugly kludge. o Remove stale/bogus opt_foo.h files. These are left over from by-gone resources. And they point to the need, yet again, to improve the build system so meta information is only in one place. Submitted by: ru Reviewed by: bde Approved by: re@ (jhb) Notes: svn path=/head/; revision=122894
* ppbus_if.c is necessary if you are loading submodules.Warner Losh2003-11-041-1/+1
| | | | Notes: svn path=/head/; revision=122023
* 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/+12
| | | | | | | | | | | 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
* Add modules for lpt, plip, ppbus, ppi and pps.Poul-Henning Kamp2001-11-031-0/+11
Submitted by: j mckitrick <jcm@freebsd-uk.eu.org> Notes: svn path=/head/; revision=85957