看板 DFBSD_commit 關於我們 聯絡資訊
hsu 2005/03/30 21:43:34 PST DragonFly src repository Modified files: sys/dev/pccard/pccbb pccbb.c Log: A kludge to always give the driver a second chance to attach the cbb device. Similar to the following part of FreeBSD rev 1.66 by imp: o Remove bogus checks when reallocating memory for the registers. They weren't needed and turned out to be completely bogus. This lets me load/unload pccard with a pccard in a slot and have the child correctly detach/attach. This should help people that have wi in their kernel, but that kldload cbb and pccard, for example. Revision Changes Path 1.5 +16 -22 src/sys/dev/pccard/pccbb/pccbb.c http://www.dragonflybsd.org/cvsweb/src/sys/dev/pccard/pccbb/pccbb.c.diff?r1=1.4&r2=1.5&f=u