Date: Mon, 17 Nov 2008 01:32:29 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/cardbus cardbus.c cardbus_cis.c cardbus_device.c cardbusvar.h Message-ID: <200811170132.mAH1WhY3051866@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2008-11-17 01:32:29 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus.c cardbus_cis.c cardbus_device.c cardbusvar.h Log: SVN rev 185015 on 2008-11-17 01:32:29Z by imp Overhaul of CIS parsing, next step: keep a cached copy of the CIS, read before we configure the card, so we can implement /dev/cardbus*.cis. Also, do this on a per-child basis, so we now have a different name than before. I think i'll have to fix that for some legacy tools to keep working. I can now do a dumpcis on my running atheros card and have it still work! Revision Changes Path 1.67 +7 -5 src/sys/dev/cardbus/cardbus.c 1.65 +1 -0 src/sys/dev/cardbus/cardbus_cis.c 1.3 +33 -54 src/sys/dev/cardbus/cardbus_device.c 1.16 +27 -14 src/sys/dev/cardbus/cardbusvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811170132.mAH1WhY3051866>