1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/dev/pccard
Warner Losh d62abc771f Lots of little fixes. We no longer panic on card insert:
o initialize ivars with bzero.
o remove interrupt function pointer.  netbsd needs it, but we don't.
o add lots of comments about bogus things that I've been kludging to try
  to make the simple cases work.
o add new ivar accessor for cis4 to match cis3.  likely neither will be
  needed, but it doesn't hurt to have it.
2000-10-15 17:21:50 +00:00
..
card_if.m Implement indirection in the pccard probe/attach. This should make it 2000-09-19 04:39:20 +00:00
devlist2h.awk
files.pccard
Makefile.pccarddevs
pccard_cis_quirks.c MFNetBSD: 2000-09-05 18:25:49 +00:00
pccard_cis.c o Move to using PCCARD_SOFTC(dev) 2000-08-19 19:22:04 +00:00
pccard.c Lots of little fixes. We no longer panic on card insert: 2000-10-15 17:21:50 +00:00
pccarddevs o Fix unterminated comment 2000-08-24 07:01:12 +00:00
pccarddevs_data.h Sync to pccarddevs 1.5 2000-08-24 07:01:49 +00:00
pccarddevs.h Sync to pccarddevs 1.5 2000-08-24 07:01:49 +00:00
pccardreg.h
pccardvar.h Lots of little fixes. We no longer panic on card insert: 2000-10-15 17:21:50 +00:00
power_if.m Include <sys/bus.h>, which is needed after Doug's latest object changes. 2000-04-16 06:04:13 +00:00