Date: Wed, 17 Sep 2003 00:43:19 +0900 From: Takanori Watanabe <takawata@init-main.com> To: hackers@freebsd.org Cc: nork@freebsd.org Subject: Does anyone work on making ATA moduler? Message-ID: <200309161543.h8GFhJg2072042@sana.init-main.com>
index | next in thread | raw e-mail
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
==
.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?
2. Are there any people working on ATA for making it fully
moduler?
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309161543.h8GFhJg2072042>
