|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1458 (0x5b2) Types: TextFile Notes: UNIX file Names: »space.c«
└─⟦69f23ffa1⟧ Bits:30004042/kconfig2.imd SW95705I 386/ix Multi-user Release 1.2 └─⟦69f23ffa1⟧ UNIX Filesystem └─⟦this⟧ »kc/new/etc/atconf/modules/slp/space.c«
/* * PC AT Parallel port driver data structure definition for SUNRIVER */ /* * Copyrighted as an unpublished work. * (c) Copyright 1987 INTERACTIVE Systems Corporation * All rights reserved. * * RESTRICTED RIGHTS * * These programs are supplied under a license. They may be used, * disclosed, and/or copied only as permitted under such license * agreement. Any copy must contain the above copyright notice and * this restricted rights notice. Use, copying, and/or disclosure * of the programs is strictly prohibited unless otherwise provided * in the license agreement. */ #ident "@(#)space.c 1.3 - 88/05/27" #include "sys/param.h" #include "sys/types.h" #include "sys/tty.h" #include "sys/lp.h" #include "sys/sunreg.h" #include "sys/slp.h" /* * The following define the printers supported by the slp driver. The default * definitions are as defined below to support three printers with addresses * as defined in the PC AT Technical Reference Manual. Note the device minor * number in this data structure which must agree with the number assigned * in the /dev directory. * */ struct lp slpst[NSUNTERMS] = { /* initalize lp structure */ {{0, 0, 0}, 0, 0, 0, 0, 0, P_LPDAT, P_LPSTR, P_LPCSR, 0, 0, 0, 0, 0}, {{0, 0, 0}, 0, 0, 0, 0, 1, P_LPDAT, P_LPSTR, P_LPCSR, 0, 0, 0, 0, 0}, {{0, 0, 0}, 0, 0, 0, 0, 2, P_LPDAT, P_LPSTR, P_LPCSR, 0, 0, 0, 0, 0}, {{0, 0, 0}, 0, 0, 0, 0, 3, P_LPDAT, P_LPSTR, P_LPCSR, 0, 0, 0, 0, 0} };