From owner-freebsd-commit Sat Oct 28 10:47:14 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA01581 for freebsd-commit-outgoing; Sat, 28 Oct 1995 10:47:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA01565 for cvs-all-outgoing; Sat, 28 Oct 1995 10:47:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA01551 for cvs-user-outgoing; Sat, 28 Oct 1995 10:47:09 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA01533 ; Sat, 28 Oct 1995 10:47:00 -0700 Date: Sat, 28 Oct 1995 10:47:00 -0700 From: Peter Wemm Message-Id: <199510281747.KAA01533@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/lkm/atapi Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/28 10:46:59 Modified: sys/i386/isa atapi.c wcd.c Log: Repair the wcd and atapi code a little, so that it compiles and loads as an LKM. I dont have one of these beasts, so I cannot guarantee that I've not broken it (more). It does compile with ATAPI_STATIC, and as a LKM. Modified: lkm Makefile Log: Reattach atapi and wcd to the lkm Makefile, these compile for me now. Modified: lkm/atapi Makefile Log: Add extra export symbols for the ATAPI generic interface. And a couple of minor fiddles in the process..