diff options
Diffstat (limited to 'sys/boot/powerpc/ps3/conf.c')
-rw-r--r-- | sys/boot/powerpc/ps3/conf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/powerpc/ps3/conf.c b/sys/boot/powerpc/ps3/conf.c index 7749a15..200fc7f 100644 --- a/sys/boot/powerpc/ps3/conf.c +++ b/sys/boot/powerpc/ps3/conf.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1999 Michael Smith <msmith@freebsd.org> + * Copyright (C) 1999 Michael Smith <msmith@freebsd.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,6 +34,8 @@ __FBSDID("$FreeBSD$"); #include "dev_net.h" #endif +extern struct devsw ps3disk; + /* * We could use linker sets for some or all of these, but * then we would have to control what ended up linked into @@ -46,10 +48,8 @@ __FBSDID("$FreeBSD$"); /* Exported for libstand */ struct devsw *devsw[] = { #if defined(LOADER_DISK_SUPPORT) || defined(LOADER_CD9660_SUPPORT) -#ifdef NOTYET &ps3disk, #endif -#endif #if defined(LOADER_NET_SUPPORT) &netdev, #endif |