mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-18 01:01:57 -04:00
Cleanup
This commit is contained in:
parent
45ba70d1fd
commit
a06e057200
@ -65,9 +65,6 @@ void packet_handler(interrupt::syscall_regs*){
|
|||||||
|
|
||||||
auto& desc = *saved_desc;
|
auto& desc = *saved_desc;
|
||||||
|
|
||||||
//This should be a packet header
|
|
||||||
uint16_t header = *reinterpret_cast<uint16_t*>(desc.buffer_rx);
|
|
||||||
|
|
||||||
// Get the interrupt status
|
// Get the interrupt status
|
||||||
auto status = in_word(desc.iobase + ISR);
|
auto status = in_word(desc.iobase + ISR);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user