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
/
dev
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Added a new kernel configuration option: SC_TWOBUTTON_MOUSE.
yokota
1999-11-08
1
-2
/
+10
*
- Removed SC_VIDEO_DEBUG. It is broken and useless now.
yokota
1999-11-08
1
-22
/
+0
*
Use cdevsw_add() explicitly and DRIVER_MODULE().
peter
1999-11-08
1
-1
/
+2
*
Call id_drvinit() from attach, not probe as the OS hasn't necessarily
peter
1999-11-08
1
-2
/
+2
*
Rename remove_dev() to destroy_dev().
phk
1999-11-08
3
-13
/
+13
*
Use (temporarily) cdevsw_add() so we can change from DEV_DRIVER_MODULE()
peter
1999-11-08
1
-1
/
+2
*
Use cdevsw_add() (temporarily) to avoid DEV_DRIVER_MODULE(), since the
peter
1999-11-08
1
-1
/
+2
*
Use DEVICE_MODULE() directly instead of DEV_DRIVER_MODULE. psm.c uses
peter
1999-11-08
1
-1
/
+1
*
Use cdevsw_add() explicitly as a workaround for DEV_DRIVER_MODULE().
peter
1999-11-08
2
-3
/
+8
*
No need to use DEV_DRIVER_MODULE() since the bktr driver calls make_dev().
peter
1999-11-08
1
-1
/
+1
*
ulpt.c and ums.c already uses make_dev(), so there's no need to use the
peter
1999-11-08
2
-4
/
+2
*
Update the stream socket fileops table to match fo_stat() additions.
peter
1999-11-08
1
-1
/
+1
*
Remove the devsw magic from DEV_MODULE()
phk
1999-11-07
2
-2
/
+4
*
Conserve stereo mode in ioctl SNDCTL_DSP_SETFMT.
tanimura
1999-11-07
2
-6
/
+6
*
Fix IRQ allocation bug on controllers using a shared interrupt.
sos
1999-11-06
6
-78
/
+148
*
resource_list_{alloc,release}() takes a struct resource_list * as its
mdodd
1999-11-06
1
-3
/
+4
*
The unit of sndstat is fixed to zero.
tanimura
1999-11-06
2
-2
/
+2
*
Remove calls to alpha_register_pci_scsi(). After Mike's recent boot
gallatin
1999-11-05
1
-6
/
+0
*
now that a map's base addr is 64-bits, the alpha multi-hose hack needs
gallatin
1999-11-03
1
-4
/
+4
*
Emergency fix to stop world breakage.
grog
1999-11-03
1
-4
/
+0
*
Move isfoo() and friends to the newly created sys/ctype.h.
phk
1999-11-03
1
-0
/
+1
*
Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softc
mdodd
1999-11-03
1
-1
/
+1
*
Fix for multiple pcm devices.
tanimura
1999-11-03
2
-20
/
+20
*
Consolidate some of the various ctype(3) macros in one location.
archie
1999-11-02
1
-2
/
+0
*
Change isspace() macro name to avoid conflict.
archie
1999-11-02
2
-14
/
+14
*
Fix typo in previous commit.
archie
1999-11-02
2
-2
/
+2
*
Correctly compute the block count. In reality, it seems that the
msmith
1999-11-02
2
-2
/
+2
*
Don't print the chipset value; it's not useful.
msmith
1999-11-02
3
-4
/
+30
*
fix misordering of two lines in this file.
jmb
1999-11-02
1
-1
/
+1
*
Sync with RELENG_3.
nsouch
1999-11-01
4
-7
/
+15
*
Do some more work on the mxphy pseudo-driver to make it better at media
wpaul
1999-11-01
1
-77
/
+88
*
Call make_dev() to shut up the warning.
tanimura
1999-11-01
2
-2
/
+24
*
User netgraph typedefs for methods
julian
1999-11-01
4
-36
/
+36
*
correct moronic typo
mjacob
1999-11-01
1
-2
/
+2
*
rearrange order of tests for NE1000, NE2000, and Linksys
jmb
1999-11-01
1
-17
/
+21
*
Change Linksys registers base/offset.
nyan
1999-10-31
1
-6
/
+8
*
The total uiomoved size is accumulated in c, not tmp.
tanimura
1999-10-31
2
-4
/
+4
*
Organize things to cope with the (possible) lack of downloadable
mjacob
1999-10-30
1
-11
/
+27
*
Remove firmware from tree until a better copyright from Qlogic is forthcoming.
mjacob
1999-10-30
1
-24949
/
+7
*
Use pointer to f/w in md structure as to whether f/w exists or not.
mjacob
1999-10-30
1
-14
/
+7
*
Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
phk
1999-10-30
1
-2
/
+2
*
Don't test boolean return against != 1.
phk
1999-10-29
1
-4
/
+4
*
useracc() the prequel:
phk
1999-10-29
2
-2
/
+0
*
Disable old PCCARD_MODULE code.
imp
1999-10-29
3
-0
/
+6
*
Added code to enable BusMaster operations.
semenu
1999-10-29
3
-4
/
+39
*
Add (untested) support for the 3C562D/3C563D. I have been unable to
imp
1999-10-29
1
-0
/
+3
*
Update to driver release 2.04
roger
1999-10-28
9
-65
/
+164
*
Fix some resource allocation peculiarities of the intpm device.
dfr
1999-10-28
1
-65
/
+103
*
Fix identify code. This also fixes the eeprom messages.
imp
1999-10-28
1
-13
/
+12
*
Bug fix: allow reset device command to complete.
luoqi
1999-10-28
1
-1
/
+5
[next]