From owner-freebsd-commit Sat Nov 4 09:08:49 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA07957 for freebsd-commit-outgoing; Sat, 4 Nov 1995 09:08:49 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA07940 for cvs-all-outgoing; Sat, 4 Nov 1995 09:08:45 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA07914 for cvs-sys-outgoing; Sat, 4 Nov 1995 09:08:40 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAB07878 ; Sat, 4 Nov 1995 09:08:20 -0800 Date: Sat, 4 Nov 1995 09:08:20 -0800 From: Bruce Evans Message-Id: <199511041708.JAB07878@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound sound_calls.h Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/11/04 09:08:16 Modified: share/mk bsd.kmod.mk sys/i386/include conf.h npx.h sys/i386/isa aha1542.c aha1742.c aic6360.c bt742a.c cy.c fd.c if_ed.c if_eg.c if_el.c if_ep.c if_fe.c if_ix.c if_le.c lpt.c mse.c ncr5380.c rc.c seagate.c si.c sio.c syscons.h ultra14f.c wd7000.c wdreg.h sys/i386/isa/pcvt pcvt_hdr.h sys/i386/isa/sound sound_calls.h Log: Added `#include "ioconf.h"' to and cleaned up the misplaced extern declarations (mostly prototypes of interrupt handlers) that this exposed. The prototypes should be moved back to the driver sources when the functions are staticalized. Added idempotency guards to . "ioconf.h" can't be included when building LKMs so define a wart in bsd.kmod.mk to help guard against including it.