summaryrefslogtreecommitdiffstats
path: root/sys/modules/oldcard
Commit message (Collapse)AuthorAgeFilesLines
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
| | | | | | | the modules. Also generate usbdevs.h automatically now, but a non-kernel file is stopping that at the moment.
* Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.nyan2002-11-061-1/+0
|
* Make oldcard and newcard kernel module work.takawata2002-05-301-1/+1
|
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-111-1/+0
| | | | Not objected to by: -current
* Turn on unconditional symbol export for modules whose API ismsmith2002-01-111-0/+2
| | | | | not clear enough, will require additional analysis, or will require some input from their maintainers.
* Catch up with some recent changes:imp2001-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
* Zap some bad examples:peter2001-02-041-3/+0
| | | | | | opt_foo.h: touch opt_foo.h .. is unnecessary - kmod.mk does this for us.
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-3/+4
|
* add pcic_p to the list of things builtimp2001-01-021-3/+3
|
* No need to generate opt_compat_oldisa.himp2000-09-201-5/+1
|
* Preliminary commit of oldcard module. This might not work, but will.imp2000-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.
OpenPOWER on IntegriCloud