index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
bktr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to driver 1.72.
roger
1999-09-01
1
-0
/
+4
*
Oops. I undid the $Id: -> $FreBSD: change.
roger
1999-08-31
2
-2
/
+2
*
Update to driver release 1.71
roger
1999-08-31
2
-563
/
+274
*
Add #include <sys/select.h> ready for select() support in bt848 driver
roger
1999-08-30
1
-0
/
+1
*
Don't restrict our requests for contiguous memory to addresses >= 1MB.
bde
1999-08-29
1
-6
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-08-28
5
-5
/
+5
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-20
/
+7
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-11
/
+2
*
Bug fixes
roger
1999-07-12
2
-627
/
+1296
*
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
phk
1999-07-04
1
-3
/
+2
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
2
-7
/
+5
*
Removed checking for unit>NBKTR.
roger
1999-06-13
1
-17
/
+2
*
Updated to use the new 4.x newbus API
roger
1999-06-12
2
-219
/
+296
*
Fix the cdevsw_add change made by PHK.
roger
1999-06-04
1
-5
/
+5
*
Simplify cdevsw registration.
phk
1999-05-31
1
-24
/
+5
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-7
/
+21
*
Rename 849 to 849A (the correct name for the IC)
roger
1999-05-25
1
-2
/
+2
*
Add support for the Bt878/Bt879's Intel 430 FX and
roger
1999-05-25
1
-16
/
+55
*
Added rgb_vbi_prog() to capture VBI data and video at the
roger
1999-05-23
1
-1
/
+248
*
Restored rev.1.76 which was clobbered by rev.1.77.
bde
1999-05-22
1
-2
/
+2
*
Updated Australian channel frequencies
roger
1999-05-19
1
-7
/
+12
*
Bt848 driver release 1.65
roger
1999-05-18
1
-7
/
+31
*
Bt848 driver release 1.65
roger
1999-05-18
1
-2
/
+3
*
memcmp -> bcmp. memcmp doesn't exist in the kernel, but unfortunately
bde
1999-05-13
1
-2
/
+2
*
Support LifeView FlyVideo 98 cards. Use EEPROM for card autodetection.Use
roger
1999-05-10
1
-65
/
+182
*
Update card type to support GPIO mask
roger
1999-05-10
1
-5
/
+7
*
Add #if (NSMBUS>0) checks around smbus/iicbus i2c bus code.
roger
1999-05-10
1
-4
/
+7
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-5
/
+1
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-2
/
+1
*
My last commit accidentally undid the changes made in rev 1.68
roger
1999-04-30
1
-1
/
+5
*
Added initial code for VBI capture based on work by
roger
1999-04-29
1
-36
/
+224
*
Add support for VBI capture from /dev/vbi.
roger
1999-04-29
1
-2
/
+13
*
Added new cards: NEC PK-UG-X017 and I/O DATA GV-BCTV2/PCI
roger
1999-04-29
1
-9
/
+217
*
Fix crashes caused by rows=0 or columns=0.
roger
1999-04-29
1
-6
/
+45
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-2
/
+2
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-1
/
+5
*
My changes:
roger
1999-02-25
1
-44
/
+115
*
Corrected ioctl numbers conflict.
roger
1999-02-15
1
-37
/
+47
*
Added ioctl REMOTE_GETKEY for Hauppauge Infra-Red Remote Control.
roger
1999-02-11
1
-17
/
+103
*
Added new ioctls for Hauppage Infra-Red Remote Control support,
roger
1999-02-11
1
-2
/
+25
*
Added detection for bt848a chips
roger
1999-02-08
1
-5
/
+11
*
Added check to bktr_mmap() from OpenBSD driver.
roger
1999-02-08
1
-46
/
+83
*
Support for MSP3410D / MSP3415D Stereo/Mono audio using the audio format
roger
1999-01-28
1
-16
/
+356
*
Added METEOR_DEV2 and METEOR_DEV3
roger
1999-01-28
1
-2
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-4
/
+4
*
Added detection of Hauppauge IR remote control.
roger
1999-01-23
1
-52
/
+206
*
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
roger
1999-01-23
1
-2
/
+4
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-3
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-5
/
+4
*
* Fix a couple of places in the device pager where an address was
dfr
1998-11-08
1
-2
/
+2
[next]