[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]
Bryan Stansell bryan@conserver.com
Mon, 21 Nov 2005 08:24:55 -0800 (PST)
On Mon, Nov 21, 2005 at 11:17:47AM -0500, John Stoffel wrote: > When I try to send a break. I need to do '#.' to get to the sc> > prompt where I can do a 'break -y' and the 'console' to get back to > the PROM level, etc. as a "workaround" (or maybe it's the only answer without the newer firmware), you could use a break sequence of: break N { string "#.\dbreak -y\n\dconsole\n"; } (or somethin' like that...you get the idea) Bryan