1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00
freebsd/sys/pccard
Warner Losh 4d5a4ec15f Do what we should have done a long time ago:
o If the class is PCIC_BRIDGE, subclass is PCIS_BRIDGE_PCMCIA and
  programming interface is 0, assume that it is a generic PCMCIA PCI
  chip we can program.  I don't think there are any of these that
  we don't know about, but you never know.
o If the class is PCIC_BRIDGE, subclass is PCIS_BRIDGE_CARDBUS and
  programming interface is 0, assume that it is a YENTA cardbus bridge
  that we know how to cope with.  There are likely some cardbus bridges
  that haven't it made it in here yet.
2001-05-24 04:24:22 +00:00
..
cardinfo.h Th -> The in a comment 2001-05-12 06:04:02 +00:00
cis.h MFPAO3. Improvement of of pccard cis tuple parsing capability. 2000-04-26 15:36:43 +00:00
driver.h Axe a few __P() while I'm in the neighborhood. 2001-03-22 05:49:18 +00:00
i82365.h Add better support for the Ricoh 5C296 and 5C396 chips. These chips 2001-05-23 05:06:04 +00:00
mecia.c Initialize cinfo structure at compile time rather than run time since 2001-05-19 06:17:37 +00:00
meciareg.h pcic98reg.h is now contained in meciareg.h. 2001-05-15 23:53:18 +00:00
pccard_beep.c Minor style(9) changes: 2001-05-14 06:15:24 +00:00
pccard_nbk.c This code touches MD code inappropriately. So we have to include pc98 2001-05-15 23:43:02 +00:00
pccard_nbk.h Massive rewrite of pccard to convert it to newbus. 1999-10-25 02:41:58 +00:00
pccard.c Minor style(9) changes: 2001-05-14 06:15:24 +00:00
pcic_isa.c Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them to 2001-05-24 04:03:28 +00:00
pcic_pci.c Do what we should have done a long time ago: 2001-05-24 04:24:22 +00:00
pcic_pci.h Add recognition for Toshiba ToPIC-100. 2001-05-23 04:37:00 +00:00
pcic.c Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them to 2001-05-24 04:03:28 +00:00
pcicvar.h Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them to 2001-05-24 04:03:28 +00:00
slot.h slots and next haven't been used in a while. GC them. 2001-05-19 06:13:12 +00:00