freebsd-src/sys/dev/ida
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
..
ida.c Use [u]intmax_t and %j instead of long long and %ll to better fix warnings 2002-11-07 22:23:46 +00:00
ida_disk.c NO_GEOM cleanup: 2003-02-21 19:00:48 +00:00
ida_eisa.c
ida_pci.c
idareg.h use __packed. 2002-09-23 18:54:32 +00:00
idavar.h