Date: Tue, 28 Jun 2005 21:56:04 +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/ep if_ep_pccard.c Message-ID: <200506282156.j5SLu5ac012130@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2005-06-28 21:56:04 UTC FreeBSD src repository Modified files: sys/dev/ep if_ep_pccard.c Log: Add a chipset field to the lookup. Use this chipset type to determine which command to use to read the eeprom and which devices have an MII. Simplify code by no longer using the OLDCARD compat rouintes (I don't know if this breaks OLDCARD on pc98 or not, but OLDCARD on pc98 days are numbered, I hope). This also removes a number of kludges that we had before because they are OBE. Add a convenience routine to lookup the device to avoid many casts in many places. Tested with: 3C589D-TP, 3CCSH572BT Approved by: re (scottl, blanket ep) Revision Changes Path 1.46 +57 -167 src/sys/dev/ep/if_ep_pccard.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506282156.j5SLu5ac012130>