From 563e4a17a436fd50aa0bba32d08c6aca09b6673b Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 28 Oct 1995 17:46:58 +0000 Subject: Add extra export symbols for the ATAPI generic interface. And a couple of minor fiddles in the process.. --- lkm/atapi/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'lkm') diff --git a/lkm/atapi/Makefile b/lkm/atapi/Makefile index a2fb82d..b1d54ff 100644 --- a/lkm/atapi/Makefile +++ b/lkm/atapi/Makefile @@ -1,21 +1,25 @@ .PATH: ${.CURDIR}/../../sys/i386/isa KMOD = atapi_mod -SRCS = atapi.c wdc.h wcd.h +SRCS = atapi.c wdc.h #wcd.h NOMAN = BINDIR = /lkm CFLAGS += -nostdinc -I. -I/sys -DATAPI -DATAPI_MODULE CLEANFILES += $(KMOD) machine wdc.h wcd.h *.b LN = ln -f -s +EXPORT_SYMS = _atapi_mod _atapi_debug_ptr _atapi_intr_ptr \ + _atapi_request_callback_ptr _atapi_request_immediate_ptr \ + _atapi_request_wait_ptr _atapi_start_ptr load: ${PROG} - /sbin/modload -u -e atapi $(PROG) + /sbin/modload -u -e atapi_mod $(PROG) unload: ${PROG} /sbin/modunload -n atapi wdc.h: echo "#define NWDC 2" > wdc.h - echo "#define NWD 4" >> wdc.h + +# echo "#define NWD 4" >> wdc.h wcd.h: echo "#define NWCD 1" > wcd.h -- cgit v1.1