From owner-freebsd-commit Thu Sep 7 01:22:29 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id BAA22582 for freebsd-commit-outgoing; Thu, 7 Sep 1995 01:22:29 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id BAA22340 for cvs-all-outgoing; Thu, 7 Sep 1995 01:21:04 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id BAA22320 for cvs-sys-outgoing; Thu, 7 Sep 1995 01:21:01 -0700 Received: (from swallace@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id BAA22129 ; Thu, 7 Sep 1995 01:20:24 -0700 Date: Thu, 7 Sep 1995 01:20:24 -0700 From: Steven Wallace Message-Id: <199509070820.BAA22129@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa atapi.c wcd.c wd.c Sender: commit-owner@FreeBSD.org Precedence: bulk swallace 95/09/07 01:20:22 Modified: sys/i386/conf files.i386 Log: Change atapi.c to depend on the ATAPI option. Add wd.c entry based on the wdc controller. This will enable compilation of wcd device without wd. Modified: sys/i386/isa atapi.c wcd.c wd.c Log: Make files get the NWDC definition from "wdc.h" instead of "wd.h". This way, if using wd and/or wcd devices, the wdc controller code will get compiled.