From owner-freebsd-commit Fri Nov 17 21:34:38 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA24548 for freebsd-commit-outgoing; Fri, 17 Nov 1995 21:34:38 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA24519 for cvs-all-outgoing; Fri, 17 Nov 1995 21:34:31 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA24508 for cvs-sys-outgoing; Fri, 17 Nov 1995 21:34:25 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA24462 ; Fri, 17 Nov 1995 21:34:05 -0800 Date: Fri, 17 Nov 1995 21:34:05 -0800 From: Bruce Evans Message-Id: <199511180534.VAA24462@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/conf files.i386 Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/17 21:34:03 Modified: sys/i386/conf files.i386 Log: Restored the device-driverness off wd.c. It got lost when wdc was introduced. Fixed the device-driverness of atapi.c and spkr.c. These changes are actually no-ops because ${DRIVER_C} is the same as ${NORMAL_C} for the i386. I could do without magic CFLAGS. Special handling should be in the sources if possible.