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
...
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
3
-9
/
+0
*
stl and stli use the old COMPAT_ISA api. slt also uses the really old
imp
2004-03-14
3
-7458
/
+0
*
Remove straggler from gp driver removal
imp
2004-03-14
1
-27
/
+0
*
Remove gp driver. It uses the old COMPAT_ISA shims.
imp
2004-03-14
2
-1209
/
+0
*
Remove ctx driver. another scanner. This one uses COMPAT_ISA shims
imp
2004-03-14
2
-496
/
+0
*
Remove asc driver, support for GI1904 based hand scanners. This
imp
2004-03-14
2
-966
/
+0
*
Remove wt driver. It still uses COMPAT_ISA_DRIVER which is going away
imp
2004-03-14
2
-1109
/
+0
*
These are changes to allow to use the Intel C/C++ compiler (lang/icc)
trhodes
2004-03-12
2
-12
/
+12
*
Device megapatch 4/6:
phk
2004-02-21
13
-5
/
+26
*
Device megapatch 3/6:
phk
2004-02-21
4
-13
/
+0
*
Device megapatch 1/6:
phk
2004-02-21
14
-26
/
+0
*
Fixed a misplaced ifdef that prevented npx.c building without "device isa"
bde
2004-02-13
1
-1
/
+1
*
Fix a typo in kan's last commit: cnavaiable() -> cnavailable()
roam
2004-02-05
1
-1
/
+1
*
Eliminate global cons_unavailable flag and replace it by the status
kan
2004-02-05
3
-4
/
+7
*
Revert the skipping of segment register reloads as it appears to actually
jhb
2004-02-03
1
-4
/
+1
*
Optimize the i386 interrupt entry code to not reload the segment registers
jhb
2004-01-28
1
-1
/
+4
*
Fix a long-standing bug that had been introduced in rev 1.24 with the
joerg
2004-01-07
1
-1
/
+4
*
- Use i8259A register defines from shared sys/dev/ic/i8259.h rather than
jhb
2004-01-06
2
-67
/
+20
*
First part of the removal of drivers for hardware that isn't relevant
imp
2003-12-07
1
-633
/
+0
*
Remove cx in its old location.
imp
2003-12-03
4
-3199
/
+0
*
Fixed breakage of the pci case of the cy driver by the new interrupt
bde
2003-12-02
1
-31
/
+32
*
Add a special check for a stray IRQ 7 or IRQ 15 to see if it is actually
jhb
2003-11-19
1
-0
/
+22
*
- Add counts to the ATPIC interrupt sources and point the ATPIC interrupt
jhb
2003-11-19
1
-6
/
+17
*
Restored the call to schedsofttty() (now spelled swi_sched(...)) again.
bde
2003-11-16
1
-14
/
+19
*
Localized the cy driver's locking.
bde
2003-11-16
1
-23
/
+20
*
Always install IDT entries for ATPIC interrupt sources. The APIC no
jhb
2003-11-14
1
-10
/
+3
*
"opt_auto_eoi.h" is not used here anymore. See atpic.c.
peter
2003-11-14
1
-2
/
+0
*
Replace magic numbers with macros for i8259A register constants. Still
jhb
2003-11-14
1
-9
/
+10
*
- Bring in constants for 8259A registers from amd64 with some updated
jhb
2003-11-14
1
-2
/
+57
*
Don't disable the TSC with statclock_disable.
phk
2003-11-13
1
-9
/
+9
*
- Move manipulation of td_intr_nesting_level out of assembly interrupt
jhb
2003-11-12
3
-73
/
+24
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
6
-6
/
+6
*
Use a wrapper around the driver interrupt handler. The wrapper accepts the
jhb
2003-11-04
1
-3
/
+10
*
Fix LINT
nyan
2003-11-04
2
-1
/
+2
*
Fix to support pc98.
nyan
2003-11-04
1
-0
/
+6
*
Split pc98 support into pc98/pc98/nmi.c.
nyan
2003-11-04
1
-22
/
+1
*
Remove remaining bits of old interrupt and APIC code.
jhb
2003-11-03
6
-1470
/
+0
*
Catch up to interrupt code changes.
jhb
2003-11-03
2
-2
/
+0
*
- Export doreti as a global symbol.
jhb
2003-11-03
1
-108
/
+0
*
New APIC support code:
jhb
2003-11-03
2
-219
/
+30
*
Add the new atpic(4) driver for the 8259A master and slave PICs. By
jhb
2003-11-03
3
-225
/
+498
*
Move the NMI handling code out to its own file.
jhb
2003-11-03
1
-586
/
+2
*
Remove soon to be obsolete file to break kernel build while the new
jhb
2003-11-03
1
-716
/
+0
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
5
-18
/
+14
*
There is no way to enter the attach routine twice with the same softc
brooks
2003-10-30
1
-18
/
+16
*
Don't forget to load %es with the kernel data segment selector in
bde
2003-10-16
1
-0
/
+3
*
Add a workaround for the fact that the priv field was removed from
dfr
2003-10-16
1
-4
/
+18
*
MFsio (sio.c 1.413: cleaned up and fixed setting of speeds in comparam()).
bde
2003-09-27
1
-23
/
+12
*
Quick fix for bitrot in locking in the SMP case. cd_getreg() and
bde
2003-09-27
1
-4
/
+24
*
Initialize cn_name, ignore cn_dev.
phk
2003-09-26
1
-1
/
+1
[prev]
[next]