freebsd-dev/sys/isa
Marius Strobl c7974ff135 Fix an endianness issue in pnp_eisaformat(). This corrects printing PnP IDs
on big-endian archs like sparc64, e.g.:
uart0: <16550 or compatible> at port 0x3f8-0x3ff irq 43 pnpid @HEd041 on isa0
is now correctly printed as:
uart0: <16550 or compatible> at port 0x3f8-0x3ff irq 43 pnpid PNP0501 on isa0

There are probably other endianness issues lurking in the PnP code which
however aren't exhibited on sparc64 as the PnP devices there are sort of
PnP BIOS devices rather than ISA PnP devices.

Tested on:	i386, sparc64
MFC after:	1 week
2005-09-28 15:01:58 +00:00
..
atrtc.c Fixup some more fallout from the lapic/i8254 changes: 2005-07-13 15:43:21 +00:00
isa_common.c Add pnp and location info for the ISA bus. The pnp info is the 2005-08-01 07:03:10 +00:00
isa_common.h
isa_dmareg.h
isa_if.m
isahint.c
isareg.h
isavar.h
orm.c
pnp.c Fix an endianness issue in pnp_eisaformat(). This corrects printing PnP IDs 2005-09-28 15:01:58 +00:00
pnpparse.c
pnpreg.h
pnpvar.h
rtc.h
syscons_isa.c
vga_isa.c