mlx_pci.c (f6b1c44d1f70d5f298b911f2c1dcd802b0d11339) mlx_pci.c (38d8c9940bac138b83c5aa0066f0e2623d3a3512)
1/*-
2 * Copyright (c) 1999 Michael Smith
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

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

36#include <machine/bus_memio.h>
37#include <machine/bus_pio.h>
38#include <machine/bus.h>
39#include <machine/resource.h>
40#include <sys/rman.h>
41
42#include <geom/geom_disk.h>
43
1/*-
2 * Copyright (c) 1999 Michael Smith
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

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

36#include <machine/bus_memio.h>
37#include <machine/bus_pio.h>
38#include <machine/bus.h>
39#include <machine/resource.h>
40#include <sys/rman.h>
41
42#include <geom/geom_disk.h>
43
44#include <pci/pcireg.h>
45#include <pci/pcivar.h>
44#include <dev/pci/pcireg.h>
45#include <dev/pci/pcivar.h>
46
47#include <dev/mlx/mlx_compat.h>
48#include <dev/mlx/mlxio.h>
49#include <dev/mlx/mlxvar.h>
50#include <dev/mlx/mlxreg.h>
51
52static int mlx_pci_probe(device_t dev);
53static int mlx_pci_attach(device_t dev);

--- 169 unchanged lines hidden ---
46
47#include <dev/mlx/mlx_compat.h>
48#include <dev/mlx/mlxio.h>
49#include <dev/mlx/mlxvar.h>
50#include <dev/mlx/mlxreg.h>
51
52static int mlx_pci_probe(device_t dev);
53static int mlx_pci_attach(device_t dev);

--- 169 unchanged lines hidden ---