Date: Tue, 15 Jun 1999 01:13:43 +0100 From: Mark Ovens <markov@globalnet.co.uk> To: Bart Trzynadlowski <trzy@powernet.net> Cc: freebsd-questions@freebsd.org Subject: Re: sio2 in kernel Message-ID: <19990615011343.E828@marder-1> In-Reply-To: <Pine.BSF.4.05.9906141538170.204-100000@Brzuszek>; from Bart Trzynadlowski on Mon, Jun 14, 1999 at 03:44:51PM -0700 References: <Pine.BSF.4.05.9906141538170.204-100000@Brzuszek>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 14, 1999 at 03:44:51PM -0700, Bart Trzynadlowski wrote: > 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? > Edit the alias in ~/.cshrc (or wherever it is) for non-root users and change ``#'' to ``%'' > Thanks, > > Bart Trzynadlowski > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990615011343.E828>