From a38a637f5c2f6dda5d22307061eb0f549cd29cee Mon Sep 17 00:00:00 2001 From: Liav A Date: Wed, 23 Feb 2022 20:47:34 +0200 Subject: Kernel/Audio: Remove the SB16 driver This driver is not tested and probably not used on any modern hardware machine, because it is plugged into the ISA bus and not the PCI bus. Also, the run script doesn't utilize this device anymore, making it more hard to test this driver and to ensure it doesn't rot. --- Kernel/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'Kernel/CMakeLists.txt') diff --git a/Kernel/CMakeLists.txt b/Kernel/CMakeLists.txt index 6f6be4d645..e834a3695e 100644 --- a/Kernel/CMakeLists.txt +++ b/Kernel/CMakeLists.txt @@ -48,7 +48,6 @@ set(KERNEL_SOURCES Devices/Audio/AC97.cpp Devices/Audio/Channel.cpp Devices/Audio/Management.cpp - Devices/Audio/SB16.cpp Devices/BlockDevice.cpp Devices/CharacterDevice.cpp Devices/ConsoleDevice.cpp -- cgit v1.2.3