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
*
Rearrange #includes to make more sense. This is still not the reform
grog
2000-12-20
1
-8
/
+10
*
Rename detached plexes and subdisks correctly (off by one error)
grog
2000-12-20
1
-6
/
+16
*
open_drive: Add support for more than 32 devices of a particular kind.
grog
2000-12-20
1
-6
/
+11
*
give_plex_to_volume: Recalculate volume size after attaching.
grog
2000-12-20
2
-5
/
+14
*
Add flag XFR_BUFLOCKED to identify buffers which have been locked.
grog
2000-12-20
1
-1
/
+2
*
ahc_eisa.c:
gibbs
2000-12-20
13
-222
/
+710
*
Fix the PR. Getting a dma channel equal to 0 remains a problem though.
nsouch
2000-12-19
1
-1
/
+1
*
Fix testing reboot howto flags in acpi_shutdown_final().
iwasaki
2000-12-19
1
-1
/
+1
*
Proberly back down DMA modes on the Acer Aladdin.
sos
2000-12-19
2
-5
/
+13
*
un-staticize M_AGP so that it can be used in agp*.c
assar
2000-12-19
1
-1
/
+1
*
Convert the sio driver to use a spin mutex instead of a s_lock. This is
jhb
2000-12-18
1
-123
/
+58
*
Attempt to read and verify the card's status in wi_stop() before sending it
jhb
2000-12-18
1
-2
/
+9
*
Add power state manipulation to the fxp driver. Some people have
wpaul
2000-12-18
1
-0
/
+20
*
Use pci_get_powerstate()/pci_set_powerstate() which now exists in the
wpaul
2000-12-18
1
-24
/
+16
*
Divorce the kernel binary ABI version number from the message
julian
2000-12-18
7
-166
/
+164
*
Linksys Fast Ethernet PCCARD cards supported by the ed driver now
toshi
2000-12-18
3
-39
/
+44
*
kobjify.
cg
2000-12-18
35
-2826
/
+2787
*
Call ed_probe_Novel in the AX88190 case as well.
imp
2000-12-17
1
-1
/
+1
*
Add a cloning function to vn(4) which triggers on "vn%d.ctl". Give the
phk
2000-12-16
1
-52
/
+112
*
Switch off some debugging code.
paul
2000-12-16
2
-3
/
+1
*
Fixup some problems with the merged code of the previous commit.
paul
2000-12-16
3
-5
/
+4
*
Newbusify.
paul
2000-12-16
6
-544
/
+627
*
Apply some contributed patches to reduce number of tx buffer allocation
wpaul
2000-12-15
2
-3
/
+156
*
Enforce disk unit numbers upper limit in cloning.
phk
2000-12-15
1
-0
/
+2
*
Fix with debugging option.
takawata
2000-12-15
1
-2
/
+2
*
Make Embedded Controller driver interrupt driven.
takawata
2000-12-14
1
-19
/
+77
*
Fix include directories for crossbuilding.
marcel
2000-12-13
1
-1
/
+1
*
Include vm/vm_zone.h prior to vm/swap_pager.h.
tanimura
2000-12-13
1
-0
/
+1
*
Remove unnecessary includes found by phk's script. I've been building
imp
2000-12-13
4
-5
/
+0
*
Fix problem with ax88190 based cards trying to probe further after
imp
2000-12-13
1
-0
/
+1
*
Remove unnecessary includes found by phk's script a long time ago.
imp
2000-12-13
2
-4
/
+0
*
Add module dependencies on CAM module.
imp
2000-12-13
3
-0
/
+3
*
Remove a redundant prototype.
msmith
2000-12-13
1
-1
/
+0
*
Don't try to free the now-nonexistent hdrspec field. This one snuck by
msmith
2000-12-13
2
-4
/
+0
*
Add isa support:
imp
2000-12-13
4
-20
/
+18
*
Updates to match changes elsewhere in the PCI subsystem:
msmith
2000-12-13
3
-98
/
+34
*
Next round of PCI subsystem updates:
msmith
2000-12-13
6
-694
/
+930
*
Remove a couple of leftover unused variables.
msmith
2000-12-13
2
-2
/
+0
*
Another mismatch found by Gcc:
julian
2000-12-12
2
-2
/
+0
*
remove unused variable
julian
2000-12-12
1
-1
/
+0
*
I always forget this file. It's netgraph, but not one of mine.....
julian
2000-12-12
1
-3
/
+4
*
Add a missing include of <sys/proc.h>.
jhb
2000-12-12
1
-0
/
+1
*
Grrrrr. That last commit was supposed to be to the head, not to -stable
wpaul
2000-12-12
12
-3
/
+27
*
Reviewed by: Archie@freebsd.org
julian
2000-12-12
6
-17
/
+36
*
Catch up with the recent conversion the per-eventhandler list mutex to
iwasaki
2000-12-12
2
-0
/
+2
*
- We have access to our own device_t here, so use pci_read_config
msmith
2000-12-12
2
-30
/
+77
*
Don't try to fix up the Orion here; the interface we use is wrong for the
msmith
2000-12-12
1
-16
/
+0
*
make sure we tear down the devnodes for the endpoints 1 and above
n_hibma
2000-12-12
1
-46
/
+74
*
- Don't return early from the PCI:EISA bridge attachment, or we will lose
msmith
2000-12-12
2
-42
/
+41
*
fix problem with vmware DAD. reported by many, tested @ IETF49 with
ume
2000-12-11
1
-5
/
+15
[next]