summaryrefslogtreecommitdiffstats
path: root/sys/dev/si
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-10 20:34:53 +0000
committerbde <bde@FreeBSD.org>1995-12-10 20:34:53 +0000
commit1fa32892379e9878a6ad76beb240e1dc8ddcbe50 (patch)
treea341d4ea5968f5835d133ba112002cb9de8e93e1 /sys/dev/si
parentb3651e490f08eda8504315a538bd1c5ae756cd3e (diff)
downloadFreeBSD-src-1fa32892379e9878a6ad76beb240e1dc8ddcbe50.zip
FreeBSD-src-1fa32892379e9878a6ad76beb240e1dc8ddcbe50.tar.gz
Replaced nxmmap by nommap (if the mmap function gets called, then the
device must be configured).
Diffstat (limited to 'sys/dev/si')
-rw-r--r--sys/dev/si/si.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index 5cc1e18..53ca99d 100644
--- a/sys/dev/si/si.c
+++ b/sys/dev/si/si.c
@@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $Id: si.c,v 1.25 1995/12/10 13:39:12 phk Exp $
+ * $Id: si.c,v 1.26 1995/12/10 15:54:47 bde Exp $
*/
#ifndef lint
@@ -125,7 +125,7 @@ static d_devtotty_t sidevtotty;
static struct cdevsw si_cdevsw =
{ siopen, siclose, siread, siwrite, /*68*/
siioctl, sistop, nxreset, sidevtotty,/* si */
- ttselect, nxmmap, NULL, "si", NULL, -1 };
+ ttselect, nommap, NULL, "si", NULL, -1 };
#ifdef SI_DEBUG /* use: ``options "SI_DEBUG"'' in your config file */
OpenPOWER on IntegriCloud