summaryrefslogtreecommitdiff
path: root/sys/modules/pcic
Commit message (Collapse)AuthorAgeFilesLines
* i82365_isasubr is gone, remove from building module.Warner Losh1999-12-191-1/+1
| | | | Notes: svn path=/head/; revision=54801
* Add resource activation routines to pcic driver. Minor cleanup ofWarner Losh1999-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. Notes: svn path=/head/; revision=53855
* Removed special rules for building and cleaning device interface filesBruce Evans1999-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}). Notes: svn path=/head/; revision=53846
* Hijack old, broken, obsolete, unsupported pcic module for the NEWCARDWarner Losh1999-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. Notes: svn path=/head/; revision=53337
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Update for pcic for kld modules and activatePeter Wemm1999-01-191-2/+1
| | | | Notes: svn path=/head/; revision=42822
* Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm1998-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) Notes: svn path=/head/; revision=40440
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22982
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Revert to default entry point.Poul-Henning Kamp1995-10-151-2/+1
| | | | Notes: svn path=/head/; revision=11519
* Only export our 'init' symbol.Poul-Henning Kamp1995-10-151-1/+2
| | | | Notes: svn path=/head/; revision=11504
* Remove my xxxinit hack. It was too gross.Poul-Henning Kamp1995-08-251-2/+2
| | | | Notes: svn path=/head/; revision=10257
* pcic lkm for the pccard stuff.Poul-Henning Kamp1995-08-241-0/+10
Notes: svn path=/head/; revision=10218