From e05bc3b49a62c15237c5647caa75821e3355e91d Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 9 May 1999 13:00:50 +0000 Subject: Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between a major number for a dev_t. --- sys/dev/sio/sio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/sio/sio.c') diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 0f4cc01..4c5ecf7 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sio.c,v 1.235 1999/05/09 10:28:50 phk Exp $ + * $Id: sio.c,v 1.236 1999/05/09 10:51:13 phk Exp $ * from: @(#)com.c 7.5 (Berkeley) 5/16/91 * from: i386/isa sio.c,v 1.234 */ @@ -3176,4 +3176,4 @@ siopnp_attach(u_long csn, u_long vend_id, char *name, struct isa_device *dev) #endif DEV_DRIVER_MODULE(sio, isa, sio_driver, sio_devclass, - CDEV_MAJOR, NODEV, sio_cdevsw, 0, 0); + CDEV_MAJOR, NOMAJ, sio_cdevsw, 0, 0); -- cgit v1.1