Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Apr 2000 02:49:41 +0900
From:      MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
To:        imp@village.org
Cc:        FreeBSD-mobile@FreeBSD.org
Subject:   [NEWCARD] pcic_handle in pcic_{enable,disable}_socket
Message-ID:  <200004031749.CAA42107@lavender.yy.cs.keio.ac.jp>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004031749.CAA42107>