summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_hints.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a fatal type mismatch (char *static_env; vs char static_env[]).peter2001-09-171-2/+0
| | | | Submitted by: bde
* Go back to having either static OR dynamic hints, with fallbackpeter2001-07-141-15/+40
| | | | | | | | support. Trying to fix the merged set where dynamic overrode static was getting more and more complicated by the day. This should fix the duplicate atkbd, psm, fd* etc in GENERIC. (which paniced the alpha, but not the i386)
* Hints overhaul:peter2001-06-121-0/+304
- Replace some very poorly thought out API hacks that should have been fixed a long while ago. - Provide some much more flexible search functions (resource_find_*()) - Use strings for storage instead of an outgrowth of the rather inconvenient temporary ioconf table from config(). We already had a fallback to using strings before malloc/vm was running anyway.
OpenPOWER on IntegriCloud