From 43ba4e27bdf8a38604f03d400a3720cfe7f766e5 Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 12 Jan 1998 08:44:08 +0000 Subject: Adjust for config changes. --- sys/dev/audio.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/audio.c b/sys/dev/audio.c index a6ef0b65a6a..1abe9dcfd14 100644 --- a/sys/dev/audio.c +++ b/sys/dev/audio.c @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.80 1997/12/03 01:01:19 augustss Exp $ */ +/* $NetBSD: audio.c,v 1.81 1998/01/12 08:44:08 thorpej Exp $ */ /* * Copyright (c) 1991-1993 Regents of the University of California. @@ -190,9 +190,7 @@ struct cfattach audio_ca = { sizeof(struct audio_softc), audioprobe, audioattach }; -struct cfdriver audio_cd = { - NULL, "audio", DV_DULL -}; +extern struct cfdriver audio_cd; int audioprobe(parent, match, aux) -- cgit s'>lockdoc-10.99.5-vfs NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/rump/net/lib/libnpf
AgeCommit message (Expand)Author
2017-01-03need new filechristos
2016-12-26Sync NPF with the version on github: backport standalone NPF changes,christos
2016-12-09remove ptree add lpmchristos
2016-01-26Put the kernelside rump kernel headers into <rump-sys> instead ofpooka
2015-10-19Add a COMMENT describing what each component roughly does.pooka
2015-08-20add ioconf files for pseudo device attach prototypeschristos
2014-12-02Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR,pooka
2014-07-19NPF: partially rewrite the connection tracking mechanism:rmind
2014-04-04No lint for rumpnet npf library.njoly
2014-03-13rename component.c -> npf_component.cpooka
2014-03-03also include bsd.own.mk, so value for RUMP_NPF_TESTING can come from mk.confpooka
2014-03-03For now, make it possible to not specify -D_NPF_TESTING by compilingpooka
2014-02-26Run constructor as part of network faction bootstrap, not devicepooka
2013-11-08NPF: add support for specifying the interfaces before they are attached.rmind
2013-09-19NPF: G/C n-code in favour of BPF byte-code. Delete lots of code, mmm!rmind
2013-06-02- NPF connection tracking: rework synchronisation on tracking disable/enablermind
2013-03-12normali{s,z}echristos
2013-03-10remember to detach and add if_npflog modulechristos
2013-02-09NPF:rmind
2012-11-21This component is not WARNS>3 clean (example: it includes socketvar.hpooka
2012-09-16Implement dynamic NPF extensions interface. An extension consists ofrmind
2012-08-14Move and rename librumpdev_npf to librumpnet_npf.rmind