diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-07 05:03:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-07 05:03:55 +0000 |
commit | dc1e5b6c9eb00629d09ea66dd687509468713606 (patch) | |
tree | ebbe16114c7ebe368b3631cb49451e646dbc2349 /sys/dev | |
parent | 504595d70a2634bec3061187e5ce9cafe7ab371f (diff) |
lpd uses 4 ports. PERIOD, no?
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/lptreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ic/lptreg.h b/sys/dev/ic/lptreg.h index b308fe24625..3d274a0f3f6 100644 --- a/sys/dev/ic/lptreg.h +++ b/sys/dev/ic/lptreg.h @@ -61,4 +61,4 @@ #define LPC_SELECT 0x08 /* printer selected */ #define LPC_IENABLE 0x10 /* printer out of paper */ -#define LPT_NPORTS 8 +#define LPT_NPORTS 4 |