opnsense-src/sys/dev/ata
Poul-Henning Kamp 2c6b49f6af NO_GEOM cleanup:
Retire the "d_dump_t" and use the "dumper_t" type instead.

Dumper_t takes a void * as first arg which is more general than the
dev_t taken by d_dump_t.  (Remember: we could have net-dumpers if
somebody wrote us one!)

Define the convention for GEOM controlled disk devices to be that the
first argument to the dumper function is the struct disk pointer.

Change device drivers accordingly.
2003-02-21 19:00:48 +00:00
..
ata-all.c First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
ata-all.h First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
ata-card.c First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
ata-cbus.c First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
ata-chipset.c First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
ata-disk.c NO_GEOM cleanup: 2003-02-21 19:00:48 +00:00
ata-disk.h First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
ata-dma.c First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
ata-isa.c First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
ata-pci.c First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
ata-pci.h First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
ata-raid.c NO_GEOM cleanup: 2003-02-21 15:13:26 +00:00
ata-raid.h First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
atapi-all.c First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
atapi-all.h First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
atapi-cam.c Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fix 2003-02-21 06:19:38 +00:00
atapi-cd.c First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
atapi-cd.h First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
atapi-fd.c NO_GEOM cleanup: 2003-02-21 15:13:26 +00:00
atapi-fd.h First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
atapi-tape.c First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
atapi-tape.h First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00