In message: <[EMAIL PROTECTED]>
Takanori Watanabe <[EMAIL PROTECTED]> writes:
: Hi,There is a problem when PCMCIA related stuff
: is used as module, ATA CF is not recognized.
:
: This is because PCMCIA atachment is not compiled
: when pccard(4) is not compiled in.
:
: To fix it, we have to supply PCMCIA attachment
: in any form.
: One way is to make a kernel module that contains only
: ATA/PCMCIA attachment with this Makefile
Yes. that's a common idea.
: ==
: .PATH: ${.CURDIR}/../../dev/ata
:
: KMOD= atacard
: SRCS= ata-card.c
:
: SRCS+= bus_if.h device_if.h card_if.h power_if.h
:
: .include <bsd.kmod.mk>
: ===
:
: Then two question.
: 1. May I commit this workaround?
I think that the naming would be ata_pccard to fit other things in the
kernel.
: 2. Are there any people working on ATA for making it fully
: moduler?
hehe. I call mine ata_pccard :-) I tried having full ata module, but
ran into some hairy build issues that I didn't want to take the time
to sort out with soren's rototil going on in the background. Now that
that is done, I'll have to revisit.
Warner
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"