summaryrefslogtreecommitdiffstats
path: root/sys/modules/pcic
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.
* I don't think that these modules should export symbols at all. Allimp2002-01-111-2/+0
| | | | | | | | intermodule communication is done via kobj calls. If anything currently depends on them, let it break so that we can fix it. Maybe we'll need to export some of the card_if.c or power_if.c symbols, but I think those should be in the base kernel (since all *_if.c should be in the base kernel for just these reasons).
* 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.
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-3/+4
|
* Fix this based on Mike's moved pci code. We needed to delete the pci_mimp2000-12-141-4/+2
| | | | from this module anyway, so I just did that.
* Resplit pcic back into two pcic and pccard.imp2000-08-301-3/+4
|
* Work around a possible kernel linker bug. It appears that the dataimp2000-08-191-0/+1
| | | | | | | | | elements defined by foo_if.c aren't sharable amoung modules (I'm working on a bug report for it now), or else I don't understand something. It showed up as kobj functions not being called. In any event, link in the pcic and pccard parts of the modules to work around the problem for now.
* Make pcic compile again with newcardimp2000-06-181-4/+3
|
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-271-1/+1
| | | | encoding the relative path.
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-041-1/+1
| | | | | | | This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated.
* Make pcic module compile again for NEWCARD (not for old pccard).imp2000-03-251-1/+2
|
* i82365_isasubr is gone, remove from building module.imp1999-12-191-1/+1
|
* Add resource activation routines to pcic driver. Minor cleanup ofimp1999-11-281-1/+1
| | | | | | | socket attach code. We now have at least a chance for pccard devices appearing in the future. This is a snapshot of ongoing work. Proceed at your own risk.
* Removed special rules for building and cleaning device interface filesbde1999-11-281-11/+0
| | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
* Hijack old, broken, obsolete, unsupported pcic module for the NEWCARDimp1999-11-181-2/+14
| | | | | | | | | | code. You can now build the newcard's pcic driver as a module for all the joy that will bring you, which currently isn't so much joy as it is pain. The old pccard module will never be made to work again, so I think this is OK. Note, it still remains disabled in sys/modules/Makefile on purpose.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Update for pcic for kld modules and activatepeter1999-01-191-2/+1
|
* Sample initial set of kld-ified modules. Not all have been completelypeter1998-10-161-4/+3
| | | | | | | converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
* Revert $FreeBSD$ back to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Revert to default entry point.phk1995-10-151-2/+1
|
* Only export our 'init' symbol.phk1995-10-151-1/+2
|
* Remove my xxxinit hack. It was too gross.phk1995-08-251-2/+2
|
* pcic lkm for the pccard stuff.phk1995-08-241-0/+10
OpenPOWER on IntegriCloud