aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/rc
Commit message (Collapse)AuthorAgeFilesLines
* MFC:Yaroslav Tykhiy2006-02-101-0/+2
| | | | | | | | | | | | | | | | | | | Avoid creating (and subsequently using) fake opt_*.h files when the modules are built with the kernel and hence actual opt_*.h files are available in ${KERNBUILDDIR}. Fix a few small bugs that would prevent this from working. At last the build options of the modules become consistent with those of the kernel unless the MODULES_WITH_WORLD way still is used. Approved by: re (kensmith, scottl) Requested by: ru Tested on: amd64 i386 sparc64 Tested by: md5 Notes: svn path=/stable/6/; revision=155500
* Make TTYHOG tunable.David Schultz2003-03-051-1/+4
| | | | | | | Reviewed by: mike (mentor) Notes: svn path=/head/; revision=111899
* - New-bussify the rc(4) device driver.John Baldwin2002-10-231-0/+8
- Add detach support to the driver so that you can kldunload the module. Note that currently rc_detach() fails to detach a unit if any of its child devices are open, thus a kldunload will fail if any of the tty devices are currently open. - sys/i386/isa/ic/cd180.h was moved to sys/dev/ic/cd180.h as part of this change. Requested by: rwatson Tested by: rwatson Notes: svn path=/head/; revision=105806