From owner-freebsd-hackers@FreeBSD.ORG Fri Mar 11 20:05:22 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 9F9CB16A4CF; Fri, 11 Mar 2005 20:05:22 +0000 (GMT) Date: Fri, 11 Mar 2005 20:05:22 +0000 From: Kris Kennaway To: Jos? Nicol?s Castellano Message-ID: <20050311200522.GJ72527@hub.freebsd.org> References: <4231F7E8.7070603@noconname.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4231F7E8.7070603@noconname.org> User-Agent: Mutt/1.4.2.1i cc: "freebsd-hackers@freebsd.org" Subject: Re: List of Maj-Min Devices X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 20:05:22 -0000 On Fri, Mar 11, 2005 at 08:56:24PM +0100, Jos? Nicol?s Castellano wrote: > Hi!, > > I'm making mknod to some devices in new system like /dev/ttyp0 and so > and i can't found a list of maj and min numbers. > Where can i found it? On 4.x and older, the /dev/MAKEDEV script. On 5.x and newer, devfs does this for you. Kris