diff options
author | 1999-01-02 00:34:23 +0000 | |
---|---|---|
committer | 1999-01-02 00:34:23 +0000 | |
commit | 9f3badc80fc082557e97ee3b451b99b42c5eff2a (patch) | |
tree | 0b96f339a814ef4060a0b01f7f8acfbb6d1f49fb | |
parent | Remove old spkr attachment. If you want a new spkr device do: (diff) | |
download | wireguard-openbsd-9f3badc80fc082557e97ee3b451b99b42c5eff2a.tar.xz wireguard-openbsd-9f3badc80fc082557e97ee3b451b99b42c5eff2a.zip |
Argh forgot the pcppi and sysbeep devices: If you want sysbeeps in your /bsd:
pcppi0 at isa?
sysbeep0 at pcppi?
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
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 |