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
*
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
*
When the devconf stuff was ripped out of the kernel, the ripper neglected
dg
1996-09-20
1
-18
/
+17
*
Implemented a better, dynamic, mechanism for adjusting the transmit
dg
1996-09-19
1
-2
/
+19
*
Increased transmit threshold to 1024 bytes to fix a problem with underruns
dg
1996-09-18
1
-2
/
+2
*
Updated driver to a newer version from Matt Thomas, preserving our local
dg
1996-09-18
2
-477
/
+762
*
Re-enable conf82371fb2 now that I have verified that it works, even if
rgrimes
1996-09-16
1
-5
/
+1
*
Removed more devconf leftovers.
bde
1996-09-10
2
-40
/
+2
*
Updated #includes to 4.4Lite style.
bde
1996-09-10
2
-6
/
+6
*
Remove the portion of revision 1.36 that added the #ifdef's for CPU
rgrimes
1996-09-09
1
-19
/
+1
*
Various cleanups for remanents of devconf.
phk
1996-09-08
1
-11
/
+1
*
Preserve volatility in casts of np->reg. Cosmetic.
bde
1996-09-07
1
-5
/
+5
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
9
-130
/
+23
*
Partial merge of RELENG_2_1_0 -> HEAD (addition of Intel 82439HX chip text).
rgrimes
1996-09-06
1
-1
/
+3
*
Fix Orion specific code by moving config_orion() to a place where it does
se
1996-09-05
1
-42
/
+50
*
Fix code that deals with multiple host to PCI bridges by making the next
se
1996-09-05
1
-1
/
+2
*
Correct previous Orion specific fix: The configuration register
se
1996-09-02
1
-2
/
+2
*
Add preliminary support for the Orion PCI chip set. It is special in the
se
1996-09-02
2
-24
/
+105
*
Use "" instead of <> for a header in the current directory.
bde
1996-08-28
1
-7
/
+2
*
Put back the initialization of the time constants of the SCSI and Sync.
se
1996-08-27
1
-4
/
+13
*
Set clock prescale based on BIOS supplied value instead of trying to
se
1996-08-26
1
-7
/
+16
*
Megacommit to straigthen out ETHER_ mess.
phk
1996-08-06
1
-5
/
+0
*
Use ether_ioctl() to do a lot of grunt work.
phk
1996-08-06
1
-47
/
+6
*
Send out a period of "0" if negotiating asynchronous transfers (offset = 0).
se
1996-08-05
1
-5
/
+14
*
FINALLY: PCI support for the Lance Ethernet driver.
se
1996-07-18
1
-0
/
+97
*
Don't use NULL in non-pointer contexts.
bde
1996-07-12
1
-10
/
+10
*
Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h
bde
1996-06-18
1
-2
/
+1
*
The Great PC98 Merge.
asami
1996-06-14
2
-2
/
+10
*
Updated this driver to a newer version from Matt. This should fix several
dg
1996-06-14
2
-678
/
+2453
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
3
-6
/
+7
*
Detach the device at shutdown.
alex
1996-06-11
1
-6
/
+4
*
Scan PCI buses in order the BIOS has assigned them. This is sometimes
asami
1996-06-09
1
-2
/
+4
*
Only assume the scratch ram is valid (we were initialized by the BIOS)
gibbs
1996-06-08
1
-2
/
+2
*
Here is a patch that fix a few problems with the RGB version of
jkh
1996-06-07
2
-13
/
+78
*
Set ifnet.baudrate for ethernet / FDDI interfaces too. Makes
gpalmer
1996-06-01
1
-1
/
+2
*
Merge in changes for NetBSD/OpenBSD.
gibbs
1996-05-30
1
-98
/
+208
*
Correct a botched commit from yesturday. It helps to bring over the
gibbs
1996-05-23
1
-2
/
+2
[next]