aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sio/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Let modules use the kernel's opt_*.h files if built along withYaroslav Tykhiy2005-10-141-0/+2
| | | | | | | | | | | | | | | | | the kernel by wrapping all targets for fake opt_*.h files in .if defined(KERNBUILDDIR). Thus, such fake files won't be created at all if modules are built with the kernel. Some modules undergo cleanup like removing unused or unneeded options or .h files, without which they wouldn't build this way or the other. Reviewed by: ru Tested by: no binary changes in modules built alone Tested on: i386 sparc64 amd64 Notes: svn path=/head/; revision=151350
* Change a directory layout for pc98.Yoshihiro Takahashi2005-05-101-1/+1
| | | | | | | | | | | | - Move MD files into <arch>/<arch>. - Move bus dependent files into <arch>/<bus>. Rename some files to more suitable names. Repo-copied by: peter Discussed with: imp Notes: svn path=/head/; revision=146049
* o Remove opt_ddb.h from SRCS.Marcel Moolenaar2004-11-201-1/+1
| | | | | | | o Add opt_gdb.h and opt_kdb.h to SRCS. Notes: svn path=/head/; revision=137947
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
| | | | | | | | | | the modules. Also generate usbdevs.h automatically now, but a non-kernel file is stopping that at the moment. Notes: svn path=/head/; revision=129740
* Remove the source file for the sio(4) EBus attachment here, too.Marius Strobl2004-04-301-4/+0
| | | | Notes: svn path=/head/; revision=128773
* Fixed some style bugs:Bruce Evans2003-12-291-8/+6
| | | | | | | | | | | - SRCS was totally disordered. - the echos to create options headers were hidden using '@'. - the args of echos to create options headers were single-quoted. - the target names for the rules to create options headers were repeated. - the unused option COMPAT_FREEBSD4 was put in opt_compat.h. Notes: svn path=/head/; revision=123960
* Fixed some style bugs. SRCS and the opt_*.h rules were totallyBruce Evans2003-12-291-11/+10
| | | | | | | | disordered. This commit only fixes the external disorder by rearranging whole lines. Notes: svn path=/head/; revision=123959
* Fix to support pc98 and currect typo.Yoshihiro Takahashi2003-12-281-2/+11
| | | | Notes: svn path=/head/; revision=123935
* New sio module. A number of people have suggested this over the yearsWarner Losh2003-12-271-0/+25
(most recently bde), so I'll commit the module I've had knocking around in my tree for a while. This may have some rough edges, so if you are able to build it on non-i386 platform (including pc98) please let me know you succeeded. When I get enough reports, I'll connect it to the build. If there are problems, feel free to fix them. Suggested by: bde Notes: svn path=/head/; revision=123911