summaryrefslogtreecommitdiff
path: root/sys/dev/pcic/i82365.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.2.0_cvscvs2svn2000-11-201-1/+1
* MFC: Latest pccard kernel bitsWarner Losh2000-05-231-76/+84
* Add some comments about things that have become bad as I've beenWarner Losh2000-01-101-1/+3
* Checkpoint of today's changes. We now get to the point where the pccardWarner Losh2000-01-061-41/+46
* Connect interrupts and start processing them. We panic on card removalWarner Losh2000-01-031-15/+130
* Delay creation of threads until after the idle thread is created, moreWarner Losh1999-12-211-20/+17
* Make attach work, almost. Calling kthread_create from aWarner Losh1999-12-201-3/+20
* o Hide pcic_chip functions inside fileWarner Losh1999-12-191-50/+27
* o Separate out alloc/release from the activationWarner Losh1999-12-171-49/+62
* Add alloc/release resource. Need to connect functionality later.Warner Losh1999-12-151-1/+15
* Merge _isa and _isasubr since only one function remained in _isasubrWarner Losh1999-12-091-3/+0
* o Implement IRQ activation. We do this in bus_{setup,teardown}_intr,Warner Losh1999-12-081-112/+69
* Tonight's cleanups.Warner Losh1999-12-071-127/+96
* Make this compile again after the device_add_child change.Warner Losh1999-12-061-1/+1
* Add resource activation routines to pcic driver. Minor cleanup ofWarner Losh1999-11-281-23/+30
* Update pccard code to latest NetBSD code. This is the last mergeWarner Losh1999-11-281-55/+111
* Make these compile. Next step is to connect newbus plumbing.Warner Losh1999-10-271-25/+53
* Very preliminary pcic device support. Will make depend, but won'tWarner Losh1999-10-261-0/+1358