diff options
| author | 2008-05-26 07:27:32 +0000 | |
|---|---|---|
| committer | 2008-05-26 07:27:32 +0000 | |
| commit | 97d05e2bfc07b74c56deaea434e6830a37e1690c (patch) | |
| tree | 5c369ee3e13381ea059f666b6997a84e84e40c63 | |
| parent | cgetstr(3) can also return 2 so handle that. Also restructre things a bit (diff) | |
| download | wireguard-openbsd-97d05e2bfc07b74c56deaea434e6830a37e1690c.tar.xz wireguard-openbsd-97d05e2bfc07b74c56deaea434e6830a37e1690c.zip | |
Enable cmpci(4) and eso(4).
ok jakemsr@
| -rw-r--r-- | sys/arch/macppc/conf/GENERIC | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 884f3e713e3..3e8c1abc2f0 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.180 2008/03/21 18:44:14 deraadt Exp $g +# $OpenBSD: GENERIC,v 1.181 2008/05/26 07:27:32 brad Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -174,8 +174,10 @@ bktr0 at pci? # Bt8[47][89] tv/fmradio/video radio* at bktr? # PCI audio devices +cmpci* at pci? # C-Media CMI8338/8738 eap* at pci? # Ensoniq AudioPCI S5016 emu* at pci? # SB Live! +eso* at pci? # ESS Solo-1 PCI AudioDrive puc* at pci? # PCI "universal" comm device #puc* at cardbus? @@ -344,20 +346,27 @@ bwi* at cardbus? # Broadcom AirForce (802.11b/g) wsdisplay* at vgafb? -# MIDI support -midi* at eap? - # Audio support audio* at awacs? audio* at snapper? audio* at tumbler? audio* at onyx? +audio* at cmpci? audio* at eap? audio* at emu? +audio* at eso? audio* at uaudio? audio* at aoa? audio* at daca? +# OPL[23] FM synthesizers +opl* at cmpci? +opl* at eso? + +# MIDI support +midi* at eap? +midi* at opl? + sd* at scsibus? st* at scsibus? cd* at scsibus? |
