aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccard
Commit message (Expand)AuthorAgeFilesLines
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Convert the vendor/product cis strings to an array of CIS entries. ThisWarner Losh2001-01-212-6/+6
* remove duplicate entry that snuck in during the merge.Warner Losh2001-01-212-8/+0
* Sync to pccarddevs 1.9Warner Losh2001-01-201-2/+17
* Sync with NetBSD (again, after I got the most up to date file):Warner Losh2001-01-201-1/+10
* sync with pccarddevs 1.8.Warner Losh2001-01-201-2/+2
* Correct entry for RATOC REX_R280 to comply with style used in the restWarner Losh2001-01-201-1/+1
* Sync with pccarddevs.Warner Losh2001-01-201-9/+45
* Sync with NetBSD. v1.98->1.107:Warner Losh2001-01-201-4/+22
* This is a bandaid for a problem that is not entirely fixed yet.Peter Wemm2001-01-071-1/+5
* This file follows style(9), so adjust various nits in the last few commitsWarner Losh2001-01-071-17/+24
* For bus_setup_intr, cookiep is a pointer to storage for the parentWarner Losh2001-01-071-1/+1
* o Now that I've had time to test the new interface, reintegrate it back in.Warner Losh2001-01-072-7/+4
* Undo the interface change to CARD_GET_MEMORY_OFFSET. It wasn't testedWarner Losh2001-01-072-6/+11
* We do not, and hopefully never will, use the static pccard device table.Peter Wemm2001-01-072-1274/+1
* * Better kld support in pccbb/cardbusJonathan Chen2001-01-063-63/+258
* Oops, broke newcard because I forgot to commit this in my last round of chang...Jonathan Chen2000-11-281-0/+4
* Regenerate. Note that pccarddevs_data.h is not used.Peter Wemm2000-11-252-2/+22
* Add Kingston and the KNE-PC2 cardPeter Wemm2000-11-251-0/+4
* Make a few more mallocs use M_ZERO.David Malone2000-10-292-6/+4
* o Remove lots of kludges with iospace and irq.Warner Losh2000-10-221-10/+13
* Get the interrupt correct.Warner Losh2000-10-201-1/+1
* o Fix memory leak in ivarsWarner Losh2000-10-191-6/+25
* o Remove a boatload of debugging printfs.Warner Losh2000-10-181-12/+18
* More NEWCARD fixes. We now almost properly print the probe message.Warner Losh2000-10-171-9/+72
* First cut at allocating the resources from the CIS after the probe, butWarner Losh2000-10-162-20/+48
* Lots of little fixes. We no longer panic on card insert:Warner Losh2000-10-152-19/+53
* o Record the pccard_function in the ivar.Warner Losh2000-10-092-8/+12
* o Implement get_ivars so matching routines will work (this causesWarner Losh2000-10-071-3/+38
* o Merge in changes to the NetBSD sources:Warner Losh2000-09-222-8/+93
* Implement indirection in the pccard probe/attach. This should make itWarner Losh2000-09-193-0/+75
* Change the interface to pccard_function_init. The interface is suchWarner Losh2000-09-162-8/+17
* MFNetBSD:Warner Losh2000-09-051-1/+24
* Minor tweaks to have the card be properly enabled via the CCR.Warner Losh2000-08-261-6/+9
* Sync to pccarddevs 1.5Warner Losh2000-08-242-107/+286
* o Fix unterminated commentWarner Losh2000-08-241-27/+52
* Save a pointer to the dev, if any, that each function attach.Warner Losh2000-08-222-2/+7
* o Move to using PCCARD_SOFTC(dev)Warner Losh2000-08-194-20/+16
* Define get_memory_offset methodWarner Losh2000-08-111-0/+7
* Matching commits to pccard for last pcic changes. We now at least toWarner Losh2000-06-183-29/+32
* Add new functions. Also add comments to existing functions. TheseWarner Losh2000-06-181-0/+37
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-4/+4
* Remove bogus commentWarner Losh2000-04-201-2/+0
* OK. Next step: we read in CIS.Warner Losh2000-04-195-155/+9
* Include <sys/bus.h>, which is needed after Doug's latest object changes.Warner Losh2000-04-162-0/+4
* checkpoint latest pccard/pcic hacking:Warner Losh2000-04-134-142/+89
* Fix pcic_detach_socket to get right pcic_handle.Warner Losh2000-04-041-1/+1
* Minor changes to some of the interfaces.Warner Losh2000-03-264-8/+16
* RegenWarner Losh2000-03-252-28/+362