conf.c (007b82d7ab5e4159a914c178d2b586b434a616d8) conf.c (cdff10360ef14b687ceb80fd0b6814b55d406fed)
1/*-
2 * Copyright (c) 1998 Michael Smith <msmith@freebsd.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 37 unchanged lines hidden (view full) ---

46 */
47
48#if defined(LOADER_FIREWIRE_SUPPORT)
49extern struct devsw fwohci;
50#endif
51
52/* Exported for libstand */
53struct devsw *devsw[] = {
1/*-
2 * Copyright (c) 1998 Michael Smith <msmith@freebsd.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 37 unchanged lines hidden (view full) ---

46 */
47
48#if defined(LOADER_FIREWIRE_SUPPORT)
49extern struct devsw fwohci;
50#endif
51
52/* Exported for libstand */
53struct devsw *devsw[] = {
54 &biosfd,
54 &bioscd,
55 &bioscd,
55 &biosdisk,
56 &bioshd,
56#if defined(LOADER_NFS_SUPPORT) || defined(LOADER_TFTP_SUPPORT)
57 &pxedisk,
58#endif
59#if defined(LOADER_FIREWIRE_SUPPORT)
60 &fwohci,
61#endif
62#if defined(LOADER_ZFS_SUPPORT)
63 &zfs_dev,

--- 104 unchanged lines hidden ---
57#if defined(LOADER_NFS_SUPPORT) || defined(LOADER_TFTP_SUPPORT)
58 &pxedisk,
59#endif
60#if defined(LOADER_FIREWIRE_SUPPORT)
61 &fwohci,
62#endif
63#if defined(LOADER_ZFS_SUPPORT)
64 &zfs_dev,

--- 104 unchanged lines hidden ---