freebsd-dev/sys/isa
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
..
atkbd_isa.c
atkbdc_isa.c
atrtc.c Restore status register A of RTC at resume time. 2002-09-18 07:34:04 +00:00
fd.c Make FreeBSD "struct disklabel" agnostic, step 311 of 723: 2002-09-20 12:52:03 +00:00
fdreg.h Increase the PIO timeout to approximately the value it used to have 2002-05-12 15:24:21 +00:00
isa_common.c Fix style bugs: 2002-02-24 23:24:01 +00:00
isa_common.h
isa_if.m
isahint.c
isareg.h
isavar.h Remove __P. 2002-03-20 05:14:42 +00:00
orm.c
pnp.c - Do not hang if the resource allocation fails. 2002-02-05 06:52:56 +00:00
pnpparse.c
pnpreg.h GC various bits and pieces of USERCONFIG from all over the place. 2002-04-09 11:18:46 +00:00
pnpvar.h
ppc.c Restore the original copyright 2002-03-23 15:36:13 +00:00
ppcreg.h
psm.c Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
rtc.h
syscons_isa.c Add suspend/resume method to syscons. This switch the mode 2002-08-25 18:35:44 +00:00
vga_isa.c