1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

The Ultra2 never had a CFE console or CFE boot loader. Kill obvious

cut-n-paste leftover.
This commit is contained in:
Warner Losh 2008-09-26 05:10:57 +00:00
parent ae7a480f1c
commit 8e8ee9aaba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183374

View File

@ -46,7 +46,7 @@ __FBSDID("$FreeBSD$");
#include <ddb/ddb.h>
#ifndef CFECONS_POLL_HZ
#define CFECONS_POLL_HZ 4 /* 50-100 works best on Ultra2 */
#define CFECONS_POLL_HZ 4
#endif
#define CFEBURSTLEN 128 /* max number of bytes to write in one chunk */