commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 26/64: boot: drop obsolete device procedures


From: Samuel Thibault
Subject: [hurd] 26/64: boot: drop obsolete device procedures
Date: Wed, 10 Dec 2014 15:17:05 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit eece795b00d83c9816a2cc7ebb7b8aad7a37bc17
Author: Justus Winter <address@hidden>
Date:   Thu Nov 6 18:49:06 2014 +0100

    boot: drop obsolete device procedures
    
    * boot/boot.c (ds_xxx_device_set_status): Remove function.
    (ds_xxx_device_get_status): Likewise.
    (ds_xxx_device_set_filter): Likewise.
---
 boot/boot.c | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/boot/boot.c b/boot/boot.c
index 250018e..a655107 100644
--- a/boot/boot.c
+++ b/boot/boot.c
@@ -1118,40 +1118,6 @@ ds_device_read_inband (device_t device,
 }
 
 kern_return_t
-ds_xxx_device_set_status (device_t device,
-                         dev_flavor_t flavor,
-                         dev_status_t status,
-                         size_t statu_cnt)
-{
-  if (device != pseudo_console)
-    return D_NO_SUCH_DEVICE;
-  return D_INVALID_OPERATION;
-}
-
-kern_return_t
-ds_xxx_device_get_status (device_t device,
-                         dev_flavor_t flavor,
-                         dev_status_t status,
-                         size_t *statuscnt)
-{
-  if (device != pseudo_console && device != pseudo_root)
-    return D_NO_SUCH_DEVICE;
-  return D_INVALID_OPERATION;
-}
-
-kern_return_t
-ds_xxx_device_set_filter (device_t device,
-                         mach_port_t rec,
-                         int pri,
-                         filter_array_t filt,
-                         size_t len)
-{
-  if (device != pseudo_console && device != pseudo_root)
-    return D_NO_SUCH_DEVICE;
-  return D_INVALID_OPERATION;
-}
-
-kern_return_t
 ds_device_map (device_t device,
               vm_prot_t prot,
               vm_offset_t offset,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]