From owner-freebsd-commit Fri Jul 21 10:02:39 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id KAA10971 for commit-outgoing; Fri, 21 Jul 1995 10:02:39 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id KAA10958 for cvs-usrsbin-outgoing; Fri, 21 Jul 1995 10:02:37 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id KAA10938 ; Fri, 21 Jul 1995 10:02:30 -0700 Date: Fri, 21 Jul 1995 10:02:30 -0700 From: Bruce Evans Message-Id: <199507211702.KAA10938@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pstat pstat.c Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/07/21 10:02:30 Modified: usr.sbin/pstat pstat.c Log: Support cy driver. All tty drivers require namelist stuff here or they won't get reported. The pcvt, cx and iitty drivers aren't supported. Report new tty states TS_CONNECTED, TS_SO_OLOWAT, TS_SO_OCOMPLETE, TS_CAR_OFLOW, TS_CTS_OFLOW, TS_DSR_OFLOW and TS_ZOMBIE if they are defined. Report old tty states TS_WOPEN and TS_ASLEEP only if they are defined. Report not so old tty states TS_CAN_BYPASS_L_RINT and TS_SNOOP only if they are defined (instead of if __FreeBSD__ is defined).