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
*
Add missing include.
billf
1999-08-21
1
-0
/
+1
*
Remove MII/PHY related junk from here. It's not needed anymore.
wpaul
1999-08-21
1
-106
/
+1
*
This commit adds device driver support for the Sundance Technologies ST201
wpaul
1999-08-21
2
-0
/
+2284
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
7
-32
/
+39
*
Fix power management register definitions.
wpaul
1999-08-21
1
-5
/
+5
*
Replace the tulip_delay_300ns() with a DELAY(1). Hammering the PCI bus
peter
1999-08-19
1
-11
/
+2
*
Small tweak: in xl_rxeof(), rxstat should be u_int32_t, not u_int16_t.
wpaul
1999-08-19
1
-3
/
+3
*
1) rename dev->self to be consistent
n_hibma
1999-08-18
2
-76
/
+107
*
Differentiate between aic7895C chips and their earlier brethren
gibbs
1999-08-16
1
-2
/
+6
*
Set some correct return values. Prefer I/O map all the time unless configured
mjacob
1999-08-16
1
-13
/
+20
*
Fix a long standing bug in the auto-termination control settings for
gibbs
1999-08-16
1
-8
/
+9
*
Properly set the alignment argument to bus_dma_tag_create(). If we
gibbs
1999-08-16
7
-13
/
+15
*
Minor glitch in ti_newbuf_jumbo(): m_adj() was being called on
wpaul
1999-08-14
1
-3
/
+3
*
Small tweak: remember to free the tx ring data (which is malloc()ed) if
wpaul
1999-08-10
1
-2
/
+3
*
Convert the Winbond driver to newbus and have it compiled as a module.
wpaul
1999-08-10
2
-83
/
+146
*
Convert the VIA Rhine driver to newbus and set it up to be compiled as
wpaul
1999-08-10
2
-103
/
+182
*
Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)
mdodd
1999-08-10
1
-1
/
+5
*
chip0: <PCI to 0x80 bridge (vendor=10e0 device=8849)> at device 0.0 on pci0
mdodd
1999-08-09
1
-1
/
+2
*
A little more tidying up.
peter
1999-08-09
2
-63
/
+22
*
Expand a heap of macros that obscure readability and are no longer needed
peter
1999-08-09
2
-237
/
+122
*
More pre-lite2 support zapped and some more tidy-up.
peter
1999-08-09
2
-74
/
+1
*
Unifdef -D__FreeBSD__ - and remove pre-lite2 support.
peter
1999-08-09
2
-115
/
+12
*
Unifdef -U__NetBSD__
peter
1999-08-09
2
-258
/
+1
*
Unifdef -U__bsdi__
peter
1999-08-09
2
-305
/
+4
*
s/Id/FreeBSD/
peter
1999-08-09
3
-3
/
+6
*
Strip __FreeBSD_version >= 300000 conditionals.
peter
1999-08-09
2
-32
/
+9
*
Merge changes from NetBSD rev 1.82 -> 1.86 via vendor branch.
peter
1999-08-09
1
-15
/
+102
*
s/TULUP/TULIP/ - from vendor branch.
peter
1999-08-08
1
-3
/
+3
*
Minor tweak for last commit: insert extra delay between issuing master
wpaul
1999-08-02
1
-2
/
+4
*
Perform an RX reset and TX reset in xl_reset() along with the master
wpaul
1999-08-02
1
-6
/
+23
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
5
-45
/
+21
*
Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These are
dfr
1999-07-28
2
-30
/
+34
*
Convert the PNIC driver to newbus.
wpaul
1999-07-28
2
-167
/
+223
*
Roar! Finish what I started last night: somehow only the header file change
wpaul
1999-07-27
1
-5
/
+23
*
Case matters.
mdodd
1999-07-27
1
-3
/
+3
*
Implement the BUS_PROBE_NOMATCH method for the PCI bus.
mdodd
1999-07-27
1
-1
/
+32
*
On FreeBSD/i386, when you use the SYS_RES_MEMORY resource to allocate
wpaul
1999-07-27
1
-1
/
+2
*
Make this compile on the Alpha. I'm not 100% sure about this but I
peter
1999-07-25
1
-19
/
+2
*
Remember to clear the IFF_RUNNING and IFF_OACTIVE flags in sf_stop() and
wpaul
1999-07-25
2
-4
/
+13
*
This commit adds device driver support for Adaptec Duralink PCI fast
wpaul
1999-07-25
2
-0
/
+3008
*
Convert the ASIX and Macronix drivers to newbus.
wpaul
1999-07-24
4
-341
/
+384
*
Update intpm driver.
nsouch
1999-07-24
1
-6
/
+17
*
Clean up the buffer allocation code a bit. Make sure to initialize certain
wpaul
1999-07-23
2
-29
/
+32
*
Grrr. Return the rman_get_bustag()/rman_get_bushandle() lines to their
wpaul
1999-07-23
1
-2
/
+5
*
One last tweak before I turn in for the evening: the driver name in
wpaul
1999-07-23
1
-3
/
+3
*
Dangit. Somehow the pmap_kextract hack for alpha snuck back into these
wpaul
1999-07-23
4
-13
/
+9
*
Convert the Alteon Tigon gigabit ethernet driver to newbus. Also upgrade
wpaul
1999-07-23
4
-3292
/
+3340
*
Some more small newbus cleanups. Remember to free all resources in case
wpaul
1999-07-23
3
-58
/
+69
*
Revert out part of the last patch that can be done better elsewhere.
julian
1999-07-22
1
-8
/
+4
*
Remove the definitions for the SiS 900 chip. This is not a RealTek
wpaul
1999-07-22
2
-17
/
+4
[next]