mrml_bridge.c (317cec3c43aa82a60e43427c6f1382bdd9e6810f) | mrml_bridge.c (f4aafb9ea6efd41efe05876d0e6ed70e46b425f0) |
---|---|
1/* 2 * Copyright (C) 2016 Cavium Inc. 3 * All rights reserved. 4 * 5 * Developed by Semihalf. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 71 unchanged lines hidden (view full) --- 80 81DEFINE_CLASS_0(mrmlbus, mrmlbus_fdt_driver, mrmlbus_fdt_methods, 82 sizeof(struct simplebus_softc)); 83 84static devclass_t mrmlbus_fdt_devclass; 85 86EARLY_DRIVER_MODULE(mrmlbus, pcib, mrmlbus_fdt_driver, mrmlbus_fdt_devclass, 0, 0, 87 BUS_PASS_BUS + BUS_PASS_ORDER_MIDDLE); | 1/* 2 * Copyright (C) 2016 Cavium Inc. 3 * All rights reserved. 4 * 5 * Developed by Semihalf. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 71 unchanged lines hidden (view full) --- 80 81DEFINE_CLASS_0(mrmlbus, mrmlbus_fdt_driver, mrmlbus_fdt_methods, 82 sizeof(struct simplebus_softc)); 83 84static devclass_t mrmlbus_fdt_devclass; 85 86EARLY_DRIVER_MODULE(mrmlbus, pcib, mrmlbus_fdt_driver, mrmlbus_fdt_devclass, 0, 0, 87 BUS_PASS_BUS + BUS_PASS_ORDER_MIDDLE); |
88MODULE_VERSION(mrmlbus, 1); |
|
88 89static int mrmlb_ofw_fill_ranges(phandle_t, struct simplebus_softc *); 90static int mrmlb_ofw_bus_attach(device_t); 91 92static int 93mrmlb_fdt_probe(device_t dev) 94{ 95 --- 185 unchanged lines hidden --- | 89 90static int mrmlb_ofw_fill_ranges(phandle_t, struct simplebus_softc *); 91static int mrmlb_ofw_bus_attach(device_t); 92 93static int 94mrmlb_fdt_probe(device_t dev) 95{ 96 --- 185 unchanged lines hidden --- |