summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2013-03-15 09:10:53 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2013-03-15 09:10:53 +0000
commit49aac2bac6f6269f9e44cf55dc4de415e2a24efc (patch)
tree85a487a578e55d597c61aea9298132b9ed5c669a /sys/arch/macppc
parent34d0cca60db6731f475f499a11e845c965fd5519 (diff)
Delete the sequencer(4) driver, since its not used any longer. Diff
mostly from armani. ok miod, mpi, jsg and help from sthen
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r--sys/arch/macppc/conf/GENERIC3
-rw-r--r--sys/arch/macppc/macppc/conf.c5
2 files changed, 3 insertions, 5 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC
index 605802f7a3c..186f8bee098 100644
--- a/sys/arch/macppc/conf/GENERIC
+++ b/sys/arch/macppc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.216 2012/12/04 10:58:05 mpi Exp $g
+# $OpenBSD: GENERIC,v 1.217 2013/03/15 09:10:52 ratchov Exp $g
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -395,4 +395,3 @@ owctr* at onewire? # Counter device
pseudo-device hotplug 1 # devices hot plugging
pseudo-device wsmux 2 # mouse & keyboard multiplexor
-pseudo-device sequencer 1
diff --git a/sys/arch/macppc/macppc/conf.c b/sys/arch/macppc/macppc/conf.c
index 369b9f31cbe..ffe0191c580 100644
--- a/sys/arch/macppc/macppc/conf.c
+++ b/sys/arch/macppc/macppc/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.50 2012/12/04 10:42:04 mpi Exp $ */
+/* $OpenBSD: conf.c,v 1.51 2013/03/15 09:10:52 ratchov Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom
@@ -129,7 +129,6 @@ cdev_decl(pci);
#include "audio.h"
#include "video.h"
#include "midi.h"
-#include "sequencer.h"
#include "pf.h"
@@ -197,7 +196,7 @@ struct cdevsw cdevsw[] = {
cdev_systrace_init(NSYSTRACE,systrace), /* 50 system call tracing */
cdev_notdef(), /* 51 */
cdev_midi_init(NMIDI,midi), /* 52: MIDI I/O */
- cdev_midi_init(NSEQUENCER,sequencer), /* 53: sequencer I/O */
+ cdev_notdef(), /* 53 was: sequencer I/O */
cdev_notdef(), /* 54 was: RAIDframe disk driver */
cdev_notdef(), /* 55 */
/* The following slots are reserved for isdn4bsd. */