summaryrefslogtreecommitdiffstats
path: root/sys/dev/si/si.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-07-11 15:18:39 +0000
committerphk <phk@FreeBSD.org>2004-07-11 15:18:39 +0000
commit3683e698d2b43b057fd00f831207c4322511e44d (patch)
tree620574f4324dc13c9b729c71899ac553f4582bcc /sys/dev/si/si.h
parentf41e48677c13ba754473dc99f8dc21534770132f (diff)
downloadFreeBSD-src-3683e698d2b43b057fd00f831207c4322511e44d.zip
FreeBSD-src-3683e698d2b43b057fd00f831207c4322511e44d.tar.gz
Introduce ttygone() which indicates that the hardware is detached.
Move dtrwait logic to the generic TTY level.
Diffstat (limited to 'sys/dev/si/si.h')
-rw-r--r--sys/dev/si/si.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/si/si.h b/sys/dev/si/si.h
index 3222e2e..b9576b2 100644
--- a/sys/dev/si/si.h
+++ b/sys/dev/si/si.h
@@ -331,7 +331,6 @@ struct si_port {
int sp_last_hi_ip; /* cached DCD */
int sp_state;
int sp_active_out; /* callout is open */
- int sp_dtr_wait; /* DTR holddown in hz */
int sp_delta_overflows;
u_int sp_wopeners; /* # procs waiting DCD */
/* Initial state. */
@@ -362,7 +361,6 @@ struct si_port {
/* 0x0800 -- */
#define SS_WAITWRITE 0x1000
#define SS_BLOCKWRITE 0x2000
-#define SS_DTR_OFF 0x4000 /* DTR held off */
/*
* Command post flags
OpenPOWER on IntegriCloud