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
/
amd64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly initialise the available IRQ numbers in the APIC_IO case.
msmith
2000-01-26
2
-18
/
+24
*
Use device_printf() instead of device_print_prettyname().
dfr
2000-01-25
2
-20
/
+18
*
Fixed the profiling version ALTENTRY(). Again. The previous version
bde
2000-01-25
1
-5
/
+9
*
Remove a bunch of no-op "port ?" and "irq ?" declarations.
peter
2000-01-24
1
-9
/
+9
*
Removed bogus quotes and unmangled related contractions.
bde
2000-01-24
1
-3
/
+3
*
Some formatting cleanups and remove comments about numbers of units that
peter
2000-01-23
1
-8
/
+5
*
Drop 'at ppbus?' and the trailing '0' from the ppbus children.
peter
2000-01-23
1
-4
/
+4
*
Update GENERIC/LINT to leave out the useless digit at the end of pci
peter
2000-01-23
1
-56
/
+56
*
Add the two wireless pccard nics.
imp
2000-01-23
1
-2
/
+2
*
updated comments
wilko
2000-01-21
1
-2
/
+2
*
Move ENTRY and ALTENTRY definitions to asm.h where they belong.
jasone
2000-01-20
1
-1
/
+4
*
Cast rman_get_virtual() to a vm_offset_t.
billf
2000-01-18
2
-2
/
+2
*
unbreak (rv -> r), afaik what Mike intended, boots fine on my machine
alfred
2000-01-18
2
-2
/
+2
*
Enable POSIX P1003_1B extentions by default; there's no reason I can see
jkh
2000-01-18
1
-0
/
+3
*
Don't try to map memory resources into the kernel until they're actually
msmith
2000-01-18
2
-40
/
+70
*
A processor with the CPUID of 0x?8? is Pentium III.
tanimura
2000-01-15
1
-0
/
+4
*
Add driver support for the Aironet 4500/4800 series wireless 802.11
wpaul
2000-01-14
1
-0
/
+6
*
Add back the 'at ppbus?' for the lpt etc drivers. Now it's used.
peter
2000-01-14
1
-6
/
+6
*
Add device driver support for USB ethernet adapters based on the CATC
wpaul
2000-01-14
1
-0
/
+1
*
Allow SMP systems with an MCA bus to work properly.
mdodd
2000-01-13
3
-12
/
+18
*
Remove the 'at isa? ...' bits for ex0.
mdodd
2000-01-13
1
-3
/
+1
*
Sort.
obrien
2000-01-12
1
-0
/
+1
*
Add a new mechanism, cndbctl(), to tell the console driver that
yokota
2000-01-11
2
-12
/
+10
*
Uncomment pcic device and put pccard in GENERIC. PCCARD will be removed
imp
2000-01-10
1
-3
/
+3
*
Fixed style bugs related to the access functions for the bsfl and bsrl
bde
2000-01-09
1
-31
/
+24
*
s/controller/device/ as per config(8) changes
peter
2000-01-08
1
-30
/
+30
*
Compile genassym.c with ordinary ${CFLAGS}. The (small) needs for
bde
2000-01-08
1
-2
/
+1
*
Clean up the cfgmech/pci_mechanism debris. The reason for the existance
peter
2000-01-08
2
-12
/
+0
*
Use genassym(1). The definitions of NKPDE and NKPT have been removed
marcel
2000-01-07
1
-129
/
+120
*
Allow SMP && NCPU == 1 to work. From now on, there's no restriction on the
luoqi
2000-01-07
3
-6
/
+12
*
Add device driver support for USB ethernet adapters based on the
wpaul
2000-01-05
1
-0
/
+1
*
ISA device drivers use the ISA source interrupt number in locations where
tegge
2000-01-04
6
-36
/
+248
*
add wx0 driver
mjacob
2000-01-04
1
-0
/
+1
*
Move the "sti" instruction to right before the "hlt" to close a tiny
phk
2000-01-02
2
-4
/
+2
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
19
-39
/
+39
*
This commit adds device driver support for the ADMtek AN986 Pegasus
wpaul
1999-12-28
1
-0
/
+1
*
Don't include <isa/isavar.h> or compile code depending on it when isa
bde
1999-12-26
4
-1
/
+21
*
Replaced the INTRMASK and INTRUNMASK macros by "|" and "&~" operations.
bde
1999-12-26
3
-8
/
+4
*
Fixed breakage of read-only opening of /dev/*mem at securelevel > 0 in
bde
1999-12-26
1
-3
/
+4
*
Fixed races accessing the RTC. The races apparently caused
bde
1999-12-25
2
-8
/
+32
*
Fix minor typo in comments about WaveLAN/IEEE driver: 802.1 -> 802.11
wpaul
1999-12-23
1
-1
/
+1
*
Turn on the `sym' driver by default. It lives well beside the `ncr' driver
obrien
1999-12-22
1
-1
/
+1
*
Use the correct return value for MCA NMIs.
eivind
1999-12-21
2
-2
/
+2
*
Change incorrect NULLs to 0s
eivind
1999-12-21
1
-3
/
+3
*
Remove references to register_intr() etc in comments.
peter
1999-12-20
2
-2
/
+2
*
Zap the old isa_device specific register_intr() and unregister_intr()
peter
1999-12-20
3
-138
/
+0
*
Borrow phk's axe and chop off the old soundcard-CDROM devices. We get
billf
1999-12-19
1
-6
/
+0
*
Comment and order to reduce diffs. No functional change.
markm
1999-12-19
1
-1
/
+7
*
spell isa right on sn0 line
imp
1999-12-18
1
-1
/
+1
*
Driver for the smc91xx series of ethernet chips. Ported from PAO to
imp
1999-12-18
1
-0
/
+1
[next]