Go to file
drochner 8258b792b7 Introduce different autoconf interface attributes for USB drivers
matching (and handling) a whole device and those which match an
interface only. This will allow to enforce some rules, eg that
the former don't use interface information for matching or that the
latter don't modify global device state.
The previous way left too much freedom do the drivers which led to
inconsistencies and abuse.
For now, I've not changed locators and submatch rules, this will
happen later.
There should not be any change in behaviour, except in the case of
some drivers which did behave inconsistently:
if_atu, if_axe, uep: matched the configured device in the interface
 stage, but did configuration again. I've converted them to match
 in the device stage.
ustir, utoppy: matched in the interface stage, but only against
 vendor/device information, and used any configuration/interface
 without checking. Changed to match in device stage, and added
 some simple code to configure and use the first interface.
If you have one of those devices, please test!
2007-03-13 13:51:53 +00:00
bin Remove unused ctype.h 2007-03-10 01:16:17 +00:00
common Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
crypto resurect files that we need and make things compile again. 2007-03-10 23:05:24 +00:00
dist unbork openssl import borkage. 2007-03-07 03:18:53 +00:00
distrib + sys/simplelock.h 2007-03-12 16:34:08 +00:00
doc Note addition of the new acpi_aiboost.c driver. 2007-03-13 04:04:37 +00:00
etc Test whether pax works; if not, fall back to mknod. 2007-03-11 16:08:11 +00:00
games NetBSD JIHBED 2007-02-26 06:49:00 +00:00
gnu Fix LP64 bug. 2007-03-10 23:23:07 +00:00
include -get cabs() and cabsf() out of public view - these are historical and 2007-02-22 22:08:17 +00:00
lib Fix a bug that humanize_number() produces "1000" where it should be "1.0G" 2007-03-13 02:52:10 +00:00
libexec Remove MD COMBRELOC support since it's now MI. 2007-02-23 01:17:11 +00:00
regress Rephrase the comment slightly to note that which revision of 2007-03-13 02:56:18 +00:00
rescue add libprop to LIBS, as veriexecctl now needs it. 2006-11-29 08:41:49 +00:00
sbin Adapt to the new MAKEDEV interpretation of -M by passing -MM. 2007-03-11 19:02:04 +00:00
share ip6.maxflows default value is 256 - document 2007-03-12 14:37:28 +00:00
sys Introduce different autoconf interface attributes for USB drivers 2007-03-13 13:51:53 +00:00
tools disable sim for mips until someone adds the rest of the build framework for it. 2007-02-19 18:26:22 +00:00
usr.bin allow time to be specified as 'now' instead of 'now + 0 minutes' 2007-03-12 21:28:48 +00:00
usr.sbin Oops... 2007-03-12 08:10:31 +00:00
x11 build XFree86 on shark 2006-12-21 01:45:32 +00:00
build.sh Don't treat -m evbarm like the other arm-based platforms. Set 2007-02-19 14:20:11 +00:00
BUILDING Try to clarify the description of build.sh -m mach. 2007-01-27 11:47:36 +00:00
Makefile Add an iso_image target (iso-image as a target name doesn't play well with 2007-03-06 21:56:47 +00:00
Makefile.inc
UPDATING note src/sys/sys/{sa.h,savar.h} removal and workaround 2007-03-10 00:10:15 +00:00