Compare commits

...

3 Commits

Author SHA1 Message Date
Vincent Ollivier 2a546cd807
Merge 40891894b0 into c2f0edd9ab 2024-04-20 13:29:56 +05:30
Vincent Ollivier c2f0edd9ab
Add Intel PRO/1000 PT (#612) 2024-04-14 09:04:07 +02:00
dependabot[bot] 40516fcaa8
Bump object from 0.34.0 to 0.35.0 (#611) 2024-04-11 06:47:40 +00:00
3 changed files with 5 additions and 4 deletions

4
Cargo.lock generated
View File

@ -368,9 +368,9 @@ dependencies = [
[[package]]
name = "object"
version = "0.34.0"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7090bae93f8585aad99e595b7073c5de9ba89fbd6b4e9f0cdd7a10177273ac8"
checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e"
dependencies = [
"memchr",
]

View File

@ -28,7 +28,7 @@ littlewing = { version = "0.7.0", default-features = false }
nom = { version = "7.1.3", default-features = false, features = ["alloc"] }
num-bigint = { version = "0.4.4", default-features = false }
num-traits = { version = "0.2.18", default-features = false }
object = { version = "0.34.0", default-features = false, features = ["read"] }
object = { version = "0.35.0", default-features = false, features = ["read"] }
pbkdf2 = { version = "0.12.2", default-features = false, features = ["hmac"] }
pc-keyboard = "0.6.1"
pic8259 = "0.11.0"

View File

@ -259,12 +259,13 @@ fn find_device(vendor_id: u16, device_id: u16) -> Option<DeviceConfig> {
}
}
const E1000_DEVICES: [u16; 8] = [
const E1000_DEVICES: [u16; 9] = [
0x1004, // 82543GC (Intel PRO/1000 T)
0x100C, // 82544GC (Intel PRO/1000 T)
0x100E, // 82540EM (Intel PRO/1000 MT)
0x100F, // 82545EM (Intel PRO/1000 MT)
0x107C, // 82541PI (Intel PRO/1000 GT)
0x107D, // 82572EI (Intel PRO/1000 PT)
0x10D3, // 82574L
0x10F5, // 82567LM
0x153A, // I217-LM