Date: Thu, 31 Jan 2002 11:24:04 -0500 From: Leo Bicknell <bicknell@ufp.org> To: Robert Watson <rwatson@FreeBSD.ORG> Cc: "M. Warner Losh" <imp@village.org>, obrien@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: JKH - Jr. Kernel Hacker task Message-ID: <20020131162404.GA94200@ussenterprise.ufp.org> In-Reply-To: <Pine.NEB.3.96L.1020131105858.79339C-100000@fledge.watson.org> References: <20020130.223710.28874835.imp@village.org> <Pine.NEB.3.96L.1020131105858.79339C-100000@fledge.watson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In a message written on Thu, Jan 31, 2002 at 10:59:24AM -0500, Robert Watson wrote: > I'm sorry Warner, but your submission has been rejected on the basis that > you are a Senior Kernel Hacker. :-) I've never submitted a kernel patch before, so... Index: sio.c =================================================================== RCS file: /cache/ncvs/src/sys/dev/sio/sio.c,v retrieving revision 1.362 diff -u -r1.362 sio.c --- sio.c 17 Jan 2002 20:05:47 -0000 1.362 +++ sio.c 31 Jan 2002 05:35:16 -0000 @@ -431,6 +431,7 @@ SYSCTL_PROC(_machdep, OID_AUTO, conspeed, CTLTYPE_INT | CTLFLAG_RW, 0, 0, sysctl_machdep_comdefaultrate, "I", ""); +TUNABLE_INT("machdep.conspeed", &comdefaultrate); #define SET_FLAG(dev, bit) device_set_flags(dev, device_get_flags(dev) | (bit)) #define CLR_FLAG(dev, bit) device_set_flags(dev, device_get_flags(dev) & ~(bit)) Wow, this kernel hacking stuff is easy. :-) Apologies to Warner. :-) -- Leo Bicknell - bicknell@ufp.org - CCIE 3440 PGP keys at http://www.ufp.org/~bicknell/ Read TMBG List - tmbg-list-request@tmbg.org, www.tmbg.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020131162404.GA94200>