From owner-freebsd-current Sat Nov 6 22:45:24 1999 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 7038B14C33; Sat, 6 Nov 1999 22:45:18 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id XAA84273; Sat, 6 Nov 1999 23:45:17 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id XAA03042; Sat, 6 Nov 1999 23:44:19 -0700 (MST) Message-Id: <199911070644.XAA03042@harmony.village.org> To: "D. Rock" Subject: Re: sio working Cc: current@FreeBSD.ORG, mobile@FreeBSD.ORG In-reply-to: Your message of "Sun, 07 Nov 1999 01:50:25 +0100." <3824CCD1.C07B6A8@dead-end.net> References: <3824CCD1.C07B6A8@dead-end.net> <3823540C.AE8ADA4F@dead-end.net> <199910230241.UAA26689@harmony.village.org> <199911061753.KAA22419@harmony.village.org> Date: Sat, 06 Nov 1999 23:44:19 -0700 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <3824CCD1.C07B6A8@dead-end.net> "D. Rock" writes: : device sio0 at isa? port IO_COM1 flags 0x10 irq 4 : device sio1 at isa? port IO_COM2 irq 3 These look good. IIRC, the kernel I tested with also had: device sio2 at isa? port IO_COM3 irq 5 disabled or device sio2 in it, but I may be misremembering. Just make sure that you use the config entry that gives you a port at 0x3e8, since most laptops have COM1 and COM2 which really cannot be disabled (well, the BIOS says you can disable them, but I've seen a few where the BIOS disabling is broken). : #options EXTRA_SIO=1 This is totally bogus and should never ever be used. Better to remove it completely from your config file, lest the temptation is there to use it. : options HZ=500 I don't think this option will work, but I don't think that's what is breaking things. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message