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
*
Fixed bugs in multicast address handling (flag was set in wrong register,
dg
1995-05-26
1
-266
/
+427
*
There are two serious bugs in if_de.c. The first should not matter
dg
1995-05-22
1
-3
/
+4
*
Fixed bug in bpf/multicast support that caused multicast packets to get
dg
1995-05-22
1
-7
/
+5
*
Fixed mbuf leak and panic that occurred when packets got too memory
dg
1995-05-05
2
-103
/
+327
*
bzero the malloced pci_devconf structure. This should fix the problem with
dg
1995-05-04
1
-1
/
+2
*
Matt says that no pre-2.3 pass boards were supposed to ship, but I certainly
jkh
1995-04-18
1
-3
/
+3
*
Changed minimum supported rev of DC21040 to pass 2.2.
dg
1995-04-17
1
-3
/
+3
*
kernel.h -> sys/kernel.h
gibbs
1995-04-15
1
-2
/
+2
*
Various changes from Matt Thomas to improve media selection and fix
dg
1995-04-13
2
-107
/
+257
*
From Matt Thomas: Added support for 100Mb cards (such as the DEC DE-500-XA
dg
1995-04-09
2
-139
/
+381
*
From Matt Thomas: Finished EISA support.
dg
1995-04-05
1
-56
/
+12
*
Patch from Matt Thomas to fix mbuf leak in FDDI driver.
dg
1995-04-01
1
-3
/
+10
*
Mask the call to ahc_attach with an splbio/splx pair. This allows us
gibbs
1995-03-31
1
-22
/
+47
*
Include <stddef.h> for standard definition of offsetof() instead of
se
1995-03-31
1
-12
/
+4
*
Remove wrong redeclarations of printf() and bzero(). Include the correct
bde
1995-03-25
2
-4
/
+16
*
Make untested NS code at least compile so that it doesn't break LINT. A
bde
1995-03-25
1
-4
/
+9
*
Forward-declare kern_devconf for use in a prototype. Some drivers
bde
1995-03-25
1
-1
/
+3
*
Restore my changes to initialize the kdc_shutdown routine pointer. Stefan
dg
1995-03-23
1
-4
/
+5
*
Set request sense data size from xp->req_sense_length if != 0.
se
1995-03-22
1
-16
/
+24
*
Remove use of unitialised variable xp->req_sense_length.
se
1995-03-22
1
-3
/
+2
*
Completely new PCI code:
se
1995-03-21
5
-693
/
+1215
*
Stylistic changes. Update Wolfgang's e-mail address.
se
1995-03-21
1
-13
/
+12
*
Silence "gcc -Wall".
se
1995-03-21
1
-1
/
+15
*
Cosmetic changes.
se
1995-03-21
2
-9
/
+16
*
Major cleanup: Stylistic changes, 386BSD specific code removed.
se
1995-03-21
1
-336
/
+217
*
Added a new field to the pci_device struct called pd_shutdown to specify
dg
1995-03-17
7
-19
/
+56
*
Prepare for shared interrupts (required by the new PCI code that adds
se
1995-03-16
1
-2
/
+6
*
Make ncr.c compile again (PRINT_ADDR() had been patched
se
1995-03-16
1
-3
/
+3
*
Conditionalise debug message.
se
1995-03-15
1
-3
/
+3
*
Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.
dg
1995-03-14
4
-0
/
+3681
*
Reduce burst length to 4 DWORDs for now, since there seem to
se
1995-03-03
1
-4
/
+5
*
Disable vga_attach() code, as it always should have been.
se
1995-03-02
1
-2
/
+2
*
Speed up PCI attach code by ommiting test if its result is ignored anyway.
se
1995-03-02
1
-13
/
+15
*
Add code to deal with PCI-PCI bridge chips, especially the DEC 21050.
se
1995-02-27
1
-4
/
+43
*
First try to add support for PCI-PCI bridge chips (written for the
se
1995-02-27
2
-23
/
+90
*
Delete bogus semicolon in macro definition.
se
1995-02-27
1
-3
/
+3
*
Make people happy, who claim to better know how "interupt"
se
1995-02-25
1
-37
/
+46
*
Deal with systems, that lack a fully decoded PCI configuration space.
se
1995-02-25
1
-2
/
+22
*
Cleanup for compatibility with another OS.
se
1995-02-22
1
-43
/
+47
*
New PCI attach code:
se
1995-02-22
1
-42
/
+120
*
Improve diagnostics:
se
1995-02-17
1
-6
/
+35
*
For the sake of people, who like to move pci_configure()
se
1995-02-15
1
-14
/
+9
*
ncr.c:
se
1995-02-14
2
-11
/
+51
*
Verify that NCR was mapped to uncached address.
se
1995-02-14
1
-3
/
+33
*
YFfix.
phk
1995-02-14
1
-2
/
+3
*
YFfix
phk
1995-02-14
1
-1
/
+2
*
Make capitalization consistent with other devices registered in
wollman
1995-02-14
1
-6
/
+10
*
Block interrupts in more places and warn about the NCR exception handler
se
1995-02-10
1
-13
/
+21
*
Turn on "Capture Effect" avoidence. This modifies the collision algorithm
dg
1995-02-10
1
-1
/
+2
*
Try to detect overlapping PCI memory assignment.
se
1995-02-09
1
-1
/
+17
[next]