Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/sommerfeld_i386mp_1]: src/sys/arch/i386/stand/netboot Move the individua...
details: https://anonhg.NetBSD.org/src/rev/62265bc96bec
branches: sommerfeld_i386mp_1
changeset: 482495:62265bc96bec
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Feb 19 19:49:39 2002 +0000
description:
Move the individual NIC ROM Makefiles into a subdirectories of
netboot. Requested by Christos.
diffstat:
sys/arch/i386/stand/netboot/3c509/Makefile | 5 +++++
sys/arch/i386/stand/netboot/3c590/Makefile | 13 +++++++++++++
sys/arch/i386/stand/netboot/3c90xb/Makefile | 10 ++++++++++
sys/arch/i386/stand/netboot/Makefile | 12 ++++++++++++
sys/arch/i386/stand/netboot/i82557/Makefile | 7 +++++++
sys/arch/i386/stand/netboot/ne2000_isa/Makefile | 7 +++++++
sys/arch/i386/stand/netboot/pcnet_isapnp/Makefile | 7 +++++++
sys/arch/i386/stand/netboot/pcnet_pci/Makefile | 7 +++++++
8 files changed, 68 insertions(+), 0 deletions(-)
diffs (100 lines):
diff -r ab59455b7099 -r 62265bc96bec sys/arch/i386/stand/netboot/3c509/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/stand/netboot/3c509/Makefile Tue Feb 19 19:49:39 2002 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile,v 1.1.2.2 2002/02/19 19:49:40 thorpej Exp $
+
+USE_NETIF= 3c509
+
+.include "../Makefile.netboot"
diff -r ab59455b7099 -r 62265bc96bec sys/arch/i386/stand/netboot/3c590/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/stand/netboot/3c590/Makefile Tue Feb 19 19:49:39 2002 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.2.2 2002/02/19 19:49:40 thorpej Exp $
+
+# This can also handle the 3c900 TPO / combo and 3c905 TX
+
+USE_NETIF= 3c590
+
+CPPFLAGS+= -DPCIROM -DPCI_VID=0x10b7 -DPCI_CLASS=0x020000
+CPPFLAGS+= -DPCI_DID=0x5900 # 3c590
+#CPPFLAGS+= -DPCI_DID=0x9000 # 3c900 TPO
+#CPPFLAGS+= -DPCI_DID=0x9001 # 3c900 combo
+#CPPFLAGS+= -DPCI_DID=0x9050 # 3c905 TX
+
+.include "../Makefile.netboot"
diff -r ab59455b7099 -r 62265bc96bec sys/arch/i386/stand/netboot/3c90xb/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/stand/netboot/3c90xb/Makefile Tue Feb 19 19:49:39 2002 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1.2.2 2002/02/19 19:49:40 thorpej Exp $
+
+USE_NETIF= 3c90xb
+
+#CPPFLAGS+= -DPCIROM -DPCI_VID=0x10b7 -DPCI_CLASS=0x020000
+#CPPFLAGS+= -DPCI_DID=0x9005 # 3c900b combo
+CPPFLAGS+= -DPCI_DID=0x9055 # 3c905b TX
+#CPPFLAGS+= -DPCI_DID=0x9058 # 3c905b combo
+
+.include "../Makefile.netboot"
diff -r ab59455b7099 -r 62265bc96bec sys/arch/i386/stand/netboot/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/stand/netboot/Makefile Tue Feb 19 19:49:39 2002 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.26.2.2 2002/02/19 19:49:39 thorpej Exp $
+
+SUBDIR+= 3c509
+SUBDIR+= 3c590
+SUBDIR+= 3c90xb
+SUBDIR+= i82557
+SUBDIR+= ne2000_isa
+SUBDIR+= pcnet_isapnp
+SUBDIR+= pcnet_pci
+SUBDIR+= wd80x3
+
+.include <bsd.subdir.mk>
diff -r ab59455b7099 -r 62265bc96bec sys/arch/i386/stand/netboot/i82557/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/stand/netboot/i82557/Makefile Tue Feb 19 19:49:39 2002 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1.2.2 2002/02/19 19:49:41 thorpej Exp $
+
+USE_NETIF= i82557
+
+CPPFLAGS+= -DPCIROM -DPCI_VID=0x8086 -DPCI_DID=0x1229 -DPCI_CLASS=0x020000
+
+.include "../Makefile.netboot"
diff -r ab59455b7099 -r 62265bc96bec sys/arch/i386/stand/netboot/ne2000_isa/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/stand/netboot/ne2000_isa/Makefile Tue Feb 19 19:49:39 2002 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1.2.2 2002/02/19 19:49:41 thorpej Exp $
+
+USE_NETIF= ne2000_isa
+
+CPPFLAGS+= -DBASEREG=0x300
+
+.include "../Makefile.netboot"
diff -r ab59455b7099 -r 62265bc96bec sys/arch/i386/stand/netboot/pcnet_isapnp/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/stand/netboot/pcnet_isapnp/Makefile Tue Feb 19 19:49:39 2002 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1.2.2 2002/02/19 19:49:42 thorpej Exp $
+
+# XXX Boot device passing to kernel is broken
+
+USE_NETIF= pcnet_isapnp
+
+.include "../Makefile.netboot"
diff -r ab59455b7099 -r 62265bc96bec sys/arch/i386/stand/netboot/pcnet_pci/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/stand/netboot/pcnet_pci/Makefile Tue Feb 19 19:49:39 2002 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1.2.2 2002/02/19 19:49:42 thorpej Exp $
+
+USE_NETIF= pcnet_pci
+
+CPPFLAGS+= -DPCIROM -DPCI_VID=0x1022 -DPCI_DID=0x2000 -DPCI_CLASS=0x020000
+
+.include "../Makefile.netboot"
Home |
Main Index |
Thread Index |
Old Index