Yoshihiro Takahashi
c7a1bf8bf3
Include "../Makefile.inc".
2002-11-06 13:41:40 +00:00
Peter Wemm
297c910258
Remove bktr.h/NBKTR. Set BKTR_FREEBSD_MODULE in opt_bktr.h instead.
2002-07-22 00:08:24 +00:00
David E. O'Brien
b9c09d0015
Fix kernel build.
2002-03-25 08:02:54 +00:00
Nicolas Souchu
c17d43407f
Major rework of the iicbus/smbus framework:
...
- VIA chipset SMBus controllers added
- alpm driver updated
- Support for dynamic modules added
- bktr FreeBSD smbus updated but not tested
- cleanup
2002-03-23 15:49:15 +00:00
Mike Smith
07af4a8e64
Export symbols that constitute APIs defined by these
...
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.
2002-01-11 01:16:00 +00:00
David E. O'Brien
c68159a6d8
Use a consistent style and one much closer to the rest of /usr/src
2001-01-06 14:00:42 +00:00
Roger Hardiman
b478e142f0
Update to build both bktr and bktr_mem modules
2000-09-10 15:40:20 +00:00
Poul-Henning Kamp
db90128160
Avoid the modules madness I inadvertently introduced by making the
...
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.
2000-09-02 19:17:34 +00:00
Peter Wemm
64db83a8ab
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
...
encoding the relative path.
2000-05-27 01:14:33 +00:00
Peter Wemm
56ca39961b
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
...
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.
2000-05-04 12:08:52 +00:00
Bruce Evans
6f940b3847
Removed special rules for building and cleaning device interface files
...
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
1999-11-28 18:53:47 +00:00
Brian Feldman
f7597900e9
Add vnode_if.c to CLEANFILES.
1999-11-22 06:38:30 +00:00
Peter Wemm
5e6016775c
Make the bktr module build. The Makefile was badly mangled, including
...
leaving the ".c" out of most of the SRCS= source files.
1999-09-28 07:23:59 +00:00
Roger Hardiman
450880b4e0
Update to use new Bt848 driver
1999-09-26 22:13:06 +00:00
Roger Hardiman
fdc2eae112
Use new location of Bt848 driver.
...
Remove NPCI generation as the driver no longer checks for NPIC > 0
1999-09-22 08:31:05 +00:00
Roger Hardiman
ec4d750134
add vnode_if.h
1999-08-31 11:13:47 +00:00
Peter Wemm
c3aac50f28
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
Roger Hardiman
6c96acd35c
Change perl5 to perl (same change as made in the fxp module)
1999-06-12 15:08:50 +00:00
Roger Hardiman
b72df81b21
Makefile to build a loadable bktr Bt848/Bt878 device driver
...
This allows the bt848 grabber to be loaded in the boot loader or
after bootup without the need for a custom kernel
1999-06-12 15:00:19 +00:00