aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bktr/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove bktr(4)Warner Losh2020-03-011-7/+0
| | | | | | | | | | 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
* Update to build both bktr and bktr_mem modulesRoger Hardiman2000-09-101-26/+4
| | | | Notes: svn path=/head/; revision=65697
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | | 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
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
| | | | | | | encoding the relative path. Notes: svn path=/head/; revision=60966
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-05-041-1/+1
| | | | | | | | | | 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
* Removed special rules for building and cleaning device interface filesBruce Evans1999-11-281-19/+2
| | | | | | | | 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
* Add vnode_if.c to CLEANFILES.Brian Feldman1999-11-221-1/+1
| | | | Notes: svn path=/head/; revision=53558
* Make the bktr module build. The Makefile was badly mangled, includingPeter Wemm1999-09-281-7/+9
| | | | | | | leaving the ".c" out of most of the SRCS= source files. Notes: svn path=/head/; revision=51748
* Update to use new Bt848 driverRoger Hardiman1999-09-261-1/+1
| | | | Notes: svn path=/head/; revision=51696
* Use new location of Bt848 driver.Roger Hardiman1999-09-221-6/+3
| | | | | | | Remove NPCI generation as the driver no longer checks for NPIC > 0 Notes: svn path=/head/; revision=51541
* add vnode_if.hRoger Hardiman1999-08-311-2/+2
| | | | Notes: svn path=/head/; revision=50695
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Change perl5 to perl (same change as made in the fxp module)Roger Hardiman1999-06-121-5/+5
| | | | Notes: svn path=/head/; revision=47886
* Makefile to build a loadable bktr Bt848/Bt878 device driverRoger Hardiman1999-06-121-0/+47
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