diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-30 12:32:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-30 12:32:44 +0000 |
commit | 83de83e0df1498447d1e708049075f49c4340b51 (patch) | |
tree | 4c4b8a48afc40653b7f4be2b944c46c55bf2f082 /sys/arch/vax | |
parent | 71cbd210dbb639b3e52d548de957ba4a2e14d5d3 (diff) |
wskbd and wsmouse nodes.
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/vax/conf.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/vax/conf.c b/sys/arch/vax/vax/conf.c index e405cb82dd6..080f87d20fa 100644 --- a/sys/arch/vax/vax/conf.c +++ b/sys/arch/vax/vax/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.47 2006/07/29 14:18:57 miod Exp $ */ +/* $OpenBSD: conf.c,v 1.48 2006/07/30 12:32:43 miod Exp $ */ /* $NetBSD: conf.c,v 1.44 1999/10/27 16:38:54 ragge Exp $ */ /*- @@ -413,9 +413,9 @@ struct cdevsw cdevsw[] = cdev_uk_init(NUK,uk), /* 65: SCSI unknown */ 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_wsdisplay_init(NWSDISPLAY, wsdisplay), /* 68: frame buffers */ + cdev_mouse_init(NWSKBD, wskbd), /* 69: keyboards */ + cdev_mouse_init(NWSMOUSE, wsmouse), /* 70: mice */ cdev_disk_init(NRY,ry), /* 71: VS floppy */ cdev_notdef(), /* 72: was: SCSI bus */ cdev_disk_init(NRAID,raid), /* 73: RAIDframe disk driver */ |