Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 1999 07:24:30 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/isa sio.c
Message-ID:  <199902041524.HAA78900@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902041524.HAA78900>