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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Nuke the printing of the unredirect message unless bootverbose.
fsmp
1997-05-27
3
-9
/
+21
*
Fix problem introduced in the CMD640 workaround which could lead
se
1997-05-27
1
-2
/
+6
*
Staticize.
bde
1997-05-27
5
-25
/
+27
*
scprobe() referred to the psm_softc structure even after it was
yokota
1997-05-27
1
-10
/
+8
*
Yet another fix for configuration mechanism 1 register accesses:
se
1997-05-26
4
-16
/
+20
*
Fix previous fix: The enable bit is bit 31 (0x8000000) and not bit 15.
se
1997-05-26
4
-8
/
+8
*
Set enable bit when writing the configuration address in configuration
se
1997-05-26
4
-8
/
+8
*
Fix breakage from my last commit where mp_start() was missing from UP builds.
fsmp
1997-05-26
1
-2
/
+4
*
Changed inclusion of isa/icu.s to isa/ipl.s.
fsmp
1997-05-26
1
-17
/
+21
*
Split vector.s into UP and SMP specific files:
fsmp
1997-05-26
8
-584
/
+1408
*
Completely replace the PCI bus driver code to make it better reflect
se
1997-05-26
6
-1852
/
+856
*
Add support for shared interrupts to the kernel. This code is meant
se
1997-05-26
2
-58
/
+209
*
Added a test called 'LATE_START'.
fsmp
1997-05-26
5
-576
/
+609
*
Removed global hwisrs, replacing it with vec (formerly static to icu.s).
fsmp
1997-05-25
1
-2
/
+2
*
Made the array vec[] a global.
fsmp
1997-05-25
3
-15
/
+12
*
uncomment wl again now that it compiles...
peter
1997-05-25
2
-6
/
+4
*
Make the multicast code compile under -current. This has not been reviewed
peter
1997-05-25
1
-1
/
+38
*
Fix(?) two volatile cast warnings. The buffer is volatile within the
peter
1997-05-25
1
-3
/
+3
*
match the #include opt_ file with options.i386 (it has opt_wavelan.h)
peter
1997-05-25
1
-1
/
+1
*
Broke up parse_mp_table() into 2 passes:
fsmp
1997-05-25
3
-468
/
+672
*
Minor cleanup.
fsmp
1997-05-25
1
-9
/
+12
*
Delay mp_start() till after the msgbuf is mapped. We really want to delay
fsmp
1997-05-24
1
-6
/
+4
*
Now that panic() is properly printing messages for early SMP panics all
fsmp
1997-05-24
3
-153
/
+81
*
The wavelan driver doesn't even compile!
peter
1997-05-24
2
-4
/
+6
*
Fix support for the Hitachi CDR7730 IDE cdrom drive.
sos
1997-05-23
1
-2
/
+4
*
typo (Cyirx -> Cyrix).
charnier
1997-05-23
1
-2
/
+2
*
Convert all:
fsmp
1997-05-22
3
-81
/
+147
*
Make the default for NINTR really large (ie 64).
fsmp
1997-05-22
1
-2
/
+2
*
Add 'wl' Wavelan driver.
msmith
1997-05-22
4
-0
/
+2788
*
Add the 'wl' ISA Wavelan driver.
msmith
1997-05-22
4
-4
/
+10
*
This commit affects ELF kernels only.
jdp
1997-05-21
6
-182
/
+350
*
Fill out the ELF header files to make them more or less complete.
jdp
1997-05-21
1
-0
/
+106
*
Add new C global names also referenced from assembly language.
jdp
1997-05-21
1
-1
/
+59
*
Make setbits() SMP-safe. Eliminate the SETBITS() macro, and replace
jdp
1997-05-21
2
-17
/
+12
*
Several bug fixes for the ee16 support from Richard Straka:
gibbs
1997-05-21
1
-86
/
+111
*
Major overhaul of the SyncPPP layer. Basically, this comprises now a
joerg
1997-05-19
3
-3
/
+34
*
Recognize AMD 486 CPUs.
kato
1997-05-19
1
-1
/
+16
*
Whoops, missed a zero there. Flags 0x10000 it is.
phk
1997-05-18
1
-2
/
+2
*
Flags 0x1000 on sio now disables the dreaded test#3.
phk
1997-05-18
1
-2
/
+3
*
Detect various supersets of 16550A based on fifo depth.
phk
1997-05-18
1
-4
/
+39
*
Removed some useless code:
bde
1997-05-16
2
-24
/
+2
*
Ignore the supplied nfs_diskless structure from the bootstrap loader
tegge
1997-05-15
1
-1
/
+3
*
Update netboot manual page.
tegge
1997-05-15
2
-53
/
+64
*
1) font loading (two fixes)
yokota
1997-05-15
2
-22
/
+37
*
Bring in some improved bootp support for netboot submitted by Luigi:
tegge
1997-05-14
8
-87
/
+213
*
Add ${CFLAGS} to makerom command line. Note: don't add ${LDFLAGS} here,
asami
1997-05-13
1
-2
/
+2
*
save/restore %ebx, %esi and %edi when calling bios routines.
tegge
1997-05-12
1
-12
/
+38
*
- fixed typo
andreas
1997-05-11
1
-2
/
+5
*
Bring in some kernel bootp support. This removes the need for netboot
tegge
1997-05-11
3
-3
/
+24
*
Fixed initialization of ldt[]. Unused entries were garbage. A comment
bde
1997-05-11
1
-4
/
+8
[next]