From owner-cvs-all Sun Dec 19 22:47:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 71D1D14E15; Sun, 19 Dec 1999 22:47:40 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA18580; Sun, 19 Dec 1999 22:47:40 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <199912200647.WAA18580@freefall.freebsd.org> From: Warner Losh Date: Sun, 19 Dec 1999 22:47:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pcic i82365.c i82365var.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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