diff options
author | lebel <lebel@cvs.openbsd.org> | 2002-03-25 15:08:59 +0000 |
---|---|---|
committer | lebel <lebel@cvs.openbsd.org> | 2002-03-25 15:08:59 +0000 |
commit | 17d81f3c648dd5c3e06dc329054b1432eb213bd7 (patch) | |
tree | 4b42ae79cc0131d8cfb14fa592267027c94d7e8d /sys/arch/macppc/conf | |
parent | d829fba5036e5044eae41a994e732afd11262216 (diff) |
dhartmei@ and I have been both running uaudio devices on macppc successfully
for the past few weeks. drahn@ agrees.
Diffstat (limited to 'sys/arch/macppc/conf')
-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 |