#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/nubus.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <asm/setup.h>
#include <asm/page.h>
#include <asm/hwtest.h>
#include <linux/proc_fs.h>
#include <asm/mac_via.h>
#include <asm/mac_oss.h>
Go to the source code of this file.
|
void | via_nubus_init (void) |
|
void | oss_nubus_init (void) |
|
void | nubus_get_rsrc_mem (void *dest, const struct nubus_dirent *dirent, int len) |
|
| EXPORT_SYMBOL (nubus_get_rsrc_mem) |
|
void | nubus_get_rsrc_str (void *dest, const struct nubus_dirent *dirent, int len) |
|
| EXPORT_SYMBOL (nubus_get_rsrc_str) |
|
int | nubus_get_root_dir (const struct nubus_board *board, struct nubus_dir *dir) |
|
| EXPORT_SYMBOL (nubus_get_root_dir) |
|
int | nubus_get_func_dir (const struct nubus_dev *dev, struct nubus_dir *dir) |
|
| EXPORT_SYMBOL (nubus_get_func_dir) |
|
int | nubus_get_board_dir (const struct nubus_board *board, struct nubus_dir *dir) |
|
| EXPORT_SYMBOL (nubus_get_board_dir) |
|
int | nubus_get_subdir (const struct nubus_dirent *ent, struct nubus_dir *dir) |
|
| EXPORT_SYMBOL (nubus_get_subdir) |
|
int | nubus_readdir (struct nubus_dir *nd, struct nubus_dirent *ent) |
|
| EXPORT_SYMBOL (nubus_readdir) |
|
int | nubus_rewinddir (struct nubus_dir *dir) |
|
| EXPORT_SYMBOL (nubus_rewinddir) |
|
struct nubus_dev * | nubus_find_device (unsigned short category, unsigned short type, unsigned short dr_hw, unsigned short dr_sw, const struct nubus_dev *from) |
|
| EXPORT_SYMBOL (nubus_find_device) |
|
struct nubus_dev * | nubus_find_type (unsigned short category, unsigned short type, const struct nubus_dev *from) |
|
| EXPORT_SYMBOL (nubus_find_type) |
|
struct nubus_dev * | nubus_find_slot (unsigned int slot, const struct nubus_dev *from) |
|
| EXPORT_SYMBOL (nubus_find_slot) |
|
int | nubus_find_rsrc (struct nubus_dir *dir, unsigned char rsrc_type, struct nubus_dirent *ent) |
|
| EXPORT_SYMBOL (nubus_find_rsrc) |
|
void __init | nubus_probe_slot (int slot) |
|
void __init | nubus_scan_bus (void) |
|
| subsys_initcall (nubus_init) |
|
#define FORMAT_BLOCK_SIZE 20 |
#define NUBUS_TEST_PATTERN 0x5A932BC7 |
#define ROM_DIR_OFFSET 0x24 |
Definition at line 60 of file oss.c.
subsys_initcall |
( |
nubus_init |
| ) |
|