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 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
*
fix braino..
julian
1999-07-22
1
-2
/
+2
*
Well, it seems that loading a PCI driver module after the system has
wpaul
1999-07-22
2
-3
/
+12
*
Convert the ThunderLAN driver to newbus. Also add splimp() protection to
wpaul
1999-07-22
2
-82
/
+166
*
Fix a small mind-o: one instance of SYS_RES_IOPORT should have been
wpaul
1999-07-22
1
-3
/
+3
*
Convert the SysKonnect gigabit ethernet driver to newbus.
wpaul
1999-07-22
2
-77
/
+131
*
Small tweak to newbus changes: return error status on failure correctly
wpaul
1999-07-22
1
-2
/
+2
*
Hopefully make the CMD640B workaround actually work.
peter
1999-07-21
1
-9
/
+6
*
Slight cleanups of the Cyrix 5530 UDMA code.
julian
1999-07-20
1
-100
/
+125
*
Convert the xl driver to newbus. It is now possible to make this driver
wpaul
1999-07-20
2
-88
/
+127
*
Add support for multiple PCI busses directly connected to the nexus.
msmith
1999-07-16
1
-96
/
+12
*
Make a few other cleanups while I'm in the area. Typo in comment, unused
wpaul
1999-07-14
2
-10
/
+4
*
Revert some changes I had made to try and cut down on the number of TX EOF
wpaul
1999-07-14
1
-11
/
+9
*
dont allow open if no device was found.
phk
1999-07-13
1
-1
/
+5
*
Bug fixes
roger
1999-07-12
2
-627
/
+1296
*
Make the Winbond ethernet driver work on FreeBSD/alpha. Also added
wpaul
1999-07-11
2
-51
/
+78
*
if_sk.c: use pci_port_t instead of u_short
wpaul
1999-07-09
2
-6
/
+5
[next]