Date: Sat, 4 Nov 1995 09:08:20 -0800 From: Bruce Evans <bde> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound sound_calls.h Message-ID: <199511041708.JAB07878@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <machine/conf.h> 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 <machine/conf.h>. "ioconf.h" can't be
included when building LKMs so define a wart in bsd.kmod.mk to help
guard against including it.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511041708.JAB07878>
