summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf/GENERIC
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-01-02 00:34:24 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-01-02 00:34:24 +0000
commitd2fb89e7bd58f63019ded497dadd30a9ab1b7870 (patch)
treea85bf8915b0834640be784a46831a03c25606a51 /sys/arch/i386/conf/GENERIC
parentfa1aafdc33f2fd944d90c09e0691216150b938e3 (diff)
Argh forgot the pcppi and sysbeep devices: If you want sysbeeps in your /bsd:
pcppi0 at isa? sysbeep0 at pcppi?
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r--sys/arch/i386/conf/GENERIC5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index e03d6a9e24a..7c1891ff137 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.96 1999/01/02 00:02:54 niklas Exp $
+# $OpenBSD: GENERIC,v 1.97 1999/01/02 00:34:23 niklas Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# GENERIC -- everything that's currently supported
@@ -68,6 +68,9 @@ isapnp0 at isa?
#pc0 at isa? port 0x60 irq 1 # generic PC console device
vt0 at isa? port 0x60 irq 1
+pcppi0 at isa?
+sysbeep0 at pcppi?
+
pccom0 at isa? port 0x3f8 irq 4 # standard PC serial ports
pccom1 at isa? port 0x2f8 irq 3
pccom2 at isa? port 0x3e8 irq 5