From owner-freebsd-mobile Mon Apr 3 10:50:12 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lavender.yy.cs.keio.ac.jp (ppp156.dialup.st.keio.ac.jp [131.113.27.156]) by hub.freebsd.org (Postfix) with ESMTP id 5A1C437BB98 for ; Mon, 3 Apr 2000 10:49:58 -0700 (PDT) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id CAA42107; Tue, 4 Apr 2000 02:49:42 +0900 (JST) Message-Id: <200004031749.CAA42107@lavender.yy.cs.keio.ac.jp> To: imp@village.org Cc: FreeBSD-mobile@FreeBSD.org Subject: [NEWCARD] pcic_handle in pcic_{enable,disable}_socket X-Mailer: Mew version 1.70 on Emacs 19.34.1 / Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 04 Apr 2000 02:49:41 +0900 From: MIHIRA Sanpei Yoshiro Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Warner I'm trying and test NEWCARD configuration(/sys/dev/pccard,pcic) for Native-CardBus support under FreeBSD. I can compile. But if I insert PC-Card, kernel panicked..... I read /sys/dev/pcic/i82365.c, I think current problem is below NULL pointer(Yes I know this line has XXXIMPXXX!!). int pcic_enable_socket(device_t dev, device_t child) { struct pcic_handle *h = NULL; /* XXXIMPXXX */ ~~~~ i82365.c:pcic_attach function ph_read/write are setted. Warner-san, What plan do you have? Cheers --- MIHIRA Sanpei Yoshiro Yokohama, Japan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message