diff options
| author | 1996-03-19 21:09:06 +0000 | |
|---|---|---|
| committer | 1996-03-19 21:09:06 +0000 | |
| commit | f2d5a2e3b23957d1439f5602b921c081c44a11f3 (patch) | |
| tree | f62a2552be33640db192b7b84f501b8d038bb937 /sys/dev/isa/pas.c | |
| parent | Missed from last import. (diff) | |
| download | wireguard-openbsd-f2d5a2e3b23957d1439f5602b921c081c44a11f3.tar.xz wireguard-openbsd-f2d5a2e3b23957d1439f5602b921c081c44a11f3.zip | |
Merging w/ NetBSD 021796.
speaker upgraded to the current.
some changes to the VM stuff (ie kern_thread.c added and so).
Diffstat (limited to 'sys/dev/isa/pas.c')
| -rw-r--r-- | sys/dev/isa/pas.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/isa/pas.c b/sys/dev/isa/pas.c index 34181d47442..186f630fe91 100644 --- a/sys/dev/isa/pas.c +++ b/sys/dev/isa/pas.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pas.c,v 1.5 1996/03/08 16:43:10 niklas Exp $ */ +/* $OpenBSD: pas.c,v 1.6 1996/03/19 21:10:27 mickey Exp $ */ /* $NetBSD: pas.c,v 1.12 1996/02/16 08:18:34 mycroft Exp $ */ /* @@ -432,8 +432,7 @@ pasattach(parent, self, aux) sc->sc_iobase = iobase; sc->sc_ih = isa_intr_establish(ia->ia_irq, IST_EDGE, IPL_AUDIO, - sbdsp_intr, &sc->sc_sbdsp, - sc->sc_dev.dv_xname); + sbdsp_intr, &sc->sc_sbdsp); printf(" ProAudio Spectrum %s [rev %d] ", pasnames[sc->model], sc->rev); |
