summaryrefslogtreecommitdiffstats
path: root/sys/dev/tx
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-07-03 20:14:08 +0000
committerimp <imp@FreeBSD.org>1999-07-03 20:14:08 +0000
commit7afdd102ca81aa50337adf724b0a330ca4120544 (patch)
tree4459bd279c5132937ddca8161a234155988d6787 /sys/dev/tx
parentea3879346228a463d59821089bc65954cc4a9a31 (diff)
downloadFreeBSD-src-7afdd102ca81aa50337adf724b0a330ca4120544.zip
FreeBSD-src-7afdd102ca81aa50337adf724b0a330ca4120544.tar.gz
Improve compatibility with other systems by changing the default
behavior slightly. If machine/bus.h is included, but neither bus_memio.h nor bus_pio.h are included, then behave as if both were included. This won't change existing drivers, all of which include one or more of bus_{p,mem}io.h, but will allow drivers from other systems to come over with fewer changes. I freely admit that this might not be optimal for some drivers, but those drivers can be optimized for FreeBSD after the initial bringup happens. Without the change, there is a bug that preclude drivers from compiling with strange warning/errors. I've been running this here for a while now w/o ill effects. Reviewed by: gibbs Not objected to by: bde, arch@ list.
Diffstat (limited to 'sys/dev/tx')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud