]> xenbits.xensource.com Git - seabios.git/commit
Remove ioport.h; disperse its contents to other header files.
authorKevin O'Connor <kevin@koconnor.net>
Thu, 19 Sep 2013 01:41:48 +0000 (21:41 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 29 Sep 2013 02:10:31 +0000 (22:10 -0400)
commit4ade523a9db32b2a0e3cdeec3413c52e463542c8
tree83da55d3236672934dc003765578d52e48b737bb
parent7b9f29736aecd3ac35021a8fc24ee15fc01d2c5a
Remove ioport.h; disperse its contents to other header files.

Move the inb(), insb(), etc. code from ioport.h to x86.h.  Move the
PORT_* definitions to their appropriate hardware files.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
36 files changed:
src/apm.c
src/farptr.h
src/fw/acpi.c
src/fw/paravirt.c
src/fw/paravirt.h
src/fw/pciinit.c
src/fw/smm.c
src/hw/ahci.c
src/hw/ata.c
src/hw/ata.h
src/hw/dma.c
src/hw/floppy.c
src/hw/pci.c
src/hw/pci.h
src/hw/pic.h
src/hw/ps2port.c
src/hw/ps2port.h
src/hw/rtc.c
src/hw/rtc.h
src/hw/serialio.h [new file with mode: 0644]
src/hw/timer.c
src/hw/usb-ehci.c
src/hw/usb-uhci.c
src/hw/virtio-pci.h
src/ioport.h [deleted file]
src/misc.c
src/output.c
src/resume.c
src/romlayout.S
src/serial.c
src/system.c
src/x86.h
vgasrc/bochsvga.c
vgasrc/bochsvga.h
vgasrc/stdvga.c
vgasrc/stdvgaio.c