b9de373b31
Restore all bootprocess branch files that were overwritten by later 0.2.0 commits. This overlay brings back the complete boot infrastructure: - Configs: redbear-full, redbear-mini, redbear-device-services, driver .d files - Kernel: IRQ affinity, x2APIC, C-states, NUMA (SLIT/SRAT), MCS locks, cpuidle - Base patches: P0-P55 + new P6 (lived block_size=512) + P57 (fbbootlogd graceful init) - Driver infra: driver-manager, udev-shim, thermald, cpufreqd, iommu, redox-driver-sys/core - GPU: redox-drm with improved connector handling - System: redbear-info, redbear-hwutils phase-timer-check - Build system: fetch.rs improvements, build-iso.sh, run_full.sh - Kernel source: new ACPI (SLIT, SRAT), cpuidle, cstate, MCS lock modules 83 files changed, +3966/-1248 lines
30 lines
494 B
TOML
30 lines
494 B
TOML
# Audio device drivers
|
|
|
|
[[driver]]
|
|
name = "ihdad"
|
|
description = "Intel HD Audio driver"
|
|
priority = 40
|
|
command = ["/usr/lib/drivers/ihdad"]
|
|
|
|
[[driver.match]]
|
|
bus = "pci"
|
|
vendor = 0x8086
|
|
class = 0x04
|
|
|
|
[[driver]]
|
|
name = "ac97d"
|
|
description = "AC'97 audio codec driver"
|
|
priority = 40
|
|
command = ["/usr/lib/drivers/ac97d"]
|
|
|
|
[[driver.match]]
|
|
bus = "pci"
|
|
class = 0x04
|
|
subclass = 0x01
|
|
|
|
[[driver]]
|
|
name = "sb16d"
|
|
description = "Sound Blaster 16 driver"
|
|
priority = 40
|
|
command = ["/usr/lib/drivers/sb16d"]
|