Less output in pcid, fix e1000d crate name

This commit is contained in:
Jeremy Soller 2016-10-19 13:19:37 -06:00
parent 3749fa6c72
commit dd1c0ca01d
2 changed files with 1 additions and 5 deletions

View file

@ -1,5 +1,5 @@
[package]
name = "rtl8139d"
name = "e1000d"
version = "0.1.0"
[dependencies]

View file

@ -31,8 +31,6 @@ fn main() {
}
}
println!("{:?}", config);
unsafe { iopl(3).unwrap() };
println!("PCI BS/DV/FN VEND:DEVI CL.SC.IN.RV");
@ -147,8 +145,6 @@ fn main() {
}
}
}
println!("Driver: {:?}", driver);
}
}
}