diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2002-06-24 10:41:14 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2002-06-24 10:41:14 +0000 |
commit | d396c4a47befd60398afb1e9b71a5d8f37a8da65 (patch) | |
tree | 518c3c1c098646b4a5ba4748350dc1da79cb77f8 /sys | |
parent | 3ad49a243d26d6d2111162abbb49c4102c89308c (diff) |
hello missing cdevsw entries
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/vax/vax/conf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/vax/vax/conf.c b/sys/arch/vax/vax/conf.c index 231dd01b6f0..da4f53ae6c9 100644 --- a/sys/arch/vax/vax/conf.c +++ b/sys/arch/vax/vax/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.35 2002/06/12 12:36:14 hugh Exp $ */ +/* $OpenBSD: conf.c,v 1.36 2002/06/24 10:41:13 hugh Exp $ */ /* $NetBSD: conf.c,v 1.44 1999/10/27 16:38:54 ragge Exp $ */ /*- @@ -435,6 +435,8 @@ struct cdevsw cdevsw[] = cdev_tty_init(NDL,dl), /* 66: DL11 */ cdev_random_init(1,random), /* 67: random data source */ cdev_wsdisplay_init(NWSDISPLAY, wsdisplay), /* 68: workstation console */ + cdev_notdef(), /* 69 */ + cdev_notdef(), /* 70 */ cdev_disk_init(NRY,ry), /* 71: VS floppy */ cdev_notdef(), /* 72: was: SCSI bus */ cdev_disk_init(NRAID,raid), /* 73: RAIDframe disk driver */ |