diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-10-31 00:24:58 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-10-31 00:24:58 +0000 |
commit | 770fd31c8a2eaf51899ea7f025cc7fe17a35b594 (patch) | |
tree | 7e84866cbe6a83414efb90ca4ab06ac31619ab5c /sys/arch/macppc/conf/GENERIC | |
parent | a434954205ff825255d62f065b8a6c7b81ed7e15 (diff) |
work in progress on a tumbler driver, driver is commented out for now.
Diffstat (limited to 'sys/arch/macppc/conf/GENERIC')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 534ba7427de..f6849829cda 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.93 2005/10/31 00:04:53 joris Exp $g +# $OpenBSD: GENERIC,v 1.94 2005/10/31 00:24:57 brad Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -143,6 +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 aoa* at macobio? # aoa audio device daca* at macobio? # Dac3550a audio device @@ -263,6 +264,7 @@ wsdisplay* at vgafb? # Audio support audio* at awacs? audio* at snapper? +#audio* at tumbler? audio* at eap? audio* at uaudio? audio* at aoa? |