Correct a bug which wrote the result of devfs_add_devswf() for two

separate devices to the same place

Reviewed by:	Julian Elischer <julian>, Marc G. Fournier <scrappy>
This commit is contained in:
Gary Palmer 1996-04-02 22:06:23 +00:00
parent 94436d5aff
commit c7e39c5cee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15007

View File

@ -1,6 +1,6 @@
static char _ittyid[] = "@(#)$Id: iitty.c,v 1.19 1995/12/17 21:17:47 phk Exp $";
static char _ittyid[] = "@(#)$Id: iitty.c,v 1.20 1996/03/28 14:27:52 scrappy Exp $";
/*******************************************************************************
* II - Version 0.1 $Revision: 1.19 $ $State: Exp $
* II - Version 0.1 $Revision: 1.20 $ $State: Exp $
*
* Copyright 1994 Dietmar Friede
*******************************************************************************
@ -74,7 +74,7 @@ ityattach(int ap)
devfs_token[next_if] =
devfs_add_devswf(&ity_cdevsw, next_if, DV_CHR, 0, 0,
0600, "isdn/ity%d", next_if);
devfs_token[next_if] =
devfs_token_out[next_if] =
devfs_add_devswf(&ity_cdevsw,(next_if | 0x80), DV_CHR, 0, 0,
0600, "isdn/Oity%d", next_if);
#endif