aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-12-10 20:34:53 +0000
committerBruce Evans <bde@FreeBSD.org>1995-12-10 20:34:53 +0000
commit26ec204be05913dc29e875197a1b1a9c25846410 (patch)
treea341d4ea5968f5835d133ba112002cb9de8e93e1 /sys/dev/cy
parentf54d2260b4c8c7ad803649b7467d06c2db7b0d3b (diff)
Notes
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 fe374859aaaf1..6c54a2204e327 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 fe374859aaaf1..6c54a2204e327 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 = {