aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/oldcard
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Make oldcard and newcard kernel module work.Takanori Watanabe2002-05-301-1/+1
| | | | Notes: svn path=/head/; revision=97613
* 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
* Turn on unconditional symbol export for modules whose API isMike Smith2002-01-111-0/+2
| | | | | | | | not clear enough, will require additional analysis, or will require some input from their maintainers. Notes: svn path=/head/; revision=89245
* Catch up with some recent changes:Warner Losh2001-05-161-1/+6
| | | | | | | | | 1) pcic_isa.c 2) For pc98, add mecia driver and -DPC98 to command line. 3) pcic_p.c -> pcic_pci.c Notes: svn path=/head/; revision=76670
* Zap some bad examples:Peter Wemm2001-02-041-3/+0
| | | | | | | | | opt_foo.h: touch opt_foo.h .. is unnecessary - kmod.mk does this for us. Notes: svn path=/head/; revision=71985
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-3/+4
| | | | Notes: svn path=/head/; revision=70711
* add pcic_p to the list of things builtWarner Losh2001-01-021-3/+3
| | | | Notes: svn path=/head/; revision=70609
* No need to generate opt_compat_oldisa.hWarner Losh2000-09-201-5/+1
| | | | Notes: svn path=/head/; revision=66140
* Preliminary commit of oldcard module. This might not work, but will.Warner Losh2000-06-181-0/+17
This should allow one to load oldcard or newcard for testing. Please let me know if this doesn't work. Don't load this and either of pcic or pccard. I've not tried it, but I suspect bad things will happen. Notes: svn path=/head/; revision=61783