Re: configuring sio1 for serial console ...

2006-06-29 Thread Vivek Khera
On Jun 29, 2006, at 4:03 AM, Robert Watson wrote: To prevent activation of the debugger on kernel panic(9): options KDB_UNATTENDED My experience is that if you have a serial console, it assumes you're "attended" if there is carrier detected on the wire. Console servers seem to

Re: configuring sio1 for serial console ...

2006-06-29 Thread Vivek Khera
On Jun 28, 2006, at 6:36 PM, Freddie Cash wrote: BOOT_COMCONSOLE_SPEED=19220 As of 6.0 this no longer works beyond the stage 0 boot, ie, the kernel boot messages come at a different speed. The man page for boot says you can add -S to boot.config as of 6.0, but it didn't work until

Re: configuring sio1 for serial console ...

2006-06-29 Thread User Freebsd
On Thu, 29 Jun 2006, Robert Watson wrote: On Wed, 28 Jun 2006, User Freebsd wrote: On Wed, 28 Jun 2006, Robert Watson wrote: On Wed, 28 Jun 2006, User Freebsd wrote: Instead of changing your kernel config, edit the sio1 entries in /boot/device.hints. (This assumes you left device sio in y

Re: configuring sio1 for serial console ...

2006-06-29 Thread Robert Watson
On Wed, 28 Jun 2006, User Freebsd wrote: On Wed, 28 Jun 2006, Robert Watson wrote: On Wed, 28 Jun 2006, User Freebsd wrote: Instead of changing your kernel config, edit the sio1 entries in /boot/device.hints. (This assumes you left device sio in your kernel -- if not, you need to re-add it

Re: configuring sio1 for serial console ...

2006-06-28 Thread User Freebsd
On Wed, 28 Jun 2006, Robert Watson wrote: On Wed, 28 Jun 2006, User Freebsd wrote: Instead of changing your kernel config, edit the sio1 entries in /boot/device.hints. (This assumes you left device sio in your kernel -- if not, you need to re-add it). 'k, re-adding ... and I take it there

Re: configuring sio1 for serial console ...

2006-06-28 Thread Robert Watson
On Wed, 28 Jun 2006, User Freebsd wrote: Instead of changing your kernel config, edit the sio1 entries in /boot/device.hints. (This assumes you left device sio in your kernel -- if not, you need to re-add it). 'k, re-adding ... and I take it there is no more 'DDB_UNATTENDED' option? Someth

Re: configuring sio1 for serial console ...

2006-06-28 Thread User Freebsd
On Wed, 28 Jun 2006, Robert Watson wrote: On Wed, 28 Jun 2006, User Freebsd wrote: Following hte instructions in the Handbook, I've added the following line to my kernel config: device sio1 at isa? port IO_COM2 flags 0x10 irq 3 but, when I try to build it: config: /usr/src/sys/i386/conf/ke

Re: configuring sio1 for serial console ...

2006-06-28 Thread Freddie Cash
On Wed, June 28, 2006 2:58 pm, User Freebsd wrote: > Following hte instructions in the Handbook, I've added the following > line to my kernel config: > > device sio1 at isa? port IO_COM2 flags 0x10 irq 3 > > but, when I try to build it: > > config: /usr/src/sys/i386/conf/kernel:71: syntax

Re: configuring sio1 for serial console ...

2006-06-28 Thread Robert Watson
On Wed, 28 Jun 2006, User Freebsd wrote: Following hte instructions in the Handbook, I've added the following line to my kernel config: device sio1 at isa? port IO_COM2 flags 0x10 irq 3 but, when I try to build it: config: /usr/src/sys/i386/conf/kernel:71: syntax error *** Error code 1 so,

configuring sio1 for serial console ...

2006-06-28 Thread User Freebsd
Following hte instructions in the Handbook, I've added the following line to my kernel config: device sio1 at isa? port IO_COM2 flags 0x10 irq 3 but, when I try to build it: config: /usr/src/sys/i386/conf/kernel:71: syntax error *** Error code 1 so, obviously that is wrong for 6.x?