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
/
pci
/
brooktree848.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Return to previous check_for_i2c_devices() behaviour.
nsouch
1998-11-07
1
-19
/
+12
*
Brooktree driver ported to the new I2C framework. See iicbus(4) for more info.
nsouch
1998-10-31
1
-18
/
+82
*
Oops, forgot /* */ around Id string
sos
1998-10-01
1
-1
/
+1
*
Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boards
sos
1998-09-30
1
-12
/
+33
*
Changed tuner code to autodetect tuner i2c address.
sos
1998-09-30
1
-77
/
+55
*
Changed METEORSINPUT for Hauppauge cards with bt878.
sos
1998-09-10
1
-25
/
+52
*
Correct SECAM B-Delay and add XUSSR channel set.
sos
1998-09-10
1
-3
/
+35
*
Fixed bug in Miro Tuner detection. Missing Goto.
sos
1998-08-31
1
-58
/
+70
*
Renamed BT848[SG]CAPAREA to BT848_[SG]CAPAREA.
sos
1998-08-31
1
-7
/
+48
*
Added Capture Area ioctl - BT848[SG]CAPAREA.
sos
1998-08-31
1
-22
/
+150
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
1
-3
/
+3
*
Support the PAL version of the BT878 based Haupauge WinTV/PCI.
sos
1998-08-10
1
-0
/
+1
*
Updated Hauppauge detection code for Tuner ID 0x0a for newer NTSC
sos
1998-08-08
1
-5
/
+13
*
Add support for the AVer Media range of cards.
sos
1998-07-14
1
-9
/
+13
*
I checked in the wrong version yesterday . The correct version is 1.38
ahasty
1998-07-14
1
-12
/
+32
*
Improved Hauppauge's tuner detection and bt878 support
ahasty
1998-07-13
1
-37
/
+142
*
Removed unused includes.
bde
1998-06-21
1
-1
/
+0
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-1
/
+1
*
Reviewed by: hasty@star-gate.com
ahasty
1998-06-05
1
-0
/
+2
*
Reviewed by: hasty@freebsd.org
ahasty
1998-05-24
1
-7
/
+0
*
Reviewed by: ahasty@freebsd.org
ahasty
1998-05-19
1
-6
/
+35
*
1.31 Randall Hopper <rhh@ct.picker.com>
ahasty
1998-05-16
1
-279
/
+424
*
Forgot to add opt_bktr.h
ahasty
1998-04-19
1
-0
/
+1
*
Reviewed by: Amancio
ahasty
1998-04-18
1
-21
/
+97
*
take out opt_bktr.h from brooktree848.c
ahasty
1998-04-06
1
-1
/
+0
*
Reviewed by: Amancio
ahasty
1998-04-05
1
-3
/
+52
*
Restored half of the ANSI semantic errors fix which was clobbered
bde
1998-03-01
1
-2
/
+0
*
Radio support for bt848 cards from Flemming Jacobsen <fj@trw.nl>
ahasty
1998-02-26
1
-18
/
+39
*
Added missing #include of "opt_devfs.h".
bde
1998-02-25
1
-4
/
+3
*
Move Luigi's I2CWR ioctl from the video_ioctl section to the
ahasty
1998-02-20
1
-22
/
+26
*
Staticize.
eivind
1998-02-09
1
-8
/
+8
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-1
/
+0
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-0
/
+1
*
Re-add my DEVFS changes after they were stomped on. This time, I throw away
eivind
1998-02-04
1
-2
/
+4
*
Bugs/Enhancements:
ahasty
1998-02-02
1
-145
/
+278
*
Attempt at making this use DEVFS properly. (Now it should at least work.)
eivind
1998-01-31
1
-2
/
+4
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-0
/
+1
*
Reviewed by: Amancio Hasty
ahasty
1997-12-31
1
-4
/
+20
*
Reviewed by: Amancio Hasty
ahasty
1997-11-16
1
-8
/
+182
*
Rats. Committed the wrong version.
markm
1997-11-06
1
-5
/
+11
*
1) Add the IOCTL for Luigi's BT848 -> I2C bus driver.
markm
1997-11-06
1
-14
/
+113
*
Improve PAL support and fix mux selector values.
eivind
1997-10-30
1
-31
/
+98
*
Despam 1.11, 1.12 and 1.13 caused by no sync between author/committer/CURRENT
markm
1997-10-08
1
-14
/
+36
*
Latest round of patches from the author.
markm
1997-10-07
1
-6
/
+80
*
Amancio's latest in the Brooktree driver.
markm
1997-09-09
1
-232
/
+326
*
Removed unused #includes.
bde
1997-09-02
1
-7
/
+0
*
Added frequencies for north american HRC cable.
fsmp
1997-08-17
1
-2
/
+19
[next]