From owner-freebsd-mobile Mon Aug 16 9:30: 4 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from afs.ntc.mita.keio.ac.jp (afs.ntc.mita.keio.ac.jp [131.113.212.3]) by hub.freebsd.org (Postfix) with ESMTP id 31ECD14F54 for ; Mon, 16 Aug 1999 09:29:50 -0700 (PDT) (envelope-from hosokawa@ntc.keio.ac.jp) Received: (from hosokawa@localhost) by afs.ntc.mita.keio.ac.jp (8.8.8+2.7Wbeta7/3.6Wbeta6-ntc_mailserver1.03) id BAA01212; Tue, 17 Aug 1999 01:30:04 +0900 (JST) Date: Tue, 17 Aug 1999 01:30:04 +0900 (JST) Message-Id: <199908161630.BAA01212@afs.ntc.mita.keio.ac.jp> To: mobile@freebsd.org Cc: hosokawa@itc.keio.ac.jp Subject: Reviewers wanted: PC-card ATA (single I/O window & async probe) for -current In-Reply-To: Your message of "Fri, 13 Aug 1999 20:35:26 JST". <199908131135.UAA00766@afs.ntc.mita.keio.ac.jp> From: hosokawa@itc.keio.ac.jp (HOSOKAWA Tatsumi) X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article <199908131135.UAA00766@afs.ntc.mita.keio.ac.jp> hosokawa@itc.keio.ac.jp writes: >> It's PC-card ATA patch for -current. It still has a few lines I want >> to rewrite, but I think it works with many ATA cards. It uses single >> I/O window, so it works on laptop machines with internal CD-ROM. >> >> Please add >> >> controller wdc2 at isa? >> disk wd4 at wdc1 drive 0 >> disk wd5 at wdc1 drive 1 >> >> to kernel config file and compile it. >> >> I'm developping this patch with Hagiwara Sys-com's Compact flash. >> "config" line of pccard.conf is >> >> config 0x01 "wdc2" ? iosize 16 I updated this patch. The new version probes ATA devices asynchronously (currently, only tested with my Compact Flash card). Last version locks up the system for (about) 30 seconds, but this version releases CPU while probing ATA devices. I want to commit it to -current. Reviewers wanted. New patch can be get from http://wing-yee.ntc.keio.ac.jp/hosokawa/pccard/wd-19990817.patch This patch modifies wd.c, atapi.c and atapi.h. -- HOSOKAWA, Tatsumi Assistant Manager Information Technology Center, Keio University To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message