summaryrefslogtreecommitdiffstats
path: root/sys/dev/pcic/i82365.c
Commit message (Expand)AuthorAgeFilesLines
* DETACH_FORCE was removed recently. Remove it here, even though thisimp2002-11-171-7/+5
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* Fix missing comma in previous commit.des2001-12-281-1/+1
* Don't use RFTHREAD when creating a kernel process.jhb2001-12-181-1/+1
* o Now that I've had time to test the new interface, reintegrate it back in.imp2001-01-071-2/+4
* Start to make code more generic so it can be used by the pccbb driverimp2000-12-051-18/+15
* Kill #define of DETACH_FORCE since it is now in card_if.mimp2000-11-301-2/+0
* Remove some silly debug writes and code that we don't needimp2000-10-181-20/+0
* Use appropriate resource management accessors instead of directlymdodd2000-10-181-2/+2
* Fix arguments to kthread_create (submitted by takawata@freebsd.org).imp2000-10-071-3/+2
* Add comment about why the deletion of children is necessary in detach.imp2000-08-301-0/+8
* Define a pcic module versionimp2000-08-281-0/+1
* o move to using PCIC_SOFTC(dev) to get the softcimp2000-08-191-12/+10
* Call bus_generic_detach on pcic before deleting the children. Thisimp2000-08-191-1/+4
* Remove pcic_isa_identify. I don't think it is needed.imp2000-08-191-0/+19
* Add support for loading this as a module (before there were someimp2000-08-171-2/+6
* Almost make loading work. This is a checkpoint. With these change weimp2000-06-181-31/+24
* OK. Next step: we read in CIS.imp2000-04-191-58/+25
* checkpoint latest pccard/pcic hacking:imp2000-04-131-19/+47
* Fix pcic_detach_socket to get right pcic_handle.imp2000-04-041-1/+1
* Be consistant about using the right child to get the ivars, which isimp2000-04-041-7/+20
* Add some comments about things that have become bad as I've beenimp2000-01-101-1/+3
* Checkpoint of today's changes. We now get to the point where the pccardimp2000-01-061-41/+46
* Connect interrupts and start processing them. We panic on card removalimp2000-01-031-15/+130
* Delay creation of threads until after the idle thread is created, moreimp1999-12-211-20/+17
* Make attach work, almost. Calling kthread_create from aimp1999-12-201-3/+20
* o Hide pcic_chip functions inside fileimp1999-12-191-50/+27
* o Separate out alloc/release from the activationimp1999-12-171-49/+62
* Add alloc/release resource. Need to connect functionality later.imp1999-12-151-1/+15
* Merge _isa and _isasubr since only one function remained in _isasubrimp1999-12-091-3/+0
* o Implement IRQ activation. We do this in bus_{setup,teardown}_intr,imp1999-12-081-112/+69
* Tonight's cleanups.imp1999-12-071-127/+96
* Make this compile again after the device_add_child change.imp1999-12-061-1/+1
* Add resource activation routines to pcic driver. Minor cleanup ofimp1999-11-281-23/+30
* Update pccard code to latest NetBSD code. This is the last mergeimp1999-11-281-55/+111
* Make these compile. Next step is to connect newbus plumbing.imp1999-10-271-25/+53
* Very preliminary pcic device support. Will make depend, but won'timp1999-10-261-0/+1358
OpenPOWER on IntegriCloud