freebsd-dev/sys/pccard
Warner Losh 296596145c The datasheet for the 6710/6722 says that you must use one method to
detect 3.3V cards for the 6710 and another method for the 6722.  This
latter method is also how the 6729/6730 is supposed to detect 3.3V
cards.  This method works great on my Fujitsu Stylistic 500.  Sadly,
it appears that not all laptop makers are as detail oriented as the
folks that made the Stylistic.  IBM Thinkpad 701C and AST Asentia 810N
both hang hard when the 6729 method is used, but at least the thinkpad
works when the 6710 method is used.  The failure mode appears to be any
access to the memory that we've mapped the CIS in causes the machine to
hang until you eject the card.  The Thinkpad, at least, works with this
change, and it doesn't break my Stylistic.

MFC after: 4 days
2002-01-14 14:10:13 +00:00
..
cardinfo.h Use spaces instead of hard tabs in the diagram. 2001-07-28 03:45:55 +00:00
cis.h
driver.h Axe a few __P() while I'm in the neighborhood. 2001-03-22 05:49:18 +00:00
i82365.h o Try to do 3.3V support better for the 6722 and 6729/30. 2001-11-09 07:33:54 +00:00
mecia.c Implement PIOCSRESOURCE for mecia like we do for pcic. 2001-08-14 23:24:56 +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 If flags were specified for the device, print them in the probe 2001-09-09 17:28:02 +00:00
pccard_nbk.h Avoid doubly defining machdep.pccard 2002-01-08 19:35:27 +00:00
pccard.c Avoid doubly defining machdep.pccard 2002-01-08 19:35:27 +00:00
pcic_isa.c o Try to do 3.3V support better for the 6722 and 6729/30. 2001-11-09 07:33:54 +00:00
pcic_pci.c Add recognition of the Omega 83C094 PCI <-> PCMCIA bridge chip set. 2002-01-14 13:50:45 +00:00
pcic_pci.h Use the NetBSD init code for the TOPIC parts as a more complete basis 2001-10-11 05:37:32 +00:00
pcic.c The datasheet for the 6710/6722 says that you must use one method to 2002-01-14 14:10:13 +00:00
pcicvar.h <jkh> "Hey Rocky, watch me eject this pccard outta my laptop!" "What, 2001-09-13 08:26:55 +00:00
plxcard.c Change plxic to plxcard, per phk. He thnks plxic is too generic a 2001-06-01 05:20:38 +00:00
plxcardreg.h Change plxic to plxcard, per phk. He thnks plxic is too generic a 2001-06-01 05:20:38 +00:00
slot.h To reduce diffs with -stable, ifdef selinfo.h or select.h include 2001-07-28 03:47:10 +00:00