cvs commit: src/sys/dev/cs if_cs.c if_cs_pccard.c if_csvar.h
Warner Losh
imp at FreeBSD.org
Thu Jan 27 22:35:40 PST 2005
imp 2005-01-28 06:35:39 UTC
FreeBSD src repository
Modified files:
sys/dev/cs if_cs.c if_cs_pccard.c if_csvar.h
Log:
For the PC Card implementation of the CS8920M that's in my IBM
EtherJet, the interrupt is selected in the eeprom based on the layout
of the PC Card board. Since this is encoded into the EEPROM, and has
no relationship to the IRQ that the pccard bridge routes the PC Card's
interrupt pin to.
As such, stop writing to that register. This gets my EtherJet working.
# The eeprom reading code appears to be totally wrong for my EtherJet
# card. This causes the card to bogusly detect the media options
# available.
Revision Changes Path
1.38 +2 -1 src/sys/dev/cs/if_cs.c
1.15 +4 -2 src/sys/dev/cs/if_cs_pccard.c
1.5 +2 -0 src/sys/dev/cs/if_csvar.h
More information about the cvs-src
mailing list