summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/efi/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/ia64/efi/conf.c')
-rw-r--r--sys/boot/ia64/efi/conf.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/sys/boot/ia64/efi/conf.c b/sys/boot/ia64/efi/conf.c
index 8a250e6..a72f79f 100644
--- a/sys/boot/ia64/efi/conf.c
+++ b/sys/boot/ia64/efi/conf.c
@@ -38,8 +38,6 @@ __FBSDID("$FreeBSD$");
#include <efi.h>
#include <efilib.h>
-#include "efiboot.h"
-
/*
* We could use linker sets for some or all of these, but
* then we would have to control what ended up linked into
@@ -52,24 +50,23 @@ __FBSDID("$FreeBSD$");
/* Exported for libstand */
struct devsw *devsw[] = {
&efifs_dev,
- &netdev,
+ &efinet_dev,
NULL
};
struct fs_ops *file_system[] = {
- &efi_fsops,
-/* &ufs_fsops, */
+ &efifs_fsops,
&nfs_fsops,
+ &ufs_fsops,
&gzipfs_fsops,
NULL
};
struct netif_driver *netif_drivers[] = {
- &efi_net,
- NULL,
+ &efinetif,
+ NULL
};
-/* Exported for ia64 only */
/*
* Sort formats so that those that can detect based on arguments
* rather than reading the file go first.
OpenPOWER on IntegriCloud