hostb_pci.c (04e8183fd16306905e5b56602fc3938cacf271d6) hostb_pci.c (97a410130f1eccd382455ec2515f8188c8c6cf64)
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright 1997, Stefan Esser <se@freebsd.org>
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

283};
284
285static driver_t pci_hostb_driver = {
286 "hostb",
287 pci_hostb_methods,
288 1,
289};
290
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright 1997, Stefan Esser <se@freebsd.org>
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

283};
284
285static driver_t pci_hostb_driver = {
286 "hostb",
287 pci_hostb_methods,
288 1,
289};
290
291static devclass_t pci_hostb_devclass;
292
293DRIVER_MODULE(hostb, pci, pci_hostb_driver, pci_hostb_devclass, 0, 0);
291DRIVER_MODULE(hostb, pci, pci_hostb_driver, 0, 0);