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
*
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
*
Reclaim UPAGES_HOLE (8k) that was chopped out of process address space.
peter
1999-12-11
1
-1
/
+1
*
Remove the if_ze and if_zp drivers.
phk
1999-12-10
1
-6
/
+0
*
Finally use the new ata driver.
sos
1999-12-08
1
-24
/
+9
*
Fold the pnp code into the base isa system to pave the way for PNPBIOS.
peter
1999-12-06
1
-1
/
+0
*
Need header <machine/smp.h> for prototype declaration of smp_rendezvous()
luoqi
1999-12-06
1
-0
/
+3
*
User ldt sharing.
luoqi
1999-12-06
6
-128
/
+220
*
Don't use a bogus bus number for Ross host-pci bridges.
dfr
1999-12-05
2
-0
/
+4
*
Reinstate the aic driver.
luoqi
1999-12-05
1
-0
/
+1
*
Add the if_dc driver and remove all of the al, ax, dm, pn and mx drivers
wpaul
1999-12-04
1
-5
/
+1
*
The address 0x472 is used for the SCSI HDD geometry information on
kato
1999-12-04
2
-4
/
+2
*
oszsigcode -> szosigcode
marcel
1999-12-04
4
-6
/
+6
*
Fix type of sf_addr.
marcel
1999-12-04
2
-4
/
+4
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
5
-11
/
+13
*
Remove the 'gzip' image activator. We're not using a.out anymore, so save
msmith
1999-12-03
1
-1
/
+0
*
Remove code to select APM version with flags to the apm0 device. This
jlemon
1999-12-02
1
-1
/
+1
*
Add the AMI MegaRAID and Mylex DAC960 drivers. Installation to arrays
msmith
1999-12-02
1
-0
/
+4
*
Make BOOTP work again.
dillon
1999-11-29
1
-1
/
+9
*
Sort PCI SCSI controlers.
obrien
1999-11-28
1
-4
/
+4
*
/sys adjustments to add the `sym' controler driver.
obrien
1999-11-28
1
-0
/
+1
*
Add a commented out 'ATA' driver config block to help assist -CURRENT
obrien
1999-11-27
1
-0
/
+12
*
Moved scheduling-related code to kern_synch.c so that it is easier to fix
bde
1999-11-27
3
-24
/
+3
*
Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.
phk
1999-11-26
1
-1
/
+2
*
Fix out-of-date comment
julian
1999-11-26
2
-2
/
+8
[next]