| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Remove the brooktree driver as discussed on arch@. Bump FreeBSD version to
1300082, though I doubt anything will care.
Relnote: yes
Notes:
svn path=/head/; revision=358497
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65697
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cloning infrastructure standard in kern_conf. Modules are now
the same with or without devfs support.
If you need to detect if devfs is present, in modules or elsewhere,
check the integer variable "devfs_present".
This happily removes an ugly hack from kern/vfs_conf.c.
This forces a rename of the eventhandler and the standard clone
helper function.
Include <sys/eventhandler.h> in <sys/conf.h>: it's a helper #include
like <sys/queue.h>
Remove all #includes of opt_devfs.h they no longer matter.
Notes:
svn path=/head/; revision=65374
|
| |
|
|
|
|
|
| |
encoding the relative path.
Notes:
svn path=/head/; revision=60966
|
| |
|
|
|
|
|
|
|
|
| |
This means that the kernel can be totally self contained now and is not
dependent on the last buildworld to update /usr/share/mk. This might
also make it easier to build 5.x kernels on 4.0 boxes etc, assuming
gensetdefs and config(8) are updated.
Notes:
svn path=/head/; revision=59951
|
| |
|
|
|
|
|
|
| |
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
Notes:
svn path=/head/; revision=53846
|
| |
|
|
| |
Notes:
svn path=/head/; revision=53558
|
| |
|
|
|
|
|
| |
leaving the ".c" out of most of the SRCS= source files.
Notes:
svn path=/head/; revision=51748
|
| |
|
|
| |
Notes:
svn path=/head/; revision=51696
|
| |
|
|
|
|
|
| |
Remove NPCI generation as the driver no longer checks for NPIC > 0
Notes:
svn path=/head/; revision=51541
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50695
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
| |
Notes:
svn path=/head/; revision=47886
|
|
|
This allows the bt848 grabber to be loaded in the boot loader or
after bootup without the need for a custom kernel
Notes:
svn path=/head/; revision=47885
|