From owner-freebsd-questions Mon Jun 14 15:49:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server4.reno.powernet.net (server4.reno.powernet.net [208.226.189.15]) by hub.freebsd.org (Postfix) with ESMTP id 48D0514E11 for ; Mon, 14 Jun 1999 15:49:13 -0700 (PDT) (envelope-from trzy@powernet.net) Received: from p5-23.reno.powernet.net (p5-23.reno.powernet.net [208.226.188.25]) by server4.reno.powernet.net (8.9.0/8.8.5) with ESMTP id PAA11878 for ; Mon, 14 Jun 1999 15:49:08 -0700 (PDT) Date: Mon, 14 Jun 1999 15:44:51 -0700 (PDT) From: Bart Trzynadlowski X-Sender: trzy@Brzuszek To: freebsd-questions@freebsd.org Subject: sio2 in kernel 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 Hi, I compiled a custom kernel and one of the things I wanted to do is let the kernel recognize my sio2 without having to use the /boot/loader. Sio2 is at port 0x3e8 on IRQ 10. So I modified the line in the kernel configuration file to say this: device sio2 at isa? port 0x3e8 tty irq 10 I think the "at isa?" has something to do with it. What is the question mark for? If I have specified an actual port should I remove the question mark? It just says sio2 cannot be found. But other than that the kernel works great, its fast, and half as big :) Also, to continue the prompt saga... Does anyone know how to make it so super users in csh have a "#" whereas regular users have a "%" (or $ or whatever csh uses by default)? My current method of setting the prompt is as follows for csh: set prompt = "`pwd`# " alias cd 'cd \!*; set prompt="`pwd`# "' It prints # for users and superusers. Any way to make it change? Thanks, Bart Trzynadlowski To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message