aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pcic/i82365.c
Commit message (Expand)AuthorAgeFilesLines
* o Now that I've had time to test the new interface, reintegrate it back in.Warner Losh2001-01-071-2/+4
* Start to make code more generic so it can be used by the pccbb driverWarner Losh2000-12-051-18/+15
* Kill #define of DETACH_FORCE since it is now in card_if.mWarner Losh2000-11-301-2/+0
* Remove some silly debug writes and code that we don't needWarner Losh2000-10-181-20/+0
* Use appropriate resource management accessors instead of directlyMatthew N. Dodd2000-10-181-2/+2
* Fix arguments to kthread_create (submitted by takawata@freebsd.org).Warner Losh2000-10-071-3/+2
* Add comment about why the deletion of children is necessary in detach.Warner Losh2000-08-301-0/+8
* Define a pcic module versionWarner Losh2000-08-281-0/+1
* o move to using PCIC_SOFTC(dev) to get the softcWarner Losh2000-08-191-12/+10
* Call bus_generic_detach on pcic before deleting the children. ThisWarner Losh2000-08-191-1/+4
* Remove pcic_isa_identify. I don't think it is needed.Warner Losh2000-08-191-0/+19
* Add support for loading this as a module (before there were someWarner Losh2000-08-171-2/+6
* Almost make loading work. This is a checkpoint. With these change weWarner Losh2000-06-181-31/+24
* OK. Next step: we read in CIS.Warner Losh2000-04-191-58/+25
* checkpoint latest pccard/pcic hacking:Warner Losh2000-04-131-19/+47
* Fix pcic_detach_socket to get right pcic_handle.Warner Losh2000-04-041-1/+1
* Be consistant about using the right child to get the ivars, which isWarner Losh2000-04-041-7/+20
* 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