summaryrefslogtreecommitdiff
path: root/sys/kern/subr_hints.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a fatal type mismatch (char *static_env; vs char static_env[]).Peter Wemm2001-09-171-2/+0
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=83595
* Go back to having either static OR dynamic hints, with fallbackPeter Wemm2001-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) Notes: svn path=/head/; revision=79696
* Hints overhaul:Peter Wemm2001-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. Notes: svn path=/head/; revision=78135