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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P.
sanpei
2000-12-11
1
-0
/
+1
*
It looks like we can't count on these devices always having a consistent
msmith
2000-12-11
1
-44
/
+43
*
The ICH2 reports itself as a PCI:ISA bridge, so don't special-case it
msmith
2000-12-10
1
-1
/
+0
*
Cosmetic nit; separate slot/function with '.' not ':'
msmith
2000-12-09
1
-1
/
+1
*
- Fix the device database parsing code so that it actually works.
msmith
2000-12-09
3
-12
/
+30
*
Fixed to support 3Com 3C569B for PC-98.
nyan
2000-12-09
1
-0
/
+8
*
Next phase in the PCI subsystem cleanup.
msmith
2000-12-08
8
-138
/
+1105
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
37
-144
/
+89
*
Fix probe/attach a little. We don't have to call bpfattach() anymore
wpaul
2000-12-08
1
-22
/
+19
*
Staticise some malloc pools
msmith
2000-12-08
2
-2
/
+2
*
Staticize some malloc M_ instances.
phk
2000-12-08
13
-13
/
+13
*
Fixes to the Aironet driver to clear up some WEP issues.
archie
2000-12-08
2
-2
/
+5
*
Remove conflicts between unsinged char *s and int s.
non
2000-12-08
1
-6
/
+6
*
Remove a warning.
n_hibma
2000-12-08
1
-1
/
+2
*
- Convert a lot of homebrew debugging output to use the ACPI CA debugging
msmith
2000-12-08
13
-196
/
+512
*
Add missing #include.
archie
2000-12-08
1
-0
/
+1
*
When I converted this driver, I neglected to deal with packet alignment.
wpaul
2000-12-07
1
-0
/
+17
*
Don't use a private malloc(9) type for something this M_DEVBUFish.
phk
2000-12-07
1
-6
/
+4
*
Add back some now needed #include <sys/systm.h>
phk
2000-12-07
4
-12
/
+5
*
Remove unneeded include of <pci.h>
alex
2000-12-07
1
-1
/
+0
*
Add Isochronus transfer mode support required by
roger
2000-12-07
1
-13
/
+180
*
Non functional change.
roger
2000-12-07
1
-70
/
+21
*
Convert from spl -> mutex.
archie
2000-12-07
2
-39
/
+35
*
Only call ISP_UNLOCK/ISP_LOCK if isp->isp_osinfo.intsok in USEC_SLEEP.
mjacob
2000-12-05
1
-6
/
+10
*
Replace some more printfs with isp_prt's. Use isp_prt/ISP_LOGDEBUG0
mjacob
2000-12-05
1
-31
/
+31
*
Remove more printfs and use either isp_prt or device_printf. Remember
mjacob
2000-12-05
1
-34
/
+37
*
Start to make code more generic so it can be used by the pccbb driver
imp
2000-12-05
2
-22
/
+19
*
ACPI HID's aren't limited to 7 characters. Don't check the length of the
msmith
2000-12-05
1
-2
/
+2
*
Initialize/grab the mutex earlier in the attach phase, so that
wpaul
2000-12-04
5
-11
/
+14
*
More M_ZERO patches.
dwmalone
2000-12-03
1
-2
/
+1
*
We now have the ability to assign the correct IRQ when PNP-OS is turned
nsayer
2000-12-03
2
-20
/
+0
*
Use M_ZERO.
dwmalone
2000-12-03
1
-22
/
+12
*
- add support for crashdumps (courtesy of ps and Y!)
msmith
2000-12-03
3
-185
/
+273
*
Major speedup to /dev/random and the kernel thread that reseeds it.
markm
2000-12-02
2
-93
/
+103
*
Add USEC_SLEEP macro support. Change the location at which we define
mjacob
2000-12-02
1
-12
/
+17
*
Make the Not RESPONSE in RESPONSE QUEUE message have a bit more info
mjacob
2000-12-02
1
-14
/
+36
*
Add interrupt instrumentation. Change ISP_CFG_NPORT config option to
mjacob
2000-12-02
1
-1
/
+11
*
Revert attach() back to the old behaviour of calling bus_generic_attach().
scottl
2000-12-02
2
-8
/
+10
*
Make labels mandatory for vn(4).
phk
2000-12-01
1
-104
/
+52
*
Convert the pcib_{read,write}_config args from signed to unsigned,
gallatin
2000-12-01
1
-8
/
+8
*
Add PCI id for the RAID LC2 controller.
jlemon
2000-12-01
1
-1
/
+3
*
AcpiOsMem primitives as required by the new ACPI CA snapshot
msmith
2000-12-01
1
-1
/
+91
*
Update to work with the new ACPI CA snapshot.
msmith
2000-12-01
7
-86
/
+64
*
- Add a hack for "psmintr: out of sync.." This is NOT a fix,
yokota
2000-12-01
1
-0
/
+11
*
- Slightly rearrnage IntelliMouse Explorer and Logitech
yokota
2000-12-01
1
-30
/
+39
*
Kill #define of DETACH_FORCE since it is now in card_if.m
imp
2000-11-30
2
-36
/
+2
*
Remove an unused variable.
gibbs
2000-11-30
1
-3
/
+3
*
remove unneded sys/ucred.h includes
alfred
2000-11-30
2
-2
/
+0
*
This fixes several problems with CIS as suggested by Justin Gibbs:
jon
2000-11-29
2
-7
/
+4
*
Oops, broke CIS reading from ROM on my last commit.
jon
2000-11-29
3
-37
/
+59
[prev]
[next]