diff options
| author | 2005-10-31 02:26:26 +0000 | |
|---|---|---|
| committer | 2005-10-31 02:26:26 +0000 | |
| commit | a96e1be61034b04274eaef8f71cdaefbb111f127 (patch) | |
| tree | 39fc873f979ef85e18b1668946d80b8e151a0c84 | |
| parent | Fix a TAILQ_FOREACH where the item containing the next pointer could be (diff) | |
| download | wireguard-openbsd-a96e1be61034b04274eaef8f71cdaefbb111f127.tar.xz wireguard-openbsd-a96e1be61034b04274eaef8f71cdaefbb111f127.zip | |
enable tumbler* to encourage more testing. it works on a 4th gen
PowerBook but not on the 12" iBook I have (not without an i2s change).
| -rw-r--r-- | sys/arch/macppc/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index f6849829cda..2d89f99f89a 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.94 2005/10/31 00:24:57 brad Exp $g +# $OpenBSD: GENERIC,v 1.95 2005/10/31 02:26:26 brad Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -143,7 +143,7 @@ zstty* at zsc? awacs* at macobio? # Apple audio device ki2c* at macobio? # Keywest I2C snapper* at macobio? # Snapper audio device -#tumbler* at macobio? # Tumbler audio device +tumbler* at macobio? # Tumbler audio device aoa* at macobio? # aoa audio device daca* at macobio? # Dac3550a audio device @@ -264,7 +264,7 @@ wsdisplay* at vgafb? # Audio support audio* at awacs? audio* at snapper? -#audio* at tumbler? +audio* at tumbler? audio* at eap? audio* at uaudio? audio* at aoa? |
