diff options
Diffstat (limited to 'sys/boot/i386/libi386/libi386.h')
-rw-r--r-- | sys/boot/i386/libi386/libi386.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/boot/i386/libi386/libi386.h b/sys/boot/i386/libi386/libi386.h index 412e1b6..ccae099 100644 --- a/sys/boot/i386/libi386/libi386.h +++ b/sys/boot/i386/libi386/libi386.h @@ -36,24 +36,19 @@ struct i386_devdesc { struct devsw *d_dev; int d_type; + int d_unit; union { struct { - int unit; + void *data; int slice; int partition; - void *data; } biosdisk; struct { - int unit; void *data; } bioscd; - struct - { - int unit; /* XXX net layer lives over these? */ - } netif; } d_kind; }; |