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
*
Remove hard coded assumption that SCSI busses have 7 targets.
gibbs
1995-08-23
1
-2
/
+16
*
Correct the PCI ID for the Adaptec 7850 chips.
gibbs
1995-08-20
1
-2
/
+2
*
Print more information in case of unspecific error condition.
se
1995-08-15
1
-15
/
+41
*
Add more chip set register decodings:
se
1995-08-15
1
-3
/
+13
*
Return an extended status of XS_TIMEOUT (instead of XS_DRIVER_STUFFUP)
se
1995-08-13
1
-3
/
+3
*
Initialize "name" to quiet compiler.
dg
1995-07-29
1
-2
/
+2
*
Add a few chip set IDs.
se
1995-07-27
1
-4
/
+21
*
Add config messages for the Intel 82378 chip.
se
1995-07-27
1
-1
/
+32
*
Add a few vendor IDs.
se
1995-07-27
1
-8
/
+21
*
Get rid of references to the linker supplied set length field.
se
1995-07-27
1
-15
/
+15
*
Fix compiler warnings (systm.h wasn't included).
bde
1995-07-16
1
-1
/
+6
*
Put back second case of CC handler in NCR script.
se
1995-07-07
1
-3
/
+6
*
Add PCI Id for the 3940 controller.
gibbs
1995-07-04
1
-2
/
+9
*
Changes to support some CDROM drives and the Quantum Grand-Prix
se
1995-06-28
1
-42
/
+69
*
Change message "not supported" to "no driver assigned", because
se
1995-06-28
1
-2
/
+2
*
Give more detailed information about the type of bridge devices
se
1995-06-28
1
-1
/
+11
*
Failure of the consistency checks for BIOS assigned mappings of busses
se
1995-06-28
1
-6
/
+16
*
Corrections and additions to the PCI chip set configurations log.
se
1995-06-28
1
-7
/
+21
*
Fixed bug that was fixed in 1.28.2.1/1.29 a little differently; the
dg
1995-06-28
1
-4
/
+5
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
2
-4
/
+11
*
Remove trailing whitespace.
rgrimes
1995-05-30
8
-65
/
+73
*
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
[next]