freebsd-nq/sys/dev/dpt
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
..
dpt_control.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
dpt_eisa.c Move the declaration of the interrupt type from the driver structure 1999-05-08 21:59:43 +00:00
dpt_eisa.h Conver the DPT driver to CAM. The dpt_control interface is not yet 1998-09-15 08:33:38 +00:00
dpt_pci.c Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: 1999-05-09 17:07:30 +00:00
dpt_pci.h Add Simon Shapiro's DPT driver 1998-01-26 06:11:18 +00:00
dpt_scsi.c Add a number of interrelated CAM feature enhancements and bug fixes. 1999-05-06 20:16:39 +00:00
dpt.h dpt.h: 1998-09-22 04:55:07 +00:00