summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-08-25 23:21:55 +0000
committerbde <bde@FreeBSD.org>1997-08-25 23:21:55 +0000
commit2d311d905e5bd769066689ee99d63de1f0354cbb (patch)
tree30a93c1a627c6522a70bc3e57f7589717a58ab67 /sys/isa
parent9912dd8f10ac82c232b6b6d60135f5b99bf9dcd4 (diff)
downloadFreeBSD-src-2d311d905e5bd769066689ee99d63de1f0354cbb.zip
FreeBSD-src-2d311d905e5bd769066689ee99d63de1f0354cbb.tar.gz
Removed unused misplaced definition of TIMER_FREQ.
Use less-magic numbers in the definition of HISTORY_SIZE.
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/syscons.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/isa/syscons.h b/sys/isa/syscons.h
index 78703f7..38c5ae4 100644
--- a/sys/isa/syscons.h
+++ b/sys/isa/syscons.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: syscons.h,v 1.30 1997/06/29 15:11:40 yokota Exp $
+ * $Id: syscons.h,v 1.31 1997/07/15 14:43:27 yokota Exp $
*/
#ifndef _I386_ISA_SYSCONS_H_
@@ -95,14 +95,13 @@
#define ROW 25
#define BELL_DURATION 5
#define BELL_PITCH 800
-#define TIMER_FREQ 1193182 /* should be in isa.h */
#define CONSOLE_BUFSIZE 1024
#define PCBURST 128
#define FONT_NONE 1
#define FONT_8 2
#define FONT_14 4
#define FONT_16 8
-#define HISTORY_SIZE 100*80
+#define HISTORY_SIZE (COL * ROW * 4)
/* defines related to hardware addresses */
#define MONO_BASE 0x3B4 /* crt controller base mono */
OpenPOWER on IntegriCloud