Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 95 12:56:00 MST
From:      terry@cs.weber.edu (Terry Lambert)
To:        didier@aida.remcomp.fr (Didier Derny)
Cc:        FreeBSD-hackers@freefall.cdrom.com
Subject:   Re: cdev major number for a cyrix driver
Message-ID:  <9502221956.AA25725@cs.weber.edu>
In-Reply-To: <m0rh3Ln-00040NC@aida.remcomp.fr> from "Didier Derny" at Feb 21, 95 11:46:35 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> I'm writing a driver to configure the internal cache of the Cx486Rx2 processor
> 
> I've implemented a very simple driver to activate/inactivate the cache
> and to read an write in the 486Rx2 internal registers.
> 
> this drivers is used by a program that can either load the content of
> a configuration file (to use in rc) or to build the configuration file
> interactively and then write the new configuration in the registers.
> 
> So I need a cdev major number for this driver.

How about hanging the ioctl's off of an existing device, like /dev/kmem?


					Terry Lambert
					terry@cs.weber.edu
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9502221956.AA25725>