freebsd-dev/sys/dev/hea
Peter Wemm 579f45fa60 Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
#define COMPAT_PCI_DRIVER(name,data) DATA_SET(pcidevice_set,data)
.. to 2.2.x and 3.x if people think it's worth it.  Driver writers can do
this if it's not defined.  (The reason for this is that I'm trying to
progressively eliminate use of linker_sets where it hurts modularity and
runtime load capability, and these DATA_SET's keep getting in the way.)
1999-05-09 17:07:30 +00:00
..
eni_buffer.c Shorten line. 1999-04-12 14:31:28 +00:00
eni_globals.c Trivial stylish changes, mostly to silence gcc. 1998-10-31 20:07:01 +00:00
eni_if.c Fix warnings preparing for -Wall -Wcast-qual 1999-01-27 20:09:21 +00:00
eni_init.c Trivial stylish changes, mostly to silence gcc. 1998-10-31 20:07:01 +00:00
eni_intr.c Trivial stylish changes, mostly to silence gcc. 1998-10-31 20:07:01 +00:00
eni_receive.c Fix warnings preparing for -Wall -Wcast-qual 1999-01-27 20:09:21 +00:00
eni_stats.h
eni_suni.h
eni_transmit.c Fix warnings preparing for -Wall -Wcast-qual 1999-01-27 20:09:21 +00:00
eni_var.h
eni_vcm.c Trivial stylish changes, mostly to silence gcc. 1998-10-31 20:07:01 +00:00
eni.c Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: 1999-05-09 17:07:30 +00:00
eni.h