Date: Fri, 28 Jan 2005 06:35:39 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cs if_cs.c if_cs_pccard.c if_csvar.h Message-ID: <200501280635.j0S6ZdWR094668@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501280635.j0S6ZdWR094668>