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
*
Make consistent; turn spaces into tabs where there is a mixture.
markm
2002-09-04
1
-21
/
+21
*
Add a device description for Intel 82801CA/CAM (ICH3) USB controller
joe
2002-08-28
1
-0
/
+5
*
Include <sys/lockmgr.h> for old lock interfaces instead of depending on
bde
2002-08-27
7
-0
/
+7
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
2
-8
/
+8
*
o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever since
alc
2002-08-25
2
-2
/
+2
*
style: put return types on a line by themselves.
alfred
2002-08-24
5
-188
/
+376
*
style:
alfred
2002-08-23
6
-235
/
+466
*
Put return values from functions on a line by themselves.
alfred
2002-08-23
1
-36
/
+72
*
Don't read the PCI config space during mii operations. Instead save whether
ambrisko
2002-08-19
2
-3
/
+9
*
Remove the SIS_LOCK/SIS_UNLOCK from sis_attach(). It makes WITNESS
phk
2002-08-19
1
-3
/
+0
*
Use uhci_pci_match to return the device description and rework the
joe
2002-08-18
1
-28
/
+22
*
Add a comment to remind that uhci_pci_match will never return NULL.
joe
2002-08-18
1
-6
/
+11
*
Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid
sobomax
2002-08-18
3
-9
/
+9
*
Consolidate the device recognition code.
joe
2002-08-18
1
-57
/
+4
*
Revert change to detect multiply PHYs in mii code. There might be cases
ambrisko
2002-08-16
1
-0
/
+5
*
UHCI_DEBUG -> USB_DEBUG.
joe
2002-08-15
1
-1
/
+1
*
Improve handling of TX errors. Early reports indicate that this
silby
2002-08-15
2
-13
/
+28
*
o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire().
alc
2002-08-10
2
-6
/
+3
*
Fixes for the D-Link DFE-580 card.
ambrisko
2002-08-07
2
-83
/
+111
*
Use new interface for ether_input().
luigi
2002-08-07
1
-13
/
+4
*
Make sure to set the DMA transfer length register, plus one
silby
2002-08-05
1
-1
/
+6
*
Use m_getcl() to allocate mbuf+cluster for the receive ring.
luigi
2002-08-04
1
-25
/
+9
*
Repond properly to NGM_TEXT_CONFIG messages.
phk
2002-08-04
1
-0
/
+1
*
Make sure to set both sets of registers which control the RX and TX buffer
silby
2002-07-31
2
-0
/
+49
*
If we get 0xffff back when reading the status register, assume the card
jhb
2002-07-30
1
-0
/
+5
*
o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed,
alc
2002-07-21
2
-0
/
+4
*
Add PCI IDs for the A, B, and C UHCI controllers in the ICH4.
jhb
2002-07-19
1
-0
/
+27
*
- Use more correct values to initialize the AGP controller during setup.
jhb
2002-07-17
1
-6
/
+21
*
o Lock page queue accesses by vm_page_wire().
alc
2002-07-14
2
-0
/
+4
*
o Complete the locking of page queue accesses by vm_page_unwire().
alc
2002-07-13
2
-0
/
+6
*
Fix if_timer logic to make sure that there is always a timeout
luigi
2002-06-30
2
-10
/
+8
*
Fix if_timer logic to make sure that there is always a timeout
luigi
2002-06-30
1
-6
/
+6
*
Make sure that if_timer does not get reset if there are packets
luigi
2002-06-30
2
-19
/
+11
*
catch up with mextfree callback change when TI_PRIVATE_JUMBOS is defined.
alfred
2002-06-29
1
-2
/
+2
*
Remove a couple of __P() stragglers.
peter
2002-06-29
1
-2
/
+2
*
catch up with mextadd callback taking a void argument instead of a caddr_t.
alfred
2002-06-29
1
-2
/
+2
*
remove or replace caddr_t with void.
alfred
2002-06-28
1
-2
/
+2
*
At long last, commit the zero copy sockets code.
ken
2002-06-26
4
-5230
/
+6591
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
3
-3
/
+3
*
Enhance the use of the watchdog timer in this driver so that it will
silby
2002-05-15
1
-4
/
+3
*
Add support for the D-Link DFE-690TXD Cardbus card which has a RealTek 8139
jhb
2002-05-06
2
-1
/
+9
*
Add suspend/resume code mostly merged from fxp/rl driver.
iwasaki
2002-05-06
2
-0
/
+88
*
Don't grab the lock until somewhat later in attach to avoid a lock
phk
2002-05-03
1
-6
/
+7
*
Move us yet closer to IFM_* definitions in NetBSD.
phk
2002-04-29
1
-6
/
+6
*
Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/
phk
2002-04-28
2
-5
/
+5
*
Move the new byte order function prototypes from <sys/param.h> to
mike
2002-04-26
1
-0
/
+1
*
Redo the pps bit to avoid digging into the private bits of the timecounter.
phk
2002-04-26
1
-4
/
+2
*
Simplify the RFC2783 and PPS_SYNC timestamp collection API.
phk
2002-04-26
1
-2
/
+8
*
Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constants
semenu
2002-04-19
2
-2334
/
+0
*
Add DEVICE_POLLING support to the "rl" driver.
luigi
2002-04-16
2
-6
/
+73
[next]