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
/
dev
/
hme
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back out 1.23 until I figure out why it causes Netra t1 100 to no longer
marius
2004-06-12
1
-1
/
+1
*
- Add a LLADDR() forgotten in the conversion to ether_crc32_le().
marius
2004-06-10
1
-4
/
+2
*
Replace handrolled CRC calculation with ether_crc32_[lb]e().
naddy
2004-06-09
1
-18
/
+2
*
Add missing <sys/module.h> includes currently relying on nested include
phk
2004-06-03
3
-0
/
+3
*
In hme_init() call mii_mediachg() to make sure the current media is set.
marius
2004-05-29
1
-1
/
+4
*
Remove a redundant include directive
scottl
2004-05-28
1
-2
/
+0
*
Mark the VLAN_MTU capability as initially enabled since it's
yar
2004-05-23
1
-0
/
+1
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
Spelling and style fixes.
marius
2004-05-22
2
-22
/
+22
*
The Sun hme hardware supposedly supports Tx frames up to 65535 octets,
joerg
2004-05-06
1
-3
/
+13
*
Let ether_ifattach() announce our MAC address.
mdodd
2004-03-20
1
-5
/
+0
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
2
-16
/
+16
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+2
*
Preparatory commit to allow prototypes in ofw_machdep.h to contain
marcel
2003-09-02
2
-0
/
+2
*
Use __FBSDID().
obrien
2003-08-24
3
-7
/
+10
*
s#<foo/bar.h>#<dev/foo/bar.h>#g
marcel
2003-08-23
3
-10
/
+10
*
s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev
imp
2003-08-23
1
-1
/
+1
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Mega busdma API commit.
scottl
2003-07-01
1
-4
/
+5
*
Some gem and hme hardware bogusly has the intpin register hardwired to
tmm
2003-07-01
1
-4
/
+6
*
- Don't call pci_enable_io() in drivers (unless needed for resume).
mdodd
2003-04-16
1
-1
/
+0
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
2
-2
/
+5
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
bus_dmamap_sync() overhaul:
tmm
2003-01-21
1
-21
/
+24
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Add detach, shutdown, suspend and resume methods.
tmm
2003-01-09
4
-12
/
+142
*
Fix module dependancy name.
obrien
2003-01-08
1
-1
/
+1
*
Convert to use bus_dmamap_load_mbuf(); decouple software TX descriptors
tmm
2003-01-06
3
-216
/
+149
*
network interface driver changes:
sam
2002-11-14
1
-13
/
+4
*
Call bpf_mtap() on output, to catch outgoing packets for e.g. tcpdump .
fenner
2002-07-30
1
-1
/
+5
*
Miscellaneous fixes:
tmm
2002-07-14
2
-28
/
+47
*
Don't treat statistics counter wrap-overs as errors.
tmm
2002-06-05
1
-10
/
+3
*
Move the new byte order function prototypes from <sys/param.h> to
mike
2002-04-26
1
-0
/
+1
*
Assorted fixes:
tmm
2002-03-23
4
-11
/
+3
*
Use the pci_enable_* functions instead of manually fiddling with the
tmm
2002-03-11
1
-6
/
+4
*
Fix some bugs in the handling of the case of not enough tx descriptors
tmm
2002-03-09
1
-12
/
+14
*
Add a driver for the Sun HME PCI/SBus ethernet adaptor, which is onboard
tmm
2002-02-27
5
-0
/
+2455