aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pcic
Commit message (Expand)AuthorAgeFilesLines
* Fix missing comma in previous commit.Dag-Erling Smørgrav2001-12-281-1/+1
* Don't use RFTHREAD when creating a kernel process.John Baldwin2001-12-181-1/+1
* Add PC-9821RA-E01. This appears that PC-9821 Ra20 has this eitherWarner Losh2001-06-161-0/+1
* Add PC9801-102 CBUS card to the list of plug and play devices. SomeWarner Losh2001-06-091-0/+3
* Add IBM3765 to newcard's pcic pnp device listWarner Losh2001-04-111-2/+3
* Add #define for IBM3765.Warner Losh2001-04-111-3/+3
* o Now that I've had time to test the new interface, reintegrate it back in.Warner Losh2001-01-072-3/+5
* Add the defines for the cardbus extensions for 32 bit addressing. ThisPeter Wemm2001-01-071-0/+9
* add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P.MIHIRA Sanpei Yoshiro2000-12-111-0/+1
* Start to make code more generic so it can be used by the pccbb driverWarner Losh2000-12-052-22/+19
* Kill #define of DETACH_FORCE since it is now in card_if.mWarner Losh2000-11-302-36/+2
* 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-182-3/+3
* Another PnP pcic card: SMC Swapbox Plug and PlayWarner Losh2000-10-122-2/+4
* Fix arguments to kthread_create (submitted by takawata@freebsd.org).Warner Losh2000-10-072-3/+4
* 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-193-15/+13
* 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-193-26/+21
* Add support for loading this as a module (before there were someWarner Losh2000-08-172-11/+16
* Almost make loading work. This is a checkpoint. With these change weWarner Losh2000-06-183-43/+85
* Add ACTIONTECH #define for plug and play. Also add PnP support to NEWCARDWarner Losh2000-05-292-0/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* OK. Next step: we read in CIS.Warner Losh2000-04-193-62/+25
* checkpoint latest pccard/pcic hacking:Warner Losh2000-04-133-23/+54
* 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
* Correct PnP ids for pcic-like cards.Warner Losh2000-03-101-4/+4
* Add some comments about things that have become bad as I've beenWarner Losh2000-01-102-3/+5
* Checkpoint of today's changes. We now get to the point where the pccardWarner Losh2000-01-063-45/+53
* Connect interrupts and start processing them. We panic on card removalWarner Losh2000-01-033-86/+195
* Delay creation of threads until after the idle thread is created, moreWarner Losh1999-12-212-22/+18
* Make attach work, almost. Calling kthread_create from aWarner Losh1999-12-202-3/+21
* o Hide pcic_chip functions inside fileWarner Losh1999-12-193-89/+28
* o Separate out alloc/release from the activationWarner Losh1999-12-172-51/+64
* Add alloc/release resource. Need to connect functionality later.Warner Losh1999-12-153-1/+21
* Merge _isa and _isasubr since only one function remained in _isasubrWarner Losh1999-12-094-263/+158
* o Implement IRQ activation. We do this in bus_{setup,teardown}_intr,Warner Losh1999-12-085-195/+75
* Tonight's cleanups.Warner Losh1999-12-075-187/+129
* Make this compile again after the device_add_child change.Warner Losh1999-12-061-1/+1
* Reconnect probing of the width of the isa bus, calling pcic_attach andWarner Losh1999-11-293-41/+32
* Add resource activation routines to pcic driver. Minor cleanup ofWarner Losh1999-11-283-31/+58
* Update pccard code to latest NetBSD code. This is the last mergeWarner Losh1999-11-283-61/+136
* Latest incremental efforts on newcard:Warner Losh1999-11-202-50/+85
* o Remove #if XXX from around the probe code.Warner Losh1999-11-172-51/+43
* Make these compile. Next step is to connect newbus plumbing.Warner Losh1999-10-275-70/+88
* Very preliminary pcic device support. Will make depend, but won'tWarner Losh1999-10-266-0/+2474