Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Feb 1995 12:09:49 -0800
From:      Paul Traina <pst>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/sys conf.h snoop.h tty.h
Message-ID:  <199502252009.MAA26822@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
pst         95/02/25 12:09:47

  Modified:    sys/gnu/isdn iitty.c
               sys/i386/i386 conf.c cons.c
               sys/i386/isa cx.c cy.c sio.c syscons.c syscons.h
               sys/kern tty.c tty_pty.c tty_snoop.c
               sys/sys  conf.h snoop.h tty.h
  Log:
  (a) remove the pointer to each driver's tty structure array from cdevsw
  (b) add a function callback vector to tty drivers that will return a pointer
  to a valid tty structure based upon a dev_t
  (c) make syscons structures the same size whether or not APM is enabled so
  utilities don't crash if NAPM changes (and make the damn kernel compile!)
  (d) rewrite /dev/snp ioctl interface so that it is device driver and i386
  independant



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