Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand/lib add commented out CPPFLAGS+= -DIBM_L...



details:   https://anonhg.NetBSD.org/src/rev/99d1220ff9a8
branches:  trunk
changeset: 486030:99d1220ff9a8
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu May 11 16:05:51 2000 +0000

description:
add commented out CPPFLAGS+= -DIBM_L40 - needed for PS/2 bootblocks

diffstat:

 sys/arch/i386/stand/lib/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 141aac1ade8b -r 99d1220ff9a8 sys/arch/i386/stand/lib/Makefile
--- a/sys/arch/i386/stand/lib/Makefile  Thu May 11 15:42:00 2000 +0000
+++ b/sys/arch/i386/stand/lib/Makefile  Thu May 11 16:05:51 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2000/04/23 19:57:14 tsarna Exp $
+#      $NetBSD: Makefile,v 1.15 2000/05/11 16:05:51 jdolecek Exp $
 
 S?=    ${.CURDIR}/../../../../
 
@@ -15,6 +15,9 @@
 #CPPFLAGS+= -DNO_DISKLABEL
 #CPPFLAGS+= -DSAVE_MEMORY
 
+# For PS/2 hardware
+# CPPFLAGS+= -DIBM_L40
+
 SRCS= pcio.c conio.S comio.S comio_direct.c biosvideomode.S
 SRCS+= getsecs.c biosgetrtc.S biosdelay.S biosreboot.S gatea20.c
 SRCS+= biosmem.S getextmemx.c biosmemx.S printmemlist.c



Home | Main Index | Thread Index | Old Index