Receiving EROFS error creating a new file system

2002-11-02 Thread David Christensen
wfs: wtfs: Read-only file system The disk driver never receives the request to write data to block 0, so the write() call returns EROFS error from somewhere else. Why might I be receiving this error? If I partition another drive and create an identical slice, I don't get the error. David

Scheduling a recurring task in a device driver

2002-10-21 Thread David Christensen
A device driver I'm porting from Linux uses tasklets to schedule a recurring event to work around a hardware bug. What would be the equivalent in FreeBSD? David Christensen To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message