summaryrefslogtreecommitdiffstats
path: root/sys/dev/cy
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/cy
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/cy')
-rw-r--r--sys/dev/cy/cy.c4
-rw-r--r--sys/dev/cy/cy_isa.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c
index fe37485..6c54a22 100644
--- a/sys/dev/cy/cy.c
+++ b/sys/dev/cy/cy.c
@@ -27,7 +27,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: cy.c,v 1.25 1995/12/08 23:20:24 phk Exp $
+ * $Id: cy.c,v 1.26 1995/12/10 15:54:42 bde Exp $
*/
#include "cy.h"
@@ -374,7 +374,7 @@ static d_devtotty_t cydevtotty;
static struct cdevsw cy_cdevsw =
{ cyopen, cyclose, cyread, cywrite, /*48*/
cyioctl, cystop, nxreset, cydevtotty,/*cyclades*/
- ttselect, nxmmap, NULL, "cy", NULL, -1 };
+ ttselect, nommap, NULL, "cy", NULL, -1 };
struct isa_driver siodriver = {
diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c
index fe37485..6c54a22 100644
--- a/sys/dev/cy/cy_isa.c
+++ b/sys/dev/cy/cy_isa.c
@@ -27,7 +27,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: cy.c,v 1.25 1995/12/08 23:20:24 phk Exp $
+ * $Id: cy.c,v 1.26 1995/12/10 15:54:42 bde Exp $
*/
#include "cy.h"
@@ -374,7 +374,7 @@ static d_devtotty_t cydevtotty;
static struct cdevsw cy_cdevsw =
{ cyopen, cyclose, cyread, cywrite, /*48*/
cyioctl, cystop, nxreset, cydevtotty,/*cyclades*/
- ttselect, nxmmap, NULL, "cy", NULL, -1 };
+ ttselect, nommap, NULL, "cy", NULL, -1 };
struct isa_driver siodriver = {
OpenPOWER on IntegriCloud