summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1999-08-10 17:15:20 +0000
committerBill Paul <wpaul@FreeBSD.org>1999-08-10 17:15:20 +0000
commit08339b4fa4529ed2e039bd30084000c225588988 (patch)
treec81d3f39a66c38de5c48dc518fee73c9fc89f4c4 /sys/modules
parentf0ebbc29854d25a88f584c7333104c502df4a2d2 (diff)
downloadsrc-test2-08339b4fa4529ed2e039bd30084000c225588988.tar.gz
src-test2-08339b4fa4529ed2e039bd30084000c225588988.zip
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
-rw-r--r--sys/modules/ax/Makefile4
-rw-r--r--sys/modules/mx/Makefile4
-rw-r--r--sys/modules/sf/Makefile4
-rw-r--r--sys/modules/sk/Makefile4
-rw-r--r--sys/modules/ti/Makefile4
-rw-r--r--sys/modules/tl/Makefile4
-rw-r--r--sys/modules/vr/Makefile28
-rw-r--r--sys/modules/xl/Makefile4
9 files changed, 44 insertions, 16 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 031d507e59cc..431bacb5d4c7 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,10 +1,10 @@
-# $Id: Makefile,v 1.68 1999/07/25 04:32:37 wpaul Exp $
+# $Id: Makefile,v 1.69 1999/07/28 02:21:55 wpaul Exp $
# XXX present but broken: atapi ip_mroute_mod joy pcic
SUBDIR= ax ccd cd9660 coda fdesc fxp if_disc if_ppp if_sl if_tun ipfw \
kernfs mfs msdos mx nfs ntfs nullfs pn portal procfs sf sk ti \
- tl umapfs union vn xl
+ tl umapfs union vn vr xl
# XXX some of these can move to the general case when de-i386'ed
.if ${MACHINE_ARCH} == "i386"
diff --git a/sys/modules/ax/Makefile b/sys/modules/ax/Makefile
index 0f55ead4f28e..0d320364369b 100644
--- a/sys/modules/ax/Makefile
+++ b/sys/modules/ax/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1999/07/23 05:48:01 wpaul Exp $
+# $Id: Makefile,v 1.1 1999/07/24 20:55:04 wpaul Exp $
S = ${.CURDIR}/../..
.PATH: $S/pci
@@ -8,7 +8,7 @@ CLEANFILES += ax.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
ax.h:
- echo "#define NFXP 1" > ax.h
+ echo "#define NAX 1" > ax.h
bpf.h:
echo "#define NBPF 1" > bpf.h
diff --git a/sys/modules/mx/Makefile b/sys/modules/mx/Makefile
index d1e2261a7e37..ae4ea4f67c77 100644
--- a/sys/modules/mx/Makefile
+++ b/sys/modules/mx/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1999/07/23 05:48:01 wpaul Exp $
+# $Id: Makefile,v 1.1 1999/07/24 20:55:05 wpaul Exp $
S = ${.CURDIR}/../..
.PATH: $S/pci
@@ -8,7 +8,7 @@ CLEANFILES += mx.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
mx.h:
- echo "#define NFXP 1" > mx.h
+ echo "#define NMX 1" > mx.h
bpf.h:
echo "#define NBPF 1" > bpf.h
diff --git a/sys/modules/sf/Makefile b/sys/modules/sf/Makefile
index aa3df4c2e614..d2de96eb0f67 100644
--- a/sys/modules/sf/Makefile
+++ b/sys/modules/sf/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1999/07/23 05:48:01 wpaul Exp $
+# $Id: Makefile,v 1.1 1999/07/25 04:32:38 wpaul Exp $
S = ${.CURDIR}/../..
.PATH: $S/pci
@@ -8,7 +8,7 @@ CLEANFILES += sf.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
sf.h:
- echo "#define NFXP 1" > sf.h
+ echo "#define NSF 1" > sf.h
bpf.h:
echo "#define NBPF 1" > bpf.h
diff --git a/sys/modules/sk/Makefile b/sys/modules/sk/Makefile
index 9c3b9ebfb50c..3aefa89cd13c 100644
--- a/sys/modules/sk/Makefile
+++ b/sys/modules/sk/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1999/07/06 19:23:01 des Exp $
+# $Id: Makefile,v 1.1 1999/07/23 05:47:56 wpaul Exp $
S = ${.CURDIR}/../..
.PATH: $S/pci
@@ -8,7 +8,7 @@ CLEANFILES += sk.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
sk.h:
- echo "#define NFXP 1" > sk.h
+ echo "#define NSK 1" > sk.h
bpf.h:
echo "#define NBPF 1" > bpf.h
diff --git a/sys/modules/ti/Makefile b/sys/modules/ti/Makefile
index b3d2064fcff6..9fd0b6b0fc37 100644
--- a/sys/modules/ti/Makefile
+++ b/sys/modules/ti/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1999/07/06 19:23:01 des Exp $
+# $Id: Makefile,v 1.1 1999/07/23 05:47:58 wpaul Exp $
S = ${.CURDIR}/../..
.PATH: $S/pci
@@ -8,7 +8,7 @@ CLEANFILES += ti.h bpf.h opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
ti.h:
- echo "#define NFXP 1" > ti.h
+ echo "#define NTI 1" > ti.h
bpf.h:
echo "#define NBPF 1" > bpf.h
diff --git a/sys/modules/tl/Makefile b/sys/modules/tl/Makefile
index 515026854aeb..d4108d1cac51 100644
--- a/sys/modules/tl/Makefile
+++ b/sys/modules/tl/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1999/07/06 19:23:01 des Exp $
+# $Id: Makefile,v 1.1 1999/07/23 05:47:59 wpaul Exp $
S = ${.CURDIR}/../..
.PATH: $S/pci
@@ -8,7 +8,7 @@ CLEANFILES += tl.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
tl.h:
- echo "#define NFXP 1" > tl.h
+ echo "#define NTL 1" > tl.h
bpf.h:
echo "#define NBPF 1" > bpf.h
diff --git a/sys/modules/vr/Makefile b/sys/modules/vr/Makefile
new file mode 100644
index 000000000000..468419ae9d65
--- /dev/null
+++ b/sys/modules/vr/Makefile
@@ -0,0 +1,28 @@
+# $Id: Makefile,v 1.1 1999/07/23 05:48:01 wpaul Exp $
+
+S = ${.CURDIR}/../..
+.PATH: $S/pci
+KMOD = vr
+SRCS = if_vr.c vr.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES += vr.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CFLAGS += ${DEBUG_FLAGS}
+
+vr.h:
+ echo "#define NVR 1" > vr.h
+
+bpf.h:
+ echo "#define NBPF 1" > bpf.h
+
+opt_bdg.h:
+ touch opt_bdg.h
+
+device_if.h: $S/kern/makedevops.pl $S/kern/device_if.m
+ perl $S/kern/makedevops.pl -h $S/kern/device_if.m
+
+bus_if.h: $S/kern/makedevops.pl $S/kern/bus_if.m
+ perl $S/kern/makedevops.pl -h $S/kern/bus_if.m
+
+pci_if.h: $S/kern/makedevops.pl $S/pci/pci_if.m
+ perl $S/kern/makedevops.pl -h $S/pci/pci_if.m
+
+.include <bsd.kmod.mk>
diff --git a/sys/modules/xl/Makefile b/sys/modules/xl/Makefile
index d0658493e299..544cc4814948 100644
--- a/sys/modules/xl/Makefile
+++ b/sys/modules/xl/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1999/07/06 19:23:01 des Exp $
+# $Id: Makefile,v 1.1 1999/07/23 05:48:01 wpaul Exp $
S = ${.CURDIR}/../..
.PATH: $S/pci
@@ -8,7 +8,7 @@ CLEANFILES += xl.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
xl.h:
- echo "#define NFXP 1" > xl.h
+ echo "#define NXL 1" > xl.h
bpf.h:
echo "#define NBPF 1" > bpf.h