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
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add pst as a module
sos
2003-08-30
2
-0
/
+10
*
Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. This
njl
2003-08-29
1
-3
/
+2
*
Check in the known good version of the wi driver, with prism/symbol
imp
2003-08-24
1
-0
/
+12
*
AGP GART driver for NVIDIA nForce/nForce2 chipsets.
mdodd
2003-08-23
1
-1
/
+2
*
Hook up mac_stub to the modules Makefile.
rwatson
2003-08-21
1
-0
/
+1
*
Add a overhaul of the soundchip initialization for the MSP34xx chipsets
alex
2003-08-12
1
-1
/
+1
*
Add ng_atmpif: a HARP physical interface emulation. This allows one
harti
2003-08-11
2
-2
/
+13
*
Re-enable pcfclock in the build.
obrien
2003-08-10
1
-0
/
+1
*
When compiling the module with INVARIANTS we also need INVARIANT_SUPPORT.
harti
2003-08-06
1
-1
/
+1
*
There's already the elink.ko module available, don't embed it here.
ru
2003-08-02
1
-2
/
+1
*
Fix the new DA_OLD_QUIRKS option for normal and module compiles.
njl
2003-07-29
1
-0
/
+1
*
Initiate de-orbit burn for fpu-less operation. 386+387 is still
peter
2003-07-22
3
-29
/
+1
*
hook safe driver to the build
sam
2003-07-21
1
-0
/
+1
*
SafeNet crypto driver
sam
2003-07-21
1
-0
/
+38
*
This is a pseudo physical interface for the HARP ATM stack. When loaded
harti
2003-07-21
2
-0
/
+15
*
make usb bus_dma aware.
jmg
2003-07-15
1
-1
/
+1
*
Fix the ACPI_DEBUG build for the non-module case. Move the #define into
njl
2003-07-15
1
-1
/
+1
*
This is a driver for IDT77252 based ATM interfaces. It has been tested
harti
2003-07-15
2
-0
/
+23
*
Add a facility for devices, specifically network interfaces, that require
harti
2003-07-15
2
-0
/
+20
*
Fix build with ACPI_DEBUG option.
njl
2003-07-14
1
-2
/
+2
*
tdkphy.c is missing from this module's Makefile. Add it.
wpaul
2003-07-10
1
-1
/
+1
*
Add an ACPI to ISA psuedo bridge driver. It attaches an isab(4) device to
jhb
2003-07-08
1
-1
/
+1
*
add the mbr_enc file so that we can load the module on sparc64.
jmg
2003-07-05
1
-1
/
+1
*
nitpicking
sam
2003-06-30
1
-5
/
+3
*
Attach the amd(4) module to the i386 and pc98 builds only;
ru
2003-06-28
1
-0
/
+1
*
switch to new 802.11 support
sam
2003-06-28
1
-2
/
+3
*
hookup ath and ath_hal to the build
sam
2003-06-28
1
-0
/
+2
*
Hook umct up to the module tree.
scottl
2003-06-28
1
-0
/
+1
*
Add 'umct', a driver for MCT Corp. and Belkin F5U109 USB-Serial adapters.
scottl
2003-06-28
1
-0
/
+10
*
Attach the "null" module to the LINT build.
ru
2003-06-26
1
-0
/
+1
*
module for atheros hal
sam
2003-06-25
1
-0
/
+70
*
This is a netgraph node to access ATM interfaces. It works with the
harti
2003-06-25
4
-0
/
+22
*
The ext2fs module needs a machine-dependent bitops.h file, so only
iedowse
2003-06-24
1
-0
/
+2
*
Include the ufs module if ALL_MODULES is defined so that it gets
iedowse
2003-06-23
1
-4
/
+10
*
Hook up scd(4) to the build.
mdodd
2003-06-23
1
-0
/
+1
*
Add a few missing opt_ files to make this module compile again.
iedowse
2003-06-23
1
-2
/
+3
*
module for Atheros 802.11 driver
sam
2003-06-23
1
-0
/
+48
*
This is a driver for Fore PCA200E cards that uses busdma and works on
harti
2003-06-23
2
-0
/
+20
*
Add "GEOM_FOX", a class which detects and selects between multiple
phk
2003-06-18
2
-0
/
+9
*
This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is full
harti
2003-06-17
2
-0
/
+22
*
Repo-copy of sys/pci/if_en_pci.c to the rest of the midway driver (sys/dev/en)
harti
2003-06-16
1
-1
/
+1
*
Fix the breakage introduced by rev. 1.43 of sys/dev/midway.c (don't commit
harti
2003-06-16
1
-0
/
+1
*
Include "../Makefile.inc"
nyan
2003-06-15
1
-0
/
+3
*
Most power management devices don't exist on pc98.
nyan
2003-06-15
1
-0
/
+4
*
The en module has been broken for the last 40 hours. Disconnect it
imp
2003-06-15
1
-1
/
+0
*
Fix the KMOD for the lpbb device.
jmg
2003-06-14
1
-1
/
+1
*
amdpm was omitted from the build of i2c controllers. Fixed.
nsouch
2003-06-14
1
-1
/
+1
*
Add i2c to the list of modules to build.
nsouch
2003-06-14
1
-0
/
+1
*
Remove these files. They have successors in tools/debugscripts.
grog
2003-06-12
5
-972
/
+0
*
This is a driver for the physical layer chips used in ATM interfaces.
harti
2003-06-12
2
-0
/
+9
[next]