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
/
if_ax.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the if_dc driver and remove all of the al, ax, dm, pn and mx drivers
wpaul
1999-12-04
1
-2233
/
+0
*
As suggested by phk, unconditionalize BPF support in these drivers. Since
wpaul
1999-09-23
1
-10
/
+3
*
Tweak these for what I hope is the last time: change the DRIVER_MODULE()
wpaul
1999-09-22
1
-1
/
+1
*
Un-do the changes to the DRIVER_MODULE() declarations in these drivers.
wpaul
1999-09-20
1
-1
/
+1
*
Grrr. Okay, changing the devnames was a bad idea. Put them back the way
wpaul
1999-09-20
1
-1
/
+1
*
Fix the strings in the driver_t structs so that they match the new names
wpaul
1999-09-20
1
-1
/
+1
*
Change the name we register with DRIVER_MODULE() to include the leading
obrien
1999-09-20
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-2
/
+2
*
Convert the ASIX and Macronix drivers to newbus.
wpaul
1999-07-24
1
-175
/
+174
*
Rename bpfilter to bpf.
des
1999-07-06
1
-7
/
+7
*
Change the cast in pci_map_port() from u_short * to pci_port_t * so it
peter
1999-07-02
1
-4
/
+4
*
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
*
Make ASIX driver work on FreeBSD/alpha, add to GENERIC.
wpaul
1999-04-08
1
-2
/
+61
*
Minor updates for the ASIX AX88141, which is a newer version of the
wpaul
1999-02-23
1
-5
/
+12
*
Remember to initialize ifp->if_snd.ifq_maxlen.
wpaul
1999-02-01
1
-3
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-5
/
+5
*
Remove the code that manually pads frames to at least 60 bytes;
wpaul
1999-01-16
1
-11
/
+2
*
Fix some stability problems:
wpaul
1999-01-16
1
-9
/
+22
*
Add driver support (and man page) for PCI fast ethernet cards based
wpaul
1999-01-09
1
-0
/
+2171