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
/
i386
/
isa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use reference counted PHOLD/PRELE rather than the P_PHYSIO flag.
peter
1999-04-06
1
-3
/
+3
*
Include nss.h only when PC98 is defined.
kato
1999-04-03
1
-0
/
+2
*
We don't need to splbio() around biodone().
phk
1999-04-02
1
-3
/
+1
*
Add back cxswitch() it was used afterall.
phk
1999-04-02
1
-0
/
+22
*
o sys/i386/include/soundcard.h
kato
1999-04-02
7
-134
/
+199
*
fix polarity reversal.
phk
1999-04-01
1
-2
/
+2
*
Follow up to the recent vm86 change in rev. 1.19.
yokota
1999-03-31
1
-6
/
+8
*
The DEVFS case was screwed by my last commit here..
sos
1999-03-31
2
-8
/
+8
*
SX ISA cards are only 32k wide in 8 bit mode (which is the only
nsayer
1999-03-30
1
-2
/
+2
*
Organize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,
phk
1999-03-30
3
-36
/
+2
*
Reduce overhead of PPS when not active.
phk
1999-03-30
1
-9
/
+11
*
Add PPS-API support for DCD on serial ports.
phk
1999-03-30
1
-3
/
+21
*
Another round of fix for palette loading.
yokota
1999-03-29
1
-8
/
+39
*
Ifdef declaration of a conditionally defined function "timezero".
dt
1999-03-28
1
-1
/
+3
*
Add Turtle Beach Malibu soundcard (and a sample config) to CARDS as
chuckr
1999-03-25
1
-0
/
+6
*
Add support for Cardinal MVP288IV PnP modem.
steve
1999-03-25
1
-1
/
+2
*
Add support for the USR3090 PnP modem.
steve
1999-03-24
1
-1
/
+2
*
Update Specialix download microcode for the transputer based serial host
peter
1999-03-24
1
-2142
/
+2246
*
Fixed a couple of missing drive selects in wdreset(). This mainly
bde
1999-03-23
1
-2
/
+4
*
Cast (u_char *) to (vm_offset_t) to silence compiler warnings.
jlemon
1999-03-18
1
-6
/
+6
*
Update to use the modified vm86_datacall interface.
jlemon
1999-03-18
1
-21
/
+27
*
MF22... add bridging support to the device drivers. Without this
luigi
1999-03-17
2
-18
/
+88
*
Rewert the atapi CDROM driver's name to wcd.
sos
1999-03-16
3
-74
/
+74
*
This is a temporary workaround for kernel panic occurring when
yokota
1999-03-15
1
-1
/
+3
*
Keyboard driver update in preparation for the USB keyboard driver.
yokota
1999-03-10
2
-21
/
+8
*
Pull 'ISA style' probe where interrupt information is determined through
gibbs
1999-03-08
1
-43
/
+7
*
Spell David correctly.
steve
1999-03-08
1
-2
/
+2
*
Block cam hardware interrupts at splvm(). Controller drivers may
gibbs
1999-03-05
1
-4
/
+4
*
Fixed null pointer panic for misconfigured master ports.
bde
1999-03-03
1
-3
/
+7
*
Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.
kato
1999-03-03
1
-1
/
+2
*
Fix an operator precedence bug.
dt
1999-02-20
1
-3
/
+3
*
Kill an obsolete file. It has been moved to sys/dev/kbd.
yokota
1999-02-20
1
-1332
/
+0
*
Make sure the DAC palette width is restored to 6 bit.
yokota
1999-02-20
1
-5
/
+8
*
More appropriate fix to the id_irq read during probe
nsouch
1999-02-14
1
-3
/
+3
*
The way the interrupt id was calculated was wrong and the lpt
nsouch
1999-02-14
1
-2
/
+2
*
Fix interrupt handling with DMA. Bit nFault was tested in the control reg.
nsouch
1999-02-14
1
-5
/
+10
*
Remove the lpt driver, as discussed on -hackers.
des
1999-02-10
1
-1381
/
+0
*
Add a prioritization field to the devstat_add_entry() call so that
ken
1999-02-10
5
-12
/
+20
*
Oops, the last commit contained a wrong patch. This is the correct one.
yokota
1999-02-05
2
-12
/
+42
*
- Don't assume the line length in the video memory is always the same as
yokota
1999-02-05
2
-68
/
+86
*
YAMFsio.c (1.227-1.228: set up input buffering dynamically).
bde
1999-02-04
1
-116
/
+189
*
M_TTYS -> M_DEVBUF. M_TTYS is documented to be for "tty data
bde
1999-02-04
1
-11
/
+13
*
Set up interrupt-level input buffering dynamically depending on
bde
1999-02-04
1
-111
/
+177
*
Added a used include. This file doesn't get tested by LINT because
bde
1999-02-04
1
-0
/
+2
*
Bzero the devstat structure before use.
sos
1999-01-31
2
-2
/
+4
*
Move the "fetch serial data" delay so that it is an inter-bit delay.
dufault
1999-01-31
1
-5
/
+13
*
Add device stats for the acd device.
sos
1999-01-31
4
-30
/
+92
*
Fix compile warnings about missing braces around static initialization of uni...
nsouch
1999-01-31
1
-3
/
+3
*
New driver flags to support IFF_ALLMULTI handling.
paul
1999-01-31
1
-1
/
+4
*
Add IFF_MULTICAST when setting flags in lnc_init().
paul
1999-01-31
1
-2
/
+2
[prev]
[next]