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_isa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use bus_*() rather than bus_space_*().
jhb
2009-11-24
1
-2
/
+0
*
- Use device_printf() instead of printf() with an explicit unit number
jhb
2009-11-06
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Minor style nits.
imp
2005-08-03
1
-6
/
+4
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
- Bump up the general and status RID sizes
ambrisko
2003-12-30
1
-17
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+0
*
- 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
-6
/
+11
*
Use __FBSDID rather than rcsid[].
obrien
2003-04-03
1
-7
/
+4
*
an driver now needs wlan, so put the required explicit depends
imp
2003-02-17
1
-0
/
+1
*
network interface driver changes:
sam
2002-11-14
1
-1
/
+1
*
Remove __P.
alfred
2002-03-20
1
-3
/
+3
*
Lots of style(9) related white space fixes. Mostly missing spaces
brooks
2001-09-10
1
-5
/
+6
*
Currently, each wireless networking driver has it's own control program
phk
2001-05-26
1
-0
/
+2
*
Remember to assign an_dev to device_t before calling an_attach().
wpaul
2000-10-13
1
-0
/
+6
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-1
/
+1
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Add driver support for the Aironet 4500/4800 series wireless 802.11
wpaul
2000-01-14
1
-0
/
+159