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
Commit message (
Expand
)
Author
Age
Files
Lines
*
"xl%d: chip is is in D%d power mode " -> "xl%d: chip is in D%d power mode "
wpaul
1998-09-01
1
-3
/
+3
*
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
2
-13
/
+67
*
Added Capture Area ioctl - BT848[SG]CAPAREA.
sos
1998-08-31
2
-27
/
+160
*
Fix handling of ENOBUFS condition. During reception, the filled mbuf
wpaul
1998-08-31
1
-12
/
+27
*
Change the autonegotiation waiting period from 3 seconds to 5. This
wpaul
1998-08-30
1
-3
/
+3
*
- #define mask of enabled interrupts/indications in if_xlreg.h instead of
wpaul
1998-08-24
2
-22
/
+40
*
Increase the number of descriptors (and, as a consequence, the number
wpaul
1998-08-21
1
-2
/
+2
*
Fix small printf() bogon (forgot newline, and the message was longer that
wpaul
1998-08-20
1
-4
/
+4
*
Make two changes:
wpaul
1998-08-19
1
-28
/
+48
*
Fixed printf format errors.
bde
1998-08-18
3
-9
/
+11
*
Fixed printf format errors (none detected in GENERIC again).
bde
1998-08-17
1
-3
/
+3
*
Import the (Fast) Etherlink XL driver. I'm reasonally confident in its
wpaul
1998-08-16
3
-0
/
+3427
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
1
-3
/
+3
*
Use "baseclass" instead of "class" for storing the contents of PCI register
gibbs
1998-08-13
2
-6
/
+7
*
Use [u]intptr_t instead of [unsigned] long to convert and/or represent
bde
1998-08-10
2
-4
/
+4
*
Fixed the formatting of some tables (mainly the one produced by ps
bde
1998-08-10
1
-3
/
+3
*
Support the PAL version of the BT878 based Haupauge WinTV/PCI.
sos
1998-08-10
1
-0
/
+1
*
A few misc changes to get the spigot and meteor board working in 3.0.
jkh
1998-08-08
1
-0
/
+1
*
Updated Hauppauge detection code for Tuner ID 0x0a for newer NTSC
sos
1998-08-08
1
-5
/
+13
*
Remove a stupid hack of mine which prevented PCI io memory access on the alpha.
dfr
1998-08-07
1
-5
/
+2
*
Update DPT driver from 1.4.3 to 1.4.5
eivind
1998-08-05
1
-24
/
+9
*
Implemented a more sophisticated mechanism for handling transmitter
dg
1998-08-04
1
-45
/
+103
*
Fix this thing to work properly with multiple tlan adapters; increment
wpaul
1998-08-04
1
-1
/
+3
*
Updates for the ThunderLAN driver:
wpaul
1998-08-03
2
-32
/
+136
*
Added 82555B support for media status.
dg
1998-08-02
1
-1
/
+2
*
Reordered fxp_softc for optimal cacheline behavior.
dg
1998-08-02
1
-8
/
+10
*
Killed unused variable/assignment.
dg
1998-08-02
1
-2
/
+1
*
Add a call to a platform-specific irq remapping function for alpha platforms
dfr
1998-07-22
1
-1
/
+4
*
On the alpha, ports may be allocated above 64k.
dfr
1998-07-22
2
-5
/
+18
*
Add support for PCNet PCI chips that only work when we talk to them as ISA
msmith
1998-07-20
1
-2
/
+5
*
Correct SEEPROM checksum calculation when multiple checksum attemps are made.
gibbs
1998-07-16
1
-4
/
+8
*
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
bde
1998-07-15
2
-4
/
+4
*
Add support for the AVer Media range of cards.
sos
1998-07-14
1
-9
/
+13
*
Avoid some casts of pointers to integers (of possibly different sizes).
bde
1998-07-14
1
-7
/
+7
*
I checked in the wrong version yesterday . The correct version is 1.38
ahasty
1998-07-14
1
-12
/
+32
*
Declare pointers to CSR register space to be volatile. This seems to
wpaul
1998-07-13
2
-161
/
+274
*
Fixed printf format errors (only 1 left in GENERIC now).
bde
1998-07-13
3
-13
/
+14
*
Improved Hauppauge's tuner detection and bt878 support
ahasty
1998-07-13
2
-37
/
+146
*
Remove unused member reselet from struct tstamp.
se
1998-07-12
1
-3
/
+2
*
Fix size of time stamps (had been time_t before the variable "time" was
se
1998-07-12
1
-26
/
+29
*
Fixed printf format errors.
bde
1998-07-11
2
-21
/
+25
*
Merge changes from vendor branch.
peter
1998-07-08
1
-2
/
+11
*
Changed `#if defined(i386)' to `#ifdef __i386__'.
bde
1998-07-07
1
-2
/
+2
*
Attempt to load serial eeprom contents in both 93c46 and 93c56/66 mode before
gibbs
1998-07-06
1
-22
/
+42
*
Fix some strange errors of shutting transmitter up when start
semenu
1998-07-04
2
-604
/
+592
*
document PCI_QUIET that prevents pci from compiling in so many strings
jmg
1998-06-30
1
-1
/
+3
*
Removed unused includes.
bde
1998-06-21
1
-1
/
+0
*
Removed unused includes.
bde
1998-06-21
1
-25
/
+2
*
Don't declare isa device structs or isa interrupt handlers in <sys/conf>,
bde
1998-06-17
1
-2
/
+1
[next]