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/netboot add settings for ne2000.



details:   https://anonhg.NetBSD.org/src/rev/ee5f5ffb5042
branches:  trunk
changeset: 516897:ee5f5ffb5042
user:      yamt <yamt%NetBSD.org@localhost>
date:      Thu Nov 01 09:45:03 2001 +0000

description:
add settings for ne2000.
(commented out)

diffstat:

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

diffs (19 lines):

diff -r 0d0f9bc56e09 -r ee5f5ffb5042 sys/arch/i386/stand/netboot/Makefile
--- a/sys/arch/i386/stand/netboot/Makefile      Thu Nov 01 09:37:17 2001 +0000
+++ b/sys/arch/i386/stand/netboot/Makefile      Thu Nov 01 09:45:03 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.22 2001/07/25 12:51:44 drochner Exp $
+#      $NetBSD: Makefile,v 1.23 2001/11/01 09:45:03 yamt Exp $
 
 S=     ${.CURDIR}/../../../../
 
@@ -65,6 +65,9 @@
 #USE_NETIF= i82557
 #CPPFLAGS+= -DPCIROM -DPCI_VID=0x8086 -DPCI_DID=0x1229 -DPCI_CLASS=0x020000
 
+#USE_NETIF= ne2000
+#CPPFLAGS+= -DBASEREG=0x300
+
 .include "../lib/netif/Makefile.inc"
 
 SAMISCCPPFLAGS+= -DHEAP_START=0x10000 -DHEAP_LIMIT=0x40000



Home | Main Index | Thread Index | Old Index