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
*
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
*
Fixed a misdeclaration. This unhides type mismatches which will be
bde
1998-06-17
1
-2
/
+2
*
Merge changes from vendor branch;
peter
1998-06-13
3
-26
/
+49
*
Add initial support for the FreeBSD/alpha kernel. This is very much a
dfr
1998-06-10
2
-0
/
+386
*
Fixed pedantic semantics errors (bitfields not of type int, signed int
bde
1998-06-08
2
-24
/
+24
*
Fix spelling in printf().
jkoshy
1998-06-08
1
-2
/
+2
*
Disable attempted write combining support. This probably
dyson
1998-06-08
1
-1
/
+3
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
9
-19
/
+25
*
Reviewed by: hasty@star-gate.com
ahasty
1998-06-05
1
-0
/
+2
*
o Return error when the controller can't accept commands.
eivind
1998-06-02
1
-2
/
+2
*
Add a short delay in the read loop in tl_eeprom_getbyte(). On some
wpaul
1998-05-31
1
-2
/
+3
*
Add minimum driver for XC6200 based cards. Currently it knows about
phk
1998-05-30
1
-0
/
+110
*
Don't program the antonegotiation advertisement register in tl_setmode().
wpaul
1998-05-29
1
-33
/
+19
*
Ignore 'invalid' interrupts that occur while the interface is down.
wpaul
1998-05-26
1
-2
/
+12
[next]