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
*
$Id$ -> $FreeBSD$
peter
1999-08-28
72
-86
/
+86
*
Make some cleanups related to miibus.
wpaul
1999-08-27
1
-47
/
+21
*
Convert the ThunderLAN driver to miibus. This took me a while because I
wpaul
1999-08-27
2
-878
/
+115
*
Properly re-enable the transmitter in the TX error handler.
wpaul
1999-08-26
1
-5
/
+3
*
Change PN_RXLEN from 1518 bytes to 1536 bytes. The chip always DMAs data
wpaul
1999-08-24
2
-6
/
+6
*
Cast pointers to uintptr_t instead of casting them to u_long, and/or vice
bde
1999-08-24
2
-5
/
+5
*
Reset the UHCI controller when the device comes back from suspend.
n_hibma
1999-08-23
1
-6
/
+33
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
6
-69
/
+20
*
Slightly sanitize the isa/eisa bridge detection. The pci->eisa bridge
peter
1999-08-22
1
-13
/
+9
*
Clean up after removing sys/eventhandler.h from sys/systm.h at the last
msmith
1999-08-21
6
-6
/
+14
*
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
[next]