freebsd-dev/sys/dev/cxgbe
Marius Strobl 4b7ec27007 - There's no need to overwrite the default device method with the default
one. Interestingly, these are actually the default for quite some time
  (bus_generic_driver_added(9) since r52045 and bus_generic_print_child(9)
  since r52045) but even recently added device drivers do this unnecessarily.
  Discussed with: jhb, marcel
- While at it, use DEVMETHOD_END.
  Discussed with: jhb
- Also while at it, use __FBSDID.
2011-11-22 21:28:20 +00:00
..
common Update to firmware interface 1.3.10 2011-05-30 21:56:37 +00:00
adapter.h - driver ioctl to get SGE context for any given queue. 2011-06-11 04:50:54 +00:00
offload.h L2 table code. This is enough to get the T4's switch + L2 rewrite 2011-05-30 21:07:26 +00:00
osdep.h L2 table code. This is enough to get the T4's switch + L2 rewrite 2011-05-30 21:07:26 +00:00
t4_ioctl.h - driver ioctl to get SGE context for any given queue. 2011-06-11 04:50:54 +00:00
t4_l2t.c L2 table code. This is enough to get the T4's switch + L2 rewrite 2011-05-30 21:07:26 +00:00
t4_l2t.h L2 table code. This is enough to get the T4's switch + L2 rewrite 2011-05-30 21:07:26 +00:00
t4_main.c - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
t4_sge.c - driver ioctl to get SGE context for any given queue. 2011-06-11 04:50:54 +00:00