From: jsg Date: Tue, 11 Jun 2024 03:28:42 +0000 (+0000) Subject: remove prototypes for pre-wscons mouse drivers X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5a506f96b6ee57085b7c0314e6050f5fabd631cf;p=openbsd remove prototypes for pre-wscons mouse drivers --- diff --git a/sys/arch/amd64/amd64/conf.c b/sys/arch/amd64/amd64/conf.c index f87df421880..abe5828dcc2 100644 --- a/sys/arch/amd64/amd64/conf.c +++ b/sys/arch/amd64/amd64/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.78 2023/03/06 17:20:05 miod Exp $ */ +/* $OpenBSD: conf.c,v 1.79 2024/06/11 03:28:42 jsg Exp $ */ /* * Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved. @@ -117,14 +117,6 @@ cdev_decl(pcmcia); #endif #include "spkr.h" cdev_decl(spkr); -#if 0 /* old (non-wsmouse) drivers */ -#include "mms.h" -cdev_decl(mms); -#include "lms.h" -cdev_decl(lms); -#include "opms.h" -cdev_decl(pms); -#endif #include "cy.h" cdev_decl(cy); #include "tun.h" diff --git a/sys/arch/i386/i386/conf.c b/sys/arch/i386/i386/conf.c index 6761ca19ad5..70ba7283d39 100644 --- a/sys/arch/i386/i386/conf.c +++ b/sys/arch/i386/i386/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.176 2023/03/06 17:20:06 miod Exp $ */ +/* $OpenBSD: conf.c,v 1.177 2024/06/11 03:28:42 jsg Exp $ */ /* $NetBSD: conf.c,v 1.75 1996/05/03 19:40:20 christos Exp $ */ /* @@ -115,14 +115,6 @@ cdev_decl(pcmcia); #endif #include "spkr.h" cdev_decl(spkr); -#if 0 /* old (non-wsmouse) drivers */ -#include "mms.h" -cdev_decl(mms); -#include "lms.h" -cdev_decl(lms); -#include "opms.h" -cdev_decl(pms); -#endif #include "cy.h" cdev_decl(cy); #include "tun.h" diff --git a/sys/arch/i386/include/conf.h b/sys/arch/i386/include/conf.h index ecebaeed6fe..c4d23f9ca8e 100644 --- a/sys/arch/i386/include/conf.h +++ b/sys/arch/i386/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.20 2022/06/28 14:43:50 visa Exp $ */ +/* $OpenBSD: conf.h,v 1.21 2024/06/11 03:28:42 jsg Exp $ */ /* $NetBSD: conf.h,v 1.2 1996/05/05 19:28:34 christos Exp $ */ /* @@ -35,7 +35,6 @@ #define mmread mmrw #define mmwrite mmrw cdev_decl(mm); -cdev_decl(pms); bdev_decl(fd); cdev_decl(fd); @@ -48,12 +47,6 @@ cdev_decl(fd); cdev_decl(spkr); -cdev_decl(mms); - -cdev_decl(lms); - -cdev_decl(pms); - cdev_decl(joy); cdev_decl(bios);