freebsd-dev/sys/dev/pccard
Warner Losh 3a6352bdee checkpoint latest pccard/pcic hacking:
o Eliminate cross calls between the devices.  Instead move to using the
  newbus messaging system.  Added three new card calls: attach_card,
  detach_card, get_type.
o Eliminate interrupt routine in pccard we never use.
o Move from deactivate to detach for removing cards.
o Start mapping CIS memory, but it is broken and causes panics.  At least
  it is closer to working than before.
o Eliminate struct device everywhere.  It was bogus.
o Initialize softc for pccard device so we have valid pointers to
  ourselves.
o Implement routine to find the pcic ivar for a child device of the pccard so
  we can use it to talk to the pcic hardware.
o Lots of minor tiding up.

This version now panics when we try to read the CIS.  The next batch
of work to make this work is what was outlined in my posting to mobile
about resource allocation and such.
2000-04-13 06:42:58 +00:00
..
card_if.m checkpoint latest pccard/pcic hacking: 2000-04-13 06:42:58 +00:00
devlist2h.awk
files.pccard
Makefile.pccarddevs
pccard_cis_quirks.c
pccard_cis.c checkpoint latest pccard/pcic hacking: 2000-04-13 06:42:58 +00:00
pccard.c checkpoint latest pccard/pcic hacking: 2000-04-13 06:42:58 +00:00
pccardchip.h Eliminate pccard_chip_* tonight. 2000-01-10 06:58:17 +00:00
pccarddevs Merge 1.60 to 1.85 of NetBSD's pcmciadevs into our database. 2000-03-25 04:04:24 +00:00
pccarddevs_data.h Regen 2000-03-25 04:05:16 +00:00
pccarddevs.h Regen 2000-03-25 04:05:16 +00:00
pccardreg.h
pccardvar.h checkpoint latest pccard/pcic hacking: 2000-04-13 06:42:58 +00:00
power_if.m Checkpoint of today's changes. We now get to the point where the pccard 2000-01-06 07:30:28 +00:00