summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/ski/libski.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/ia64/ski/libski.h')
-rw-r--r--sys/boot/ia64/ski/libski.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/boot/ia64/ski/libski.h b/sys/boot/ia64/ski/libski.h
index 6fe8034..595e59a 100644
--- a/sys/boot/ia64/ski/libski.h
+++ b/sys/boot/ia64/ski/libski.h
@@ -35,15 +35,12 @@ struct ski_devdesc {
#define DEVT_NONE 0
#define DEVT_DISK 1
#define DEVT_NET 2
+ int d_unit;
union {
struct {
- int unit;
int slice;
int partition;
} skidisk;
- struct {
- int unit; /* XXX net layer lives over these? */
- } netif;
} d_kind;
};
OpenPOWER on IntegriCloud