propagate required settings for the remote disk from boot loader to kernel (client-ip, server-ip, server-port)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19780 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -23,6 +23,7 @@ enum device_types {
|
||||
USB_DEVICE,
|
||||
FIREWIRE_DEVICE,
|
||||
FIBRE_DEVICE,
|
||||
NETWORK_DEVICE,
|
||||
};
|
||||
|
||||
#define NUM_DISK_CHECK_SUMS 5
|
||||
@@ -61,6 +62,11 @@ typedef struct disk_identifier {
|
||||
struct {
|
||||
uint64 wwd;
|
||||
} fibre;
|
||||
struct {
|
||||
uint32 client_ip;
|
||||
uint32 server_ip;
|
||||
uint16 server_port;
|
||||
} network;
|
||||
struct {
|
||||
off_t size;
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user