1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Removed a #warning that I left here.

This commit is contained in:
Guido van Rooij 1994-03-06 20:56:26 +00:00
parent 18e494b593
commit fe719280d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1242
3 changed files with 9 additions and 12 deletions

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from:@(#)syscons.c 1.3 940129
* $Id: syscons.c,v 1.35 1994/02/07 02:14:27 davidg Exp $
* $Id: syscons.c,v 1.36 1994/03/02 20:28:38 guido Exp $
*
*/
@ -1102,10 +1102,9 @@ void pccnprobe(struct consdev *cp)
/* initialize required fields */
cp->cn_dev = makedev(maj, NCONS);
cp->cn_pri = CN_INTERNAL;
#warning Crude hack, do it better
/*#if defined(__FreeBSD__) || defined(__386BSD__)
#if defined(__386BSD__)
cp->cn_tp = CONSOLE_TTY;
#endif*/
#endif
}

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from:@(#)syscons.c 1.3 940129
* $Id: syscons.c,v 1.35 1994/02/07 02:14:27 davidg Exp $
* $Id: syscons.c,v 1.36 1994/03/02 20:28:38 guido Exp $
*
*/
@ -1102,10 +1102,9 @@ void pccnprobe(struct consdev *cp)
/* initialize required fields */
cp->cn_dev = makedev(maj, NCONS);
cp->cn_pri = CN_INTERNAL;
#warning Crude hack, do it better
/*#if defined(__FreeBSD__) || defined(__386BSD__)
#if defined(__386BSD__)
cp->cn_tp = CONSOLE_TTY;
#endif*/
#endif
}

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from:@(#)syscons.c 1.3 940129
* $Id: syscons.c,v 1.35 1994/02/07 02:14:27 davidg Exp $
* $Id: syscons.c,v 1.36 1994/03/02 20:28:38 guido Exp $
*
*/
@ -1102,10 +1102,9 @@ void pccnprobe(struct consdev *cp)
/* initialize required fields */
cp->cn_dev = makedev(maj, NCONS);
cp->cn_pri = CN_INTERNAL;
#warning Crude hack, do it better
/*#if defined(__FreeBSD__) || defined(__386BSD__)
#if defined(__386BSD__)
cp->cn_tp = CONSOLE_TTY;
#endif*/
#endif
}