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 haveseen_ioport() which is now connected up to the resource manager.
peter
1999-05-08
2
-5
/
+5
*
GC some unused stuff relating to the old conflict checking and other lint.
peter
1999-05-08
2
-21
/
+24
*
Look up the sensitive flag better, allowing interoperation between old and
peter
1999-05-08
1
-2
/
+4
*
Fix unused variable "flags". (only used if #ifdef I586_CPU)
peter
1999-05-08
1
-1
/
+3
*
GC unused #define id_physid id_scsiid
peter
1999-05-08
2
-14
/
+2
*
Add brackets around && within || to quieten egcs. I've checked the code
peter
1999-05-08
1
-6
/
+6
*
Add compat hooks for DiskOnChip2000 driver.
phk
1999-05-08
2
-6
/
+9
*
Fix some of the places where too much inside knowledge about major/minor
phk
1999-05-08
6
-63
/
+60
*
Continue where Julian left off in July 1998:
phk
1999-05-07
1
-2
/
+2
*
Introduce two functions: physread() and physwrite() and use these directly
phk
1999-05-07
11
-157
/
+21
*
Add support to wicontrol(8) and wi(4) for enabling and configuring
wpaul
1999-05-07
2
-4
/
+34
*
Use id_ointr for setting the pnp interrupt handler, it uses the oldstyle
peter
1999-05-06
1
-4
/
+4
*
GC unused variable
peter
1999-05-06
1
-2
/
+1
*
Pull in prototype for splq().
peter
1999-05-06
1
-1
/
+2
*
Fix a static/extern conflict. Put extra brackets to ensure the
peter
1999-05-06
1
-3
/
+3
*
Put the old-style isa interrupt handlers in id_ointr to avoid warnings.
peter
1999-05-06
1
-4
/
+4
*
Fix a warning - make sure the register is read regardless of the debugging
peter
1999-05-06
1
-1
/
+2
*
Add a number of interrelated CAM feature enhancements and bug fixes.
ken
1999-05-06
1
-0
/
+1
*
remove b_proc from struct buf, it's (now) unused.
phk
1999-05-06
1
-2
/
+1
*
Fix 'signed char as array index' warnings and an unused variable.
peter
1999-05-06
2
-6
/
+5
*
Missing 'int' in declaration of variables.
peter
1999-05-06
3
-6
/
+6
*
Fix a precedence bug in the atapi tape driver. I think it could either
peter
1999-05-06
1
-2
/
+2
*
Fix up a few easy 'assignment used as truth value' and 'suggest parens
peter
1999-05-06
10
-36
/
+53
*
The joypart() macro had a precedence bug. Add seatbelts for UNIT() too.
peter
1999-05-06
1
-2
/
+2
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
12
-35
/
+41
*
Modify wicontrol(8) and wi(4) to allow setting the frequency of the
wpaul
1999-05-06
2
-4
/
+28
*
I'm not sure why the #ifdef SMP became #if 1 (this overrode the npx probe
peter
1999-05-06
1
-5
/
+3
*
Fixed profiling of elf kernels. Made high resolution profiling compile
bde
1999-05-06
3
-25
/
+34
*
Fix some byte ordering problems; I was storing string lengths wrong,
wpaul
1999-05-06
1
-2
/
+2
*
Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIA
wpaul
1999-05-05
2
-4
/
+584
*
Add device driver support for the Lucent WaveLAN/IEEE 802.11 wireless
wpaul
1999-05-05
1
-0
/
+1315
*
Use unit, not device_id as an argument to an old-style ISA interrupt
dfr
1999-05-04
2
-6
/
+6
*
Replace misused FE_D6_BBW with FE_D6_SBW.
kato
1999-05-04
1
-11
/
+11
*
Set ifq_maxlen to default value. (This should be safe, it's not clear
peter
1999-05-02
1
-1
/
+2
*
Sigh, serves me right for committing without reading the followups. :-]
peter
1999-05-02
1
-2
/
+2
*
Operator precedence bug
peter
1999-05-02
1
-2
/
+2
*
Operator precedence bug
peter
1999-05-02
1
-2
/
+2
*
Typo: if (mpu_config = NULL) -> if (mpu_config != NULL)
peter
1999-05-02
1
-1
/
+1
*
Operator precedence bug
peter
1999-05-02
1
-1
/
+1
*
Attempt to make the sound driver recompile, at least for LINT which has
peter
1999-05-02
1
-1
/
+1
*
Disable FDC_YE - it's broken at present (breaking LINT) and awaiting some
peter
1999-05-02
1
-17
/
+26
*
These two drivers have not been converted for newbus eisa yet.
peter
1999-05-02
1
-1
/
+6
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
24
-41
/
+41
*
Enable vmspace sharing on SMP. Major changes are,
luoqi
1999-04-28
5
-35
/
+83
*
Suser() simplification:
phk
1999-04-27
15
-46
/
+46
*
Only call kvtop on non-null id_maddr's...
peter
1999-04-26
1
-3
/
+8
*
Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify the
phk
1999-04-25
1
-1
/
+3
*
Add $Id: $
billf
1999-04-24
1
-0
/
+2
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
3
-2
/
+14
*
Changed the type of id_port from short into int to avoid wrong
kato
1999-04-24
1
-2
/
+2
[next]