aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorBobby <[email protected]>2026-02-15 18:38:57 +0530
committerBobby <[email protected]>2026-02-15 18:38:57 +0530
commitca08c3f79b23982bc0b17bc44616bd59bd77dc26 (patch)
tree99f304a164d14765bf2a8eedf45f681711a0a2bd /system
parenta14e050bc16bc2d688244cc41e145e5c9e7e12e5 (diff)
downloadakiba-ca08c3f79b23982bc0b17bc44616bd59bd77dc26.tar.xz
akiba-ca08c3f79b23982bc0b17bc44616bd59bd77dc26.zip
Refactor I/O operations and update driver imports
- Renamed I/O port functions for clarity: `write_port_byte` to `out_byte`, `read_port_byte` to `in_byte`, `write_port_word` to `out_word`, `read_port_word` to `in_word`, `write_port_long` to `out_long`, and `read_port_long` to `in_long`. - Updated import paths for serial, ahci, ata, gpt, keyboard, terminal, and other drivers to reflect new directory structure. - Replaced instances of `read_file_by_path` with `view_unit_at` in various files for consistency. - Added new utility functions for AHCI FIS setup and defined types for AHCI and PCI. - Introduced string copy utilities for handling strings from Kata pointers.
Diffstat (limited to 'system')
0 files changed, 0 insertions, 0 deletions