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
/
hfa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust some casts to quiet warnings.
jhb
2002-11-06
2
-2
/
+2
*
Replace aux mbufs with packet tags:
sam
2002-10-16
1
-1
/
+1
*
Use more standard variable names for modevent functions.
mdodd
2002-10-02
1
-2
/
+2
*
Add a field to struct cmn_unit to hold a pointer to the driver's softc.
mdodd
2002-10-01
2
-0
/
+2
*
Replace (ab)uses of "NULL" where "0" is really meant.
archie
2002-08-22
1
-2
/
+2
*
- Remove DMA_* macros as only one, DMA_GET_ADDR, was used.
arr
2002-06-24
10
-92
/
+12
*
- Remove the definition for SCHED_ATM
arr
2002-06-24
1
-1
/
+1
*
- Turn the hea and hfa HARP storage pools into UMA zones and insert
arr
2002-06-14
5
-22
/
+28
*
Move some code around.
mdodd
2002-06-07
2
-12
/
+12
*
Change two KM_COPY()s to bcopy(). This should have been done when the
mike
2002-04-20
2
-2
/
+2
*
- Convert the 'hfa' ATM interface driver to newbus.
mdodd
2002-04-17
5
-0
/
+966
*
- Nuke fore_pci_device.
arr
2002-04-16
1
-67
/
+41
*
- Remove PCA-200E definition -- this will be re-added in the commit to
arr
2002-04-16
1
-1
/
+0
*
Remove __P.
alfred
2002-03-20
6
-44
/
+44
*
Applied the patch to fix HARP ATM that was broken when KAME IPv6 came
pirzyk
2001-06-20
2
-1
/
+4
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Minor tweaks to get these to stop breaking LINT. They still dont work
peter
2001-01-17
2
-0
/
+10
*
Add back some now needed #include <sys/systm.h>
phk
2000-12-07
2
-12
/
+3
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-3
/
+1
*
Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>
phk
2000-10-30
13
-0
/
+13
*
Remove 86 unneeded #includes
phk
2000-10-27
13
-40
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
3
-3
/
+0
*
Remove even more unneeded #includes.
phk
2000-10-14
13
-280
/
+0
*
Remove the #include kitchensink <netatm/kern_include.h> and add
phk
2000-10-12
15
-102
/
+611
*
More HARP polishina:
phk
2000-10-12
9
-83
/
+4
*
Do some cleanups of the HARP atm codes interface into the system:
phk
2000-10-12
2
-954
/
+0
*
Ensure that DMA mappings are freed in error situations.
mks
2000-01-15
2
-7
/
+52
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Fixed printf format errors (don't assume that ntohl() returns u_long;
bde
1999-08-29
2
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
19
-32
/
+32
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
1
-6
/
+7
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-14
/
+22
*
Allow configuration of up to 256 network interfaces per physical interface -
mks
1999-05-10
1
-3
/
+3
*
Enable PCI bus master during attach in case the BIOS hasn't done it for us.
mks
1999-05-10
1
-2
/
+15
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-6
/
+2
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-2
/
+6
*
Fix warnings preparing for -Wall -Wcast-qual
dillon
1999-01-27
6
-22
/
+22
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-4
/
+4
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
4
-13
/
+18
*
Trivial stylish changes, mostly to silence gcc.
phk
1998-10-31
13
-57
/
+57
*
Two patches from the HARP people:
phk
1998-09-17
6
-47
/
+48
*
Add new files for HARP3
phk
1998-09-15
19
-0
/
+7121