summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers/libbsdport/devicet.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-07-232010-07-23 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann1-0/+12
* libbsdport/devicet.c: Initialize libbspExt.
2010-06-302010-06-30 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann1-1/+1
* libbsdport/devicet.c: Silence compiler warnings by casting (char) argument passed to 'ctype.h' functions [toupper + friends] -> (unsigned char) as these functions expect 'int'.
2009-04-23 - resolved conflictTill Straumann1-4/+0
2009-04-23 - make entries in default driver table all weak aliases toTill Straumann1-27/+48
a sentinel. If the user decides only to link a subset of driver the probe algorithm skips entries matching the sentinel. - added more diagnostic messages which can be enabled by setting 'libbsdportAttachVerbose' to nonzero. This is quite helpful. - added the ugliest of all hack -- i386 pcibios API returns wrong number for bus count :-( [the max bus number instead of the count]. We simply add 1 to this number...
2009-04-22 - importing updated version from SLAC as of 20090422Till Straumann1-1/+1