Date: Sun, 13 Dec 1998 20:31:20 -0800 (PST) From: Julian Elischer <julian@whistle.com> To: Terry Lambert <tlambert@primenet.com> Cc: Warner Losh <imp@village.org>, mike@smith.net.au, y-nakaga@nwsl.mesh.ad.jp, mark@grondar.za, current@FreeBSD.ORG Subject: Re: PAO Integration? Message-ID: <Pine.BSF.3.95.981213201745.8863A-100000@current1.whistle.com> In-Reply-To: <199812132203.PAA09407@usr09.primenet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Archie and I added dthe RB_POWEROFF flag to allow our Interjets to turn off the power when requested. In other situations we do not want to remove power, but rather halt so that control is then handed to the H/W watchdog, which will do a full reset of everything. I was also thinking of laptops whan I added this. (see the commit message) We'd be really thrilled if someone changed the semantics out from under us...... RB_POWEROFF does exactly that. RB_HALT does NOT do that. The processor either executes a HALT instrauction, or enters a type loop. Alternatively it might go to a firmware monitor, but we don't have that. what the 'shutdown' instruction does is arguable, but my personal feel is that it should require an argument to make it power off. Just like it requires an argument to make it reboot. On Sun, 13 Dec 1998, Terry Lambert wrote: > > : > > shutdown -h. What is wrong with this? > > : > > > : > It is wrong. > > > > Why? Traditionally Unix hasn't run on hardware that has software > > power off. Who can say what traditional unix is when the hardware has > > a new feature? > > The AT&T 3B2 I uses to use had soft power-off... to get UNIX hardware > old than that, you'd need to use a VAX. The VAX at the Univeristy > of Utah at the time I was there could switch off its UPS; it didn't > normally do this, of course, but the possibility was there. > > > Terry Lambert > terry@lambert.org > --- > Any opinions in this posting are my own and not those of my present > or previous employers. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.981213201745.8863A-100000>