Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site ucbvax.UUCP Path: utzoo!watmath!clyde!floyd!harpo!decvax!ucbvax!faustus From: faustus@ucbvax.UUCP (Wayne Christopher) Newsgroups: net.unix-wizards Subject: Re: Minor device numbers: too small! Message-ID: <25@ucbvax.UUCP> Date: Fri, 30-Mar-84 13:17:29 EST Article-I.D.: ucbvax.25 Posted: Fri Mar 30 13:17:29 1984 Date-Received: Sun, 1-Apr-84 08:41:00 EST References: <1096@proper.UUCP> Organization: U.C. Berkeley Lines: 7 There is really no problem - if you have more than 256 devices that use a particular driver (very unlikely I would think) you can just split them up between two major device numbers, and put some duplicate entries in the *devsw[] tables... Wayne