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
*
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
*
Back out parts of rev 1.4; making isa.c preserve the hints across a
peter
1999-04-24
1
-14
/
+15
*
Revert part of 1.9; we don't need to reset the port after release now that
peter
1999-04-24
1
-2
/
+1
*
Don't clear the hints on release, just the resource containers.
peter
1999-04-24
1
-7
/
+1
*
- PC98 doesn't support 16bits bus I/F of adv deriver.
kato
1999-04-24
1
-1
/
+16
*
staticize.
gibbs
1999-04-23
1
-2
/
+2
*
Make the register_intr() glue actually have a chance of working...
peter
1999-04-23
2
-4
/
+6
*
Return the port size from the probe.
peter
1999-04-22
1
-2
/
+3
*
oops, SMP was missing includes for a typedef.
peter
1999-04-21
1
-2
/
+2
*
Stage 1 of a cleanup of the i386 interrupt registration mechanism.
peter
1999-04-21
8
-110
/
+893
*
Make pcvt compile and run again after find_display() is gone as part of
hm
1999-04-20
4
-109
/
+23
*
Always reset the isa hints after releasing the resources after probe,
peter
1999-04-19
1
-16
/
+16
*
The missing prototype for isa_wrap_old_drivers() was bugging me..
peter
1999-04-19
1
-1
/
+2
*
Fix a potential hang situation.
luoqi
1999-04-19
1
-1
/
+2
*
Don't do (1 << irq) to get an interrupt mask when irq = -1.
peter
1999-04-19
1
-4
/
+6
*
Fix a braino from last commit.
peter
1999-04-19
1
-4
/
+0
*
Fix some confusion between physical and virtual addresses when recording
dfr
1999-04-19
1
-5
/
+13
*
Set ifq_maxlen to eliminate "zp0 XXX: driver didn't set ifq_maxlen"
imp
1999-04-19
1
-1
/
+2
*
Make the bt isa driver work..
peter
1999-04-18
1
-5
/
+11
*
Implement an EISA new-bus framework. The old driver probe mechanism
peter
1999-04-18
2
-74
/
+128
*
Remove i386-specific psm.c - it's now in sys/isa/psm.c
peter
1999-04-18
1
-2267
/
+0
*
These two have been replaced with isa/sio* in the generic isa area.
peter
1999-04-18
2
-3063
/
+0
*
Set ifq_maxlen to IFQ_MAXLEN
paul
1999-04-18
1
-2
/
+2
*
Set ifq_maxlen to number of transmit descriptors.
paul
1999-04-18
1
-1
/
+2
*
The changes to vm_page.c have broken the assumption that mallocing
paul
1999-04-18
1
-13
/
+24
*
Wrap the pcm driver for old isa probes.
peter
1999-04-17
1
-2
/
+7
*
Allocate space for struct isa_device's, not for pointers thereto.
bde
1999-04-17
1
-2
/
+2
*
We use the generic isa version now.
peter
1999-04-17
2
-170
/
+0
*
We now use the generic isa version..
peter
1999-04-17
1
-74
/
+0
*
vga_isa.c is now generic, not i386 specific (src/sys/isa/vga_isa.c)
peter
1999-04-17
1
-2241
/
+0
*
As a temporary anti-foot-shooting measure, don't let the user attach
peter
1999-04-16
1
-1
/
+5
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
18
-1597
/
+2464
*
Generate intrnames[] dynamically. This should be new-bus friendly.
bde
1999-04-14
6
-242
/
+182
*
Build the functionality of the wdc_p hack into the ide_pci.c code.
peter
1999-04-13
3
-28
/
+6
*
Shoot the LKM support in the old wd/wdc/atapi driver set in the head and
peter
1999-04-13
7
-658
/
+33
*
Move initialization of SWI's in the tty|net|bio masks from isa.c into
peter
1999-04-11
2
-12
/
+6
*
Correct prototype for wdstart
eivind
1999-04-11
1
-1
/
+1
*
Staticize.
eivind
1999-04-11
6
-12
/
+12
*
Random text after #endif changed to comment.
eivind
1999-04-11
1
-1
/
+1
*
When trying to enable or disable an interrupt not described by the mp table,
tegge
1999-04-10
1
-3
/
+7
*
Test CF after a btrl operation instead of testing ZF (which is undefined).
tegge
1999-04-10
1
-2
/
+2
*
o sys/i386/include/soundcard.h
kato
1999-04-08
1
-3
/
+2
*
failled spell-check
phk
1999-04-06
1
-2
/
+2
*
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
[next]