Stefan Weil
|
3fcb8cf8dc
|
[src] Fix spelling in comments, debug messages and local variable names
Fixes in comments and debug messages:
existance -> existence
unecessary -> unnecessary
occured -> occurred
decriptor -> descriptor
neccessary -> necessary
addres, adress -> address
initilize -> initialize
sucessfully -> successfully
paramter -> parameter
acess -> access
upto -> up to
likelyhood ->likelihood
thru -> through
substracting -> subtracting
lenght -> length
isnt -> isn't
interupt -> interrupt
publically -> publicly (this one was not wrong, but unusual)
recieve -> receive
accessable -> accessible
seperately -> separately
pacet -> packet
controled -> controlled
dectect -> detect
indicies -> indices
extremly -> extremely
boundry -> boundary
usefull -> useful
unuseable -> unusable
auxilliary -> auxiliary
embeded -> embedded
enviroment -> environment
sturcture -> structure
complier -> compiler
constructes -> constructs
supress -> suppress
intruduced -> introduced
compatability -> compatibility
verfication -> verification
ths -> the
reponse -> response
Fixes in local variable names:
retreive -> retrieve
Most of these fixes were made using codespell.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
|
il y a 12 ans |
Michael Brown
|
c44a193d0d
|
[legal] Add a selection of FILE_LICENCE declarations
Add FILE_LICENCE declarations to almost all files that make up the
various standard builds of gPXE.
|
il y a 15 ans |
Michael Brown
|
520d9c36af
|
Updated ISAPnP, EISA, MCA and ISA buses to current device model.
ISA 3c509 is currently non-functional, although the EISA (3c509-eisa) and
MCA (3c529) variants should build OK.
None of this code is yet tested.
|
il y a 17 ans |
Michael Brown
|
7bd88df08d
|
Documented where to get hold of the datasheet.
|
il y a 19 ans |
Michael Brown
|
e596c42ade
|
Updated to current API.
|
il y a 19 ans |
Michael Brown
|
4c0d5a0b71
|
Split 3c509.c into 3c509.9 and 3c529.c, with shared code in 3c5x9.c.
Probe mechanisms now use standard EISA and MCA bus methods, with 3c509.c
defining a custom ISA bus to handle the 3c509 contention resolution logic.
|
il y a 19 ans |
Michael Brown
|
0dc98309b2
|
Stripped references to variables in C code.
|
il y a 19 ans |
Michael Brown
|
e294a1ddce
|
EISA support now provided by eisa.c
MCA support now provided by mca.c
|
il y a 19 ans |
Michael Brown
|
3d6123e69a
|
Initial revision
|
il y a 19 ans |