diff options
author | 2002-03-25 15:08:58 +0000 | |
---|---|---|
committer | 2002-03-25 15:08:58 +0000 | |
commit | 6b19f37d5b8b7967acd4b8da754a8b91847ec000 (patch) | |
tree | 67d12fa29fb375450477ff2a37dcb81625266eae | |
parent | Fix a typo (diff) | |
download | wireguard-openbsd-6b19f37d5b8b7967acd4b8da754a8b91847ec000.tar.xz wireguard-openbsd-6b19f37d5b8b7967acd4b8da754a8b91847ec000.zip |
dhartmei@ and I have been both running uaudio devices on macppc successfully
for the past few weeks. drahn@ agrees.
-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 f3b0f0ef907..fbac73c2e53 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.15 2002/03/22 19:19:52 drahn Exp $ +# $OpenBSD: GENERIC,v 1.16 2002/03/25 15:08:58 lebel Exp $ # # PPC GENERIC config file # @@ -107,6 +107,7 @@ zstty* at zsc? channel ? awacs* at macobio? # Apple audio device audio* at awacs? +audio* at uaudio? #scsibus* at adv? #scsibus* at ahc? @@ -138,6 +139,7 @@ uhid* at uhub? port ? configuration ? # USB Generic HID devices ukbd* at uhub? port ? configuration ? # USB HID Keyboard devices ums* at uhub? port ? configuration ? # USB Mice wsmouse* at ums? mux 0 +uaudio* at uhub? port ? configuration ? # USB Audio ulpt* at uhub? port ? configuration ? # USB Printer uscanner* at uhub? port ? # USB Scanner driver usscanner* at uhub? port ? # USB SCSI scanners |