summaryrefslogtreecommitdiffstats
path: root/sys/modules/bktr
Commit message (Collapse)AuthorAgeFilesLines
* Include "../Makefile.inc".nyan2002-11-061-0/+3
|
* Remove bktr.h/NBKTR. Set BKTR_FREEBSD_MODULE in opt_bktr.h instead.peter2002-07-221-5/+3
|
* Fix kernel build.obrien2002-03-251-1/+1
|
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-6/+1
| | | | | | | | - VIA chipset SMBus controllers added - alpm driver updated - Support for dynamic modules added - bktr FreeBSD smbus updated but not tested - cleanup
* Export symbols that constitute APIs defined by thesemsmith2002-01-111-0/+3
| | | | | | | | modules. Note that in the case of 'mii' the API is not clearly defined, and the symbols exported represent a subset defined by current usage.
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-062-4/+6
|
* Update to build both bktr and bktr_mem modulesroger2000-09-103-26/+34
|
* Avoid the modules madness I inadvertently introduced by making thephk2000-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.
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-271-1/+1
| | | | encoding the relative path.
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-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.
* Removed special rules for building and cleaning device interface filesbde1999-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}).
* Add vnode_if.c to CLEANFILES.green1999-11-221-1/+1
|
* Make the bktr module build. The Makefile was badly mangled, includingpeter1999-09-281-7/+9
| | | | leaving the ".c" out of most of the SRCS= source files.
* Update to use new Bt848 driverroger1999-09-261-1/+1
|
* Use new location of Bt848 driver.roger1999-09-221-6/+3
| | | | Remove NPCI generation as the driver no longer checks for NPIC > 0
* add vnode_if.hroger1999-08-311-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Change perl5 to perl (same change as made in the fxp module)roger1999-06-121-5/+5
|
* Makefile to build a loadable bktr Bt848/Bt878 device driverroger1999-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
OpenPOWER on IntegriCloud