Date: Sun, 19 Dec 1999 22:47:39 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pcic i82365.c i82365var.h Message-ID: <199912200647.WAA18580@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 1999/12/19 22:47:39 PST Modified files: sys/dev/pcic i82365.c i82365var.h Log: Make attach work, almost. Calling kthread_create from a config_intrhook_establish doesn't work. Children aren't yet attached properly, but that's ok because pccard would likely panic in its current shape. o Save dev of pcic early in attach process o save dev in pcic_handle for use in pcic_create_event_thread. o Remove direct attachments of pccard children for now o move establishment of pcic kthread to config_intrhook. Revision Changes Path 1.12 +21 -4 src/sys/dev/pcic/i82365.c 1.11 +2 -1 src/sys/dev/pcic/i82365var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912200647.WAA18580>