From owner-freebsd-commit Fri Sep 22 13:01:55 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA16617 for freebsd-commit-outgoing; Fri, 22 Sep 1995 13:01:55 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA16605 for cvs-all-outgoing; Fri, 22 Sep 1995 13:01:51 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA16595 for cvs-usrsbin-outgoing; Fri, 22 Sep 1995 13:01:49 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA16586 ; Fri, 22 Sep 1995 13:01:37 -0700 Date: Fri, 22 Sep 1995 13:01:37 -0700 From: Peter Wemm Message-Id: <199509222001.NAA16586@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pstat pstat.c Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/09/22 13:01:36 Modified: sys/i386/isa si.c Log: Add some hooks visible from outside via nlist, so pstat can read the tty state. Modified: usr.sbin/pstat pstat.c Log: Add support for the "si" Specialix driver in "pstat -t" The si driver is different to the others in that the _si_tty symbol is a pointer, not the base of an array.