From 4ad1c1f75bf97ce7888b99f6850b41f9f5789ec8 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 8 Sep 1999 08:38:44 +0000 Subject: 1999-09-07 Thomas Bushnell, BSG * boot.c (S_io_map_segment): New function. --- boot/ChangeLog | 4 ++++ boot/boot.c | 13 +++++++++++++ 2 files changed, 17 insertions(+) (limited to 'boot') diff --git a/boot/ChangeLog b/boot/ChangeLog index ab194546..50fb864a 100644 --- a/boot/ChangeLog +++ b/boot/ChangeLog @@ -1,3 +1,7 @@ +1999-09-07 Thomas Bushnell, BSG + + * boot.c (S_io_map_segment): New function. + 1999-07-11 Roland McGrath * boot.c (ds_device_read, S_io_read): Fix sloppy bugs in last change. diff --git a/boot/boot.c b/boot/boot.c index 859dae25..4c07e82a 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -1755,6 +1755,19 @@ S_io_map (mach_port_t obj, return EOPNOTSUPP; } +kern_return_t +S_io_map_segment (mach_port_t obj, + mach_port_t reply_port, + mach_msg_type_name_t reply_type, + int index, + mach_port_t *rd, + mach_msg_type_name_t *rdtype, + mach_port_t *wr, + mach_msg_type_name_t *wrtype) +{ + return EOPNOTSUPP; +} + kern_return_t S_io_map_cntl (mach_port_t obj, mach_port_t reply_port, -- cgit v1.2.3