Subject: strategies for character io
To: None <current-users@NetBSD.ORG>
From: Bill Studenmund <skippy@macro.stanford.edu>
List: current-users
Date: 07/07/1995 09:41:20
I'm trying to compile current, and having problems w/ sys/sys/config.h

The version in last weeks tarballs was missing parameters for the macro 
bdev_swap_init, which upset sys/kern/conf.c . So I downloaded the
version on -current, which was changed on the 5th.

This version, though, breaks sys/kern/kern_physio.c . The tarball
version of conf.h has a strategy system for both bdev's and cdev's.
The version on -current now seems to have hard-coded the strategy
for every char device, and left out the entry in the cdevsw.

Unfrtunatly rawread & rawwrite, both in kern_physio.c, want to pass
the strategy in a general manner to physio.

So what's right?

Thanks!

Bill