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
/
an
/
if_an_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move mutex initialization from PCI probe to PCI attach. Drivers are not
scottl
2016-05-12
1
-5
/
+13
*
Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI
scottl
2013-08-12
1
-14
/
+0
*
Convert a number of drivers to obtaining their parent DMA tag from their
scottl
2012-03-12
1
-1
/
+1
*
Use bus_*() rather than bus_space_*().
jhb
2009-11-24
1
-7
/
+0
*
- Use device_printf() instead of printf() with an explicit unit number
jhb
2009-11-06
1
-15
/
+12
*
Style changes from avatar.
ambrisko
2008-01-18
1
-9
/
+9
*
First real attempt at proper locking. The locking is a little complicated
ambrisko
2008-01-18
1
-1
/
+4
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-2
/
+2
*
- Bump up the general and status RID sizes
ambrisko
2003-12-30
1
-17
/
+1
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-3
/
+3
*
Use __FBSDID().
obrien
2003-08-24
1
-4
/
+4
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
- Add support for Cisco latest firmware RID sizes that supports 25 SSIDs!
ambrisko
2003-08-20
1
-1
/
+1
*
Mega busdma API commit.
scottl
2003-07-01
1
-0
/
+2
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-2
/
+3
*
Don't lock in the attach routine. It isn't required. Register the
imp
2003-04-10
1
-4
/
+7
*
Use __FBSDID rather than rcsid[].
obrien
2003-04-03
1
-7
/
+3
*
an driver now needs wlan, so put the required explicit depends
imp
2003-02-17
1
-0
/
+1
*
Support for suspend/resume in laptops. Loosely based on the wi(4) patches
ambrisko
2003-02-05
1
-0
/
+20
*
Add support for MPI-350 the mini-pci Cisco Aironet card. This needs more
ambrisko
2002-12-29
1
-16
/
+68
*
network interface driver changes:
sam
2002-11-14
1
-1
/
+1
*
Remove __P.
alfred
2002-03-20
1
-3
/
+3
*
Add missing includes of sys/lock.h.
jhb
2001-10-11
1
-0
/
+1
*
Lots of style(9) related white space fixes. Mostly missing spaces
brooks
2001-09-10
1
-6
/
+8
*
Add PCI ID for Cisco Aironet 350 Series cards. The patch differs
brooks
2001-08-06
1
-0
/
+2
*
Currently, each wireless networking driver has it's own control program
phk
2001-05-26
1
-0
/
+2
*
Catch up to moving headers:
jhb
2000-10-20
1
-1
/
+1
*
Remember to assign an_dev to device_t before calling an_attach().
wpaul
2000-10-13
1
-0
/
+1
*
Convert the Aironet driver to use mutexes instead of spls.
wpaul
2000-10-13
1
-5
/
+1
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-1
/
+1
*
Oops, nearly forgot to commit this one. Use correct register names, or
peter
2000-05-28
1
-3
/
+3
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Actually read the PCI device ID when testing the device ID value against
wpaul
2000-01-15
1
-1
/
+1
*
Add driver support for the Aironet 4500/4800 series wireless 802.11
wpaul
2000-01-14
1
-0
/
+226