summaryrefslogtreecommitdiff
path: root/com32/modules/ethersel.c
Commit message (Expand)AuthorAgeFilesLines
* Use <dprintf.h> instead of an ad hoc definitionH. Peter Anvin2012-05-181-6/+1
* com32: console is already initialised when we enter main()Matt Fleming2011-04-261-1/+0
* com32: single instance of skipspace()Erwan Velu2011-02-071-8/+1
* Run Nindent on com32/modules/ethersel.cH. Peter Anvin2009-05-291-127/+125
* pci: revamp the PCI system to have a hierarchial formatH. Peter Anvin2008-08-121-7/+8
* ethersel: use library functionsSebastian Herbszt2008-07-191-26/+4
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
* Improving PCI collected informationsErwan Velu2007-08-161-2/+2
* ethersel: move RID range parsing into its own function.H. Peter Anvin2007-04-011-13/+21
* Remove bogus clobbering of the maskH. Peter Anvin2007-04-011-2/+1
* Ethersel must use the pci com32 module instead of builtin pci detection codeErwan Velu2007-03-071-73/+4
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-1/+0
* Remove stealth whitespaceH. Peter Anvin2006-03-171-3/+3
* Add debugging code, if necessaryhpa2005-08-091-1/+14
* Explicitly detect the config typesyslinux-3.10-pre4hpa2005-08-081-0/+2
* Fix command parsing; add mask supporthpa2005-01-051-16/+39
* Spend little over half a kilobyte printing an error message at the end.hpa2005-01-051-2/+5
* New module "ethersel" which scans for devices and boots an appropriatehpa2005-01-051-0/+256