diff options
author | 2006-07-27 04:18:44 +0000 | |
---|---|---|
committer | 2006-07-27 04:18:44 +0000 | |
commit | 96546c91f5864e31714b0c6476a34b49753f8e9e (patch) | |
tree | 79b08180e39752593b4c2aa4d3f290f9f4f8cef4 | |
parent | Add checks to each write(2) attempt and try to keep fdisk in a (diff) | |
download | wireguard-openbsd-96546c91f5864e31714b0c6476a34b49753f8e9e.tar.xz wireguard-openbsd-96546c91f5864e31714b0c6476a34b49753f8e9e.zip |
ok, opl/cmpci can go in now, got the workaround for upcoming issues
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 8f0681fbe9f..40a775f676a 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.512 2006/07/27 00:51:22 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.513 2006/07/27 04:18:44 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -581,7 +581,7 @@ opl* at eso? opl* at sb? opl* at ess? opl* at yds? -#opl* at cmpci? +opl* at cmpci? # MIDI support midi* at pcppi? # MIDI interface to the PC speaker |