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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace LC_TIME= with LC_TIME=C
ache
1996-11-26
1
-2
/
+2
*
Make a kernel with DDB but without sio possible again. This is only
phk
1996-11-25
2
-0
/
+18
*
Enlarge the transmit and receive bufferspace of ipx. Make it tweakable
jhay
1996-11-24
2
-7
/
+19
*
Back out my previous change here. aic7xxx_asm is only a stdio program
peter
1996-11-24
2
-4
/
+4
*
Fix my previous (untested) commit. The probe routine now appears to work
peter
1996-11-24
1
-2
/
+2
*
Allocate a header mbuf for the start of the encapsulated packet.
fenner
1996-11-23
1
-3
/
+3
*
Make this compile again after the syscons/psm/kbdio changes that removed
peter
1996-11-23
2
-14
/
+20
*
Add code to the SCSIINT handler for unexpected busfrees and handling immediate
gibbs
1996-11-22
1
-52
/
+130
*
Conditionally enable the busfree interrupt to catch unexpected busfrees.
gibbs
1996-11-22
2
-56
/
+29
*
Set a more explicit #include path for building aix7xxx_asm, otherwise it
peter
1996-11-22
2
-4
/
+4
*
Fix ifconfig link flag handling
guido
1996-11-21
1
-3
/
+6
*
changes to make devfs more 'normal'
julian
1996-11-21
5
-155
/
+251
*
Update comment and disable SCB paging for Rev E cards since paging, at least
gibbs
1996-11-21
1
-6
/
+3
*
Change the way Automatic PIO is performed in the mesgin and mesgout phases.
gibbs
1996-11-21
1
-27
/
+18
*
Fix UserConfig w/syscons.
nate
1996-11-19
3
-6
/
+6
*
Fixed broken SIOCGIFADDR. It was copying out garbage as the ethernet
dg
1996-11-18
1
-2
/
+2
*
Fixed obsolete comment.
dg
1996-11-18
2
-6
/
+4
*
Improve the locality of reference for variables in vm_page and
dyson
1996-11-17
2
-27
/
+27
*
Improve the caching of small files like directories, while not
dyson
1996-11-17
3
-8
/
+8
*
Commit AWE32 changes I forgot in my first round. Whoops!
jkh
1996-11-16
2
-0
/
+6
*
AHC_FORCE_PIO -> AHC_ALLOW_MEMIO
gibbs
1996-11-16
1
-2
/
+2
*
Be even more careful in how we manipulate the QOUTQCNT variable. Now we
gibbs
1996-11-16
1
-20
/
+93
*
Since there have been so many reports of the Memory Mapped I/O to the
gibbs
1996-11-16
7
-27
/
+21
*
Assert that we have seen an identify or have not disconneccted since the
gibbs
1996-11-16
2
-12
/
+17
*
Disabled i586-optimized copyin and copyout. They usually panic if the
bde
1996-11-15
3
-3
/
+9
*
Reword two messages:
fenner
1996-11-15
1
-5
/
+6
*
This is the new AWE32 driver, with support for the AWE32's fancy MIDI
jkh
1996-11-15
5
-5
/
+10
*
Break my own rule again - I didn't think this stuff was going to come back
jkh
1996-11-15
8
-1
/
+3774
*
Disable mouse acceleration by default to be the same as the previous
nate
1996-11-15
1
-2
/
+2
*
Patches from driver author in PR#2010.
wollman
1996-11-15
2
-182
/
+698
*
Fix RFC 1650 stats... should have read the doco more carefully.
wollman
1996-11-15
2
-8
/
+2
*
I'm not going to whine to Jordan anymore, since he seems to be busy with
asami
1996-11-15
1
-2
/
+2
*
Change this back to movl for -current since it seems to work there.
jkh
1996-11-15
3
-6
/
+6
*
Only poll the keyboard if the data left in the buffer is from the
sos
1996-11-15
3
-15
/
+15
*
Rename sb.h to sb_defs.h and pas.h to pas_defs.h so there's no
jkh
1996-11-15
11
-9
/
+9
*
KNF'ify.
nate
1996-11-15
3
-15
/
+33
*
KNF'ify and fix boo-boo I made in last commit.
nate
1996-11-15
1
-885
/
+910
*
Removed 2.1-compatability code and made the debugging less verbose by
nate
1996-11-15
1
-75
/
+31
*
New PS/2 mouse drive which uses the new 'shared' keyboard/psm read
nate
1996-11-15
1
-254
/
+998
*
Finally a start at sharing the kdb controller routines between
sos
1996-11-14
15
-433
/
+1854
*
movl instruction should have been lea (this is why userconfig didn't
jkh
1996-11-14
3
-6
/
+6
*
TRUE/FALSE are used even outside of VISUAL_USERCONFIG - move them accordingly.
jkh
1996-11-14
1
-9
/
+5
*
Some more updates.
asami
1996-11-14
6
-16
/
+8
*
Change WARNING line about SCB paging to:
ache
1996-11-13
3
-6
/
+6
*
Don't fiddle with RTS if RTS flow control is off. This gives applications
bde
1996-11-13
6
-102
/
+153
*
Oops I forgot to add the official id for this card.
jhay
1996-11-13
2
-4
/
+6
*
Another round of resync and some added sound support.
asami
1996-11-13
8
-40
/
+23
*
Submitted by: Archie and me.
julian
1996-11-13
1
-1
/
+3
*
Add support for header type == 1 devices (PCI 2.1 compatible PCI to PCI
se
1996-11-12
6
-8
/
+22
*
Fix PCI to PCI bridge register bit field masks.
se
1996-11-12
4
-72
/
+22
[next]