Changeset 5c55eb7 in mainline for uspace/lib/drv


Ignore:
Timestamp:
2025-06-10T09:39:41Z (6 weeks ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
3951046
Parents:
0f5c4e4
git-author:
Jiri Svoboda <jiri@…> (2025-06-09 17:39:30)
git-committer:
Jiri Svoboda <jiri@…> (2025-06-10 09:39:41)
Message:

Fold uspace/srv/bd/sata_bd into uspace/drv/block/ahci.

Location:
uspace/lib/drv
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/dev_iface.c

    r0f5c4e4 r5c55eb7  
    11/*
     2 * Copyright (c) 2025 Jiri Svoboda
    23 * Copyright (c) 2010 Lenka Trochtova
    34 * All rights reserved.
     
    5354#include "remote_audio_mixer.h"
    5455#include "remote_audio_pcm.h"
    55 #include "remote_ahci.h"
    5656
    5757static const iface_dipatch_table_t remote_ifaces = {
     
    7171                [LED_DEV_IFACE] = &remote_led_dev_iface,
    7272                [BATTERY_DEV_IFACE] = &remote_battery_dev_iface,
    73                 [AHCI_DEV_IFACE] = &remote_ahci_iface,
    7473        }
    7574};
  • uspace/lib/drv/meson.build

    r0f5c4e4 r5c55eb7  
    11#
     2# Copyright (c) 2025 Jiri Svoboda
    23# Copyright (c) 2005 Martin Decky
    34# Copyright (c) 2007 Jakub Jermar
     
    5051        'generic/remote_led_dev.c',
    5152        'generic/remote_battery_dev.c',
    52         'generic/remote_ahci.c',
    5353)
Note: See TracChangeset for help on using the changeset viewer.