imp
79bac5b98b
Fix a few printf problems on ia64 (and other 64-bit platforms).
2005-01-27 01:40:12 +00:00
imp
4b319958e7
Start each of the license/copyright comments with /*-, minor shuffle of lines
2005-01-06 01:43:34 +00:00
phk
5c95d686a1
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
...
for unknown events.
A number of modules return EINVAL in this instance, and I have left
those alone for now and instead taught MOD_QUIESCE to accept this
as "didn't do anything".
2004-07-15 08:26:07 +00:00
schweikh
9a1b850393
Style cleanup.
2004-06-11 18:47:44 +00:00
schweikh
89df59b845
* Fix typo in comment.
...
* remove extraneous semicolon between function definitions.
* vm_offset_t is not a pointer, so return 0, not NULL. This
fixes two warnings.
2004-06-11 17:51:37 +00:00
phk
9d102d7d5a
Add missing <sys/module.h> includes
2004-05-30 20:08:47 +00:00
obrien
c63dab466c
Use __FBSDID().
...
Also some minor style cleanups.
2003-08-24 17:55:58 +00:00
rwatson
d257e21e6e
o Add #include <sys/systm.h> to fix a warning about printf() being
...
used without a prototype.
2001-11-26 04:06:47 +00:00
jlemon
8a22384953
The kernel doesn't have <stdio.h> or <string.h>. Remove these.
2001-10-09 04:05:58 +00:00
roger
b4359f4581
Make MOD_UNLOAD return EBUSY to prevent it being unloaded automatically when we
...
unload the bktr driver.
Change the sub-section from SI_SUB_PSEDUO to SI_SUB_DRIVERS to make
sure the module initialises before the bktr module
2000-09-11 12:23:50 +00:00
roger
2d1297fbf3
Change to SI_ORDER_FIRST to make sure this module runs before
...
the bktr module if both are loaded at the same time (eg in the boot
loader)
2000-09-11 10:37:27 +00:00
roger
d5e49687c7
Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load the
...
bktr_mem module
2000-09-11 07:14:43 +00:00
roger
2957843814
Update to driver 2.15.
...
Main change is the addition of the bktr_mem module.
This holds onto the bktr driver's contiguously allocated memory
when the bktr driver is unloaded and reloaded.
This has to be done because it is virtually impossible to get
contiguous memory once a system is running.
Also tidied up the use of SMBUS, added a new Hauppauge tuner type (0x2c)
and a new Flyvideo vendor ID.
2000-09-10 14:34:08 +00:00