forked from alec/rtl8139
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
.gitignore | 7 months ago | |
LICENSE | 7 months ago | |
Load.HC | 7 months ago | |
Pci.HC | 7 months ago | |
README.md | 7 months ago | |
RTL8139.HC | 7 months ago | |
Run.HC | 7 months ago |
README.md
rtl8139
RTL8139 Ethernet driver for TempleOS
Usage
rtl8139_rx_packet(U8 *data, I64 *len)
: *len
will be set to -1
if no unread packets, otherwise *len
will be set to length of data. data
can be any pointer to a physical address large enough to hold *len
bytes.
rtl8139_tx_packet(U8 *data, I64 len)
: data
must be a pointer to a 32-bit physical address.