summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard
Commit message (Expand)AuthorAgeFilesLines
* Fix the panics for real this time. When something can't be allocated,imp2001-05-101-24/+27
* Add additional enumeration types for CARD_SET_RES_FLAGS.dmlb2001-05-081-1/+5
* Add accessor/ivar for the "function". This is so we can genericallyimp2001-04-212-1/+6
* Only try to delete the resource if we actually got it.imp2001-04-211-2/+3
* First step towards making loadable modules independent of havingimp2001-03-223-6/+47
* Sync to last changes.imp2001-03-221-1/+4
* Add zoom air 4000.imp2001-03-221-0/+1
* Style(9) changes:imp2001-03-221-32/+26
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Convert the vendor/product cis strings to an array of CIS entries. Thisimp2001-01-212-6/+6
* remove duplicate entry that snuck in during the merge.imp2001-01-212-8/+0
* Sync to pccarddevs 1.9imp2001-01-201-2/+17
* Sync with NetBSD (again, after I got the most up to date file):imp2001-01-201-1/+10
* sync with pccarddevs 1.8.imp2001-01-201-2/+2
* Correct entry for RATOC REX_R280 to comply with style used in the restimp2001-01-201-1/+1
* Sync with pccarddevs.imp2001-01-201-9/+45
* Sync with NetBSD. v1.98->1.107:imp2001-01-201-4/+22
* This is a bandaid for a problem that is not entirely fixed yet.peter2001-01-071-1/+5
* This file follows style(9), so adjust various nits in the last few commitsimp2001-01-071-17/+24
* For bus_setup_intr, cookiep is a pointer to storage for the parentimp2001-01-071-1/+1
* o Now that I've had time to test the new interface, reintegrate it back in.imp2001-01-072-7/+4
* Undo the interface change to CARD_GET_MEMORY_OFFSET. It wasn't testedimp2001-01-072-6/+11
* We do not, and hopefully never will, use the static pccard device table.peter2001-01-072-1274/+1
* * Better kld support in pccbb/cardbusjon2001-01-063-63/+258
* Oops, broke newcard because I forgot to commit this in my last round of chang...jon2000-11-281-0/+4
* Regenerate. Note that pccarddevs_data.h is not used.peter2000-11-252-2/+22
* Add Kingston and the KNE-PC2 cardpeter2000-11-251-0/+4
* Make a few more mallocs use M_ZERO.dwmalone2000-10-292-6/+4
* o Remove lots of kludges with iospace and irq.imp2000-10-221-10/+13
* Get the interrupt correct.imp2000-10-201-1/+1
* o Fix memory leak in ivarsimp2000-10-191-6/+25
* o Remove a boatload of debugging printfs.imp2000-10-181-12/+18
* More NEWCARD fixes. We now almost properly print the probe message.imp2000-10-171-9/+72
* First cut at allocating the resources from the CIS after the probe, butimp2000-10-162-20/+48
* Lots of little fixes. We no longer panic on card insert:imp2000-10-152-19/+53
* o Record the pccard_function in the ivar.imp2000-10-092-8/+12
* o Implement get_ivars so matching routines will work (this causesimp2000-10-071-3/+38
* o Merge in changes to the NetBSD sources:imp2000-09-222-8/+93
* Implement indirection in the pccard probe/attach. This should make itimp2000-09-193-0/+75
* Change the interface to pccard_function_init. The interface is suchimp2000-09-162-8/+17
* MFNetBSD:imp2000-09-051-1/+24
* Minor tweaks to have the card be properly enabled via the CCR.imp2000-08-261-6/+9
* Sync to pccarddevs 1.5imp2000-08-242-107/+286
* o Fix unterminated commentimp2000-08-241-28/+53
* Save a pointer to the dev, if any, that each function attach.imp2000-08-222-2/+7
* o Move to using PCCARD_SOFTC(dev)imp2000-08-194-20/+16
* Define get_memory_offset methodimp2000-08-111-0/+7
* Matching commits to pccard for last pcic changes. We now at least toimp2000-06-183-29/+32
* Add new functions. Also add comments to existing functions. Theseimp2000-06-181-0/+37
* Back out the previous change to the queue(3) interface.jake2000-05-261-4/+4
OpenPOWER on IntegriCloud