From owner-freebsd-questions Sat Jul 24 11:43:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jeeves.poopie.net (jeeves.poopie.net [151.198.231.29]) by hub.freebsd.org (Postfix) with ESMTP id 96CA315195 for ; Sat, 24 Jul 1999 11:43:04 -0700 (PDT) (envelope-from pete@jeeves.poopie.net) Received: from localhost (pete@localhost) by jeeves.poopie.net (8.9.2/8.9.3) with ESMTP id OAA11667 for ; Sat, 24 Jul 1999 14:45:54 GMT Date: Sat, 24 Jul 1999 14:45:54 +0000 (GMT) From: Pedro Leitao To: freebsd-questions@FreeBSD.ORG Subject: MAKEDEV In-Reply-To: <3734A2A8.959ABADD@confusion.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just added a new scsi backup tape drive on my server. I compiled the kernel, and the scsi card and tape drive now show up on startup as ahc0(card) and sa0(drive). I want to use that drive, but the device sa0 doesn't show in /dev. I am trying to make it with ./MAKEDEV sa0, but that just doesn't work. When I run ./MAKEDEV sa0 , it looks like it runs, but the sa0 device doesn't show in /dev/ How do I make the backup tape drive device so that I can use it? thanx in advance for any help.. _P_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message