add ipl device.

This commit is contained in:
mrg 1997-01-05 13:43:04 +00:00
parent 07bfe47053
commit ca896854ef
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: conf.c,v 1.45 1996/12/28 23:26:06 pk Exp $ */
/* $NetBSD: conf.c,v 1.46 1997/01/05 13:43:04 mrg Exp $ */
/*
* Copyright (c) 1992, 1993
@ -138,7 +138,7 @@ struct cdevsw cdevsw[] =
cdev_fb_init(1,fb), /* 22: /dev/fb indirect driver */
cdev_disk_init(NCCD,ccd), /* 23: concatenated disk driver */
cdev_fd_init(1,filedesc), /* 24: file descriptor pseudo-device */
cdev_notdef(), /* 25 */
cdev_ipl_init(1,ipl), /* 25: ip-filter device */
cdev_notdef(), /* 26 */
cdev_fb_init(NBWTWO,bwtwo), /* 27: /dev/bwtwo */
cdev_notdef(), /* 28 */