summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-08-20 05:48:17 +0000
committerbde <bde@FreeBSD.org>1998-08-20 05:48:17 +0000
commit876993d7e3ef85b9a92d42a427ab2c1b12f74e1d (patch)
tree704f44e7718b2dbadf0ee4d8a4f97377bcd9ab4a /sys/i386
parent6c1df374e4b440140263cd224b16945de1a2bc0b (diff)
downloadFreeBSD-src-876993d7e3ef85b9a92d42a427ab2c1b12f74e1d.zip
FreeBSD-src-876993d7e3ef85b9a92d42a427ab2c1b12f74e1d.tar.gz
Fixed bogus spelling `nx*' of some `no*' devswitch functions.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/snd/sound.c4
-rw-r--r--sys/i386/isa/sound/soundcard.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/isa/snd/sound.c b/sys/i386/isa/snd/sound.c
index 9d5cb0f..b3ded52 100644
--- a/sys/i386/isa/snd/sound.c
+++ b/sys/i386/isa/snd/sound.c
@@ -76,8 +76,8 @@ static d_mmap_t sndmmap;
#define CDEV_MAJOR 30
static struct cdevsw snd_cdevsw = {
sndopen, sndclose, sndread, sndwrite,
- sndioctl, nxstop, nxreset, nxdevtotty,
- sndselect, sndmmap, nxstrategy, "snd",
+ sndioctl, nostop, noreset, nodevtotty,
+ sndselect, sndmmap, nostrategy, "snd",
NULL, -1,
};
diff --git a/sys/i386/isa/sound/soundcard.c b/sys/i386/isa/sound/soundcard.c
index b4eca55..52428b4 100644
--- a/sys/i386/isa/sound/soundcard.c
+++ b/sys/i386/isa/sound/soundcard.c
@@ -91,8 +91,8 @@ static char driver_name[] = "snd";
#define CDEV_MAJOR 30
static struct cdevsw snd_cdevsw = {
sndopen, sndclose, sndread, sndwrite,
- sndioctl, nxstop, nxreset, nxdevtotty,
- sndpoll, sndmmap, nxstrategy, driver_name,
+ sndioctl, nostop, noreset, nodevtotty,
+ sndpoll, sndmmap, nostrategy, driver_name,
NULL, -1,
};
OpenPOWER on IntegriCloud