From owner-cvs-all Thu Feb 4 07:24:31 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA29690 for cvs-all-outgoing; Thu, 4 Feb 1999 07:24:31 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA29682; Thu, 4 Feb 1999 07:24:30 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA78900; Thu, 4 Feb 1999 07:24:30 -0800 (PST) (envelope-from bde@FreeBSD.org) Date: Thu, 4 Feb 1999 07:24:30 -0800 (PST) Message-Id: <199902041524.HAA78900@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/02/04 07:24:29 PST Modified files: sys/i386/isa sio.c Log: M_TTYS -> M_DEVBUF. M_TTYS is documented to be for "tty data structures" but since tty structs aren't malloced it is actually mainly for tty-level (clist) buffers. It was slightly misused here for com structs, and the previous commit completely misused it for device buffers. Fixed some bugs in nearby pccard code: - memory leak when pccards go away (broken in previous commit). - bogus bzeroing of the com struct before freeing it. - style bugs. Revision Changes Path 1.228 +13 -11 src/sys/i386/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message