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
*
Don't redefine SCSI_NCR_DFLT_TAGS even in if FAILSAFE is defined.
bde
1996-12-23
1
-4
/
+6
*
Improve negotiation messages:
se
1996-12-21
1
-8
/
+8
*
Add PCI IDs of the ProLAN and Compex PCI NE2000 clones.
se
1996-12-21
1
-8
/
+11
*
Fix bug that would stop probing for SCSI devices
se
1996-12-20
1
-5
/
+6
*
Add include of <vm/pmap.h> to make this driver compile under -current.
se
1996-12-18
1
-13
/
+4
*
Rename DIAGNOSTIC to DMA_DIAGNOSTIC.
se
1996-12-18
1
-1
/
+1
*
Add code to fill the EEPROM buffer with default values, if no EEPROM
se
1996-12-18
1
-1
/
+22
*
Make compile under FreeBSD-current (3.0-DEVELOPMENT).
se
1996-12-18
1
-3
/
+8
*
Fix "opt_ncr.h" changes:
se
1996-12-16
1
-7
/
+9
*
This commit was generated by cvs2svn to compensate for changes in r20537,
se
1996-12-15
3
-0
/
+3839
|
\
|
*
Tekram supplied driver for their DC390 and DC390T controllers.
se
1996-12-15
3
-0
/
+3839
*
Fix typo
se
1996-12-15
1
-3
/
+3
*
Include "opt_ncr.h" for option settings.
se
1996-12-15
1
-3
/
+5
*
Do not limit to 1 LUN if FAILSAVE is set. Seems that CDROM drives
se
1996-12-15
1
-5
/
+2
*
General cleanup and new features for 53c875 based cards, especially the
se
1996-12-14
2
-80
/
+232
*
Close PR#2198:
jkh
1996-12-13
1
-2
/
+4
*
1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's return
dg
1996-12-10
1
-92
/
+15
*
Some imporvemnets to the vx driver.
guido
1996-12-02
1
-1
/
+1
*
Cosmetic code cleanup from Matt's latest driver.
rgrimes
1996-12-01
3
-386
/
+383
*
Fixed obsolete comment.
dg
1996-11-18
1
-3
/
+2
*
AHC_FORCE_PIO -> AHC_ALLOW_MEMIO
gibbs
1996-11-16
1
-2
/
+2
*
Some more updates.
asami
1996-11-14
1
-5
/
+1
*
Oops I forgot to add the official id for this card.
jhay
1996-11-13
1
-2
/
+3
*
Add support for header type == 1 devices (PCI 2.1 compatible PCI to PCI
se
1996-11-12
3
-4
/
+11
*
Fix PCI to PCI bridge register bit field masks.
se
1996-11-12
2
-36
/
+11
*
Clean up the memory mapped/Programmed I/O stuff so that the driver completely
gibbs
1996-11-11
1
-69
/
+73
*
Put the packet error printf inside #ifdef DIAGNOSTIC.
dg
1996-11-10
1
-1
/
+3
*
Only access the specific interrupt status registers if required.
se
1996-11-08
1
-4
/
+4
*
Clean up some code having to do with the 398X cards. We can't rely on the
gibbs
1996-11-05
1
-10
/
+30
*
New vx driver for:
guido
1996-11-04
3
-1596
/
+145
*
Add support for the SDL RISCom N2pci cards. Bring in the enhancements
jhay
1996-10-29
1
-0
/
+133
*
Add basic support for the 398X cards as multi-channel SCSI host adapters.
gibbs
1996-10-28
1
-23
/
+106
*
- KNF cleanup.
gibbs
1996-10-25
1
-170
/
+143
*
Definitions for ioctl() accesses to PCI config space registers.
se
1996-10-22
1
-0
/
+36
*
Add support for ioctl() accesses to PCI config space registers.
se
1996-10-22
2
-4
/
+167
*
Updated #includes to 4.4lite style.
bde
1996-10-15
6
-11
/
+12
*
pci_map_mem() did a too restrictive check on the mapping type:
se
1996-10-14
1
-2
/
+4
*
Move the initialization of np->ns_sync and ns_async out of ncr_getclock(),
se
1996-10-14
1
-4
/
+4
*
Changes to add support for the PCI version of the Cyclades Cyclom-Y
dg
1996-10-13
2
-0
/
+172
*
Removed nested include if <sys/socket.h> from <net/if.h> and
bde
1996-10-12
1
-1
/
+2
*
Fix previous commit: The INB/OUTB macros require np->vaddr to be
se
1996-10-12
1
-10
/
+10
*
Improve support of SCSI cards based on the 53c860 and 53c875.
se
1996-10-11
2
-67
/
+124
*
Implement the 802.3 MIB in a way that uses the generic interface
wollman
1996-10-10
1
-3
/
+17
*
The recent change to clock.h to include opt_cpu.h (bug!!!) uncovered a
pst
1996-10-10
1
-5
/
+2
*
Bring aic7xxx driver bug fixes from 'SCSI' into current.
gibbs
1996-10-06
1
-9
/
+15
*
Added multicast support (BPF cookie bug was already fixed).
dg
1996-10-03
2
-4
/
+43
*
Backed out one of my "performance optimizations" as it results in sometimes
dg
1996-09-29
1
-9
/
+13
*
Fixed a bug with the management of the pointer to the first TxCB in the
dg
1996-09-22
1
-49
/
+38
*
Fixed a bug in the receive buffer allocation code that resulted in a
dg
1996-09-20
1
-5
/
+14
*
Add back shutdown support, this time using the at_shutdown() mechanism.
dg
1996-09-20
1
-14
/
+11
[next]