freebsd-dev/sys/dev/ata
Poul-Henning Kamp f90c382c0c Make FreeBSD "struct disklabel" agnostic, step 311 of 723:
Rename diskerr() to disk_err() for naming consistency.

Drop the by now entirely useless struct disklabel argument.

Add a flag argument for new-line termination.

Fix a couple of printf-format-casts to %j instead of %l.

Correctly print the name of all bio commands.

Move the function from subr_disklabel.c to subr_disk.c,
and from <sys/disklabel.h> to <sys/disk.h>.

Use the new disk_err() throughout, #include <sys/disk.h> as needed.

Bump __FreeBSD_version for the sake of the aac disk drivers #ifdefs.

Remove unused disklabel members of softc for aac, amr and mlx, which seem
to originally have been intended for diskerr() use, but which only rotted
and got Copy&Pasted at least two times to many.

Sponsored by:   DARPA & NAI Labs.
2002-09-20 12:52:03 +00:00
..
ata-all.c Rearrange where to get the ATAPI magic sequence. 2002-09-12 14:32:33 +00:00
ata-all.h Fix the breakage of tagged queueing that the busdma integration 2002-04-18 19:11:45 +00:00
ata-card.c remove #includes of <sys/bio.h> where not needed. 2002-09-14 18:59:32 +00:00
ata-disk.c Make FreeBSD "struct disklabel" agnostic, step 311 of 723: 2002-09-20 12:52:03 +00:00
ata-disk.h Update the tags handling a bit, which makes support for the 2002-07-22 18:35:01 +00:00
ata-dma.c Add support for the VIA 8235. 2002-09-18 09:39:37 +00:00
ata-isa.c remove #includes of <sys/bio.h> where not needed. 2002-09-14 18:59:32 +00:00
ata-pci.c Add support for the VIA 8235. 2002-09-18 09:39:37 +00:00
ata-raid.c Add a couble more Promise chip ID's. 2002-04-12 14:10:19 +00:00
ata-raid.h Only calculate Promise magic if a device is there for info. 2002-04-11 08:52:32 +00:00
atapi-all.c Dont hang in atprq on poll_dsc command. 2002-09-12 13:53:33 +00:00
atapi-all.h Add the ability to use ATAPI devices via CAM. 2002-08-09 20:54:06 +00:00
atapi-cam.c Change a couple of splcam() calls that do not make sense in atapi-cam 2002-09-12 15:15:33 +00:00
atapi-cd.c Wait for drive to become ready if its in progress of loading.. 2002-09-12 13:55:24 +00:00
atapi-cd.h Add DVD+RW support to the ATA driver and burncd. This also closes 2002-08-08 07:59:24 +00:00
atapi-fd.c OK, dont rely on the upper layers handling iosize_max correctly, 2002-07-28 23:59:00 +00:00
atapi-fd.h Use si_iosize_max to tell the upper layers not to use more 2002-06-19 12:41:05 +00:00
atapi-tape.c OK, dont rely on the upper layers handling iosize_max correctly, 2002-07-28 23:59:00 +00:00
atapi-tape.h Major update of the ATA RAID code, part 1: 2002-02-04 19:23:40 +00:00