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
/
si
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in
imp
2005-03-01
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
8
-8
/
+8
*
Add #ifdef _KERNEL which allows sicontrol(8) to include this file
phk
2004-10-02
1
-0
/
+3
*
Use generic device/tty adaptation code.
phk
2004-10-02
3
-648
/
+83
*
Use ttyalloc() instead of ttymalloc(NULL)
phk
2004-09-17
1
-1
/
+1
*
Avoid casts as lvalues.
kan
2004-07-28
1
-4
/
+18
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-1
/
+1
*
Introduce ttygone() which indicates that the hardware is detached.
phk
2004-07-11
2
-42
/
+4
*
Pick the hotchar out of the tty structure instead of caching private
phk
2004-06-26
2
-3
/
+2
*
Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.
phk
2004-06-21
1
-0
/
+8
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-6
/
+6
*
Deorbit COMPAT_SUNOS.
phk
2004-06-11
1
-1
/
+1
*
Centralize the line discipline optimization determination in a function
phk
2004-06-04
1
-26
/
+2
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-10
/
+10
*
Make the remaining serial drivers call ttyioctl() rather than calling
phk
2004-06-04
1
-9
/
+3
*
There is no need to explicitly call the stop function. In all likelyhood
phk
2004-06-01
1
-2
/
+0
*
Add missing <sys/module.h> includes
phk
2004-05-30
3
-0
/
+3
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
3
-18
/
+19
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 3/6:
phk
2004-02-21
1
-3
/
+0
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Use __FBSDID().
obrien
2003-08-24
6
-8
/
+19
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-1
/
+1
*
Make TTYHOG tunable.
das
2003-03-05
1
-0
/
+1
*
Make nokqfilter() return the correct return value.
phk
2003-03-03
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-14
/
+10
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-2
/
+2
*
Remove #include <sys/dkstat.h>
phk
2003-02-16
1
-1
/
+0
*
Cast a pointer to uintptr_t instead ot u_int.
jhb
2002-11-07
1
-1
/
+1
*
Be consistent about functions being static.
phk
2002-10-16
1
-1
/
+1
*
Do not try and probe random PNP devices, This Is Bad.
peter
2002-07-27
1
-23
/
+29
*
Make si_debug tunable.
peter
2002-07-27
1
-0
/
+1
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-5
/
+5
*
KSE Milestone 2
julian
2001-09-12
1
-14
/
+14
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Use ttymalloc() instead of roll-our-own.
peter
2001-02-19
1
-14
/
+1
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-2
/
+3
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-4
/
+3
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
This driver doesn't have a software interrupt handler, so don't attempt to
jhb
2000-10-25
1
-8
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Always leave SP_DCEN on (monitor DCD). Otherwise the firmware *really*
peter
2000-01-25
2
-2234
/
+2249
*
Ack! I totally botched the pci probe routine which resulted in it trying
peter
2000-01-24
1
-6
/
+10
*
A bit more newbusification of si. This still isn't quite finished.
peter
2000-01-24
8
-601
/
+747
*
Initial attempt at newbusification of the specialix si/xio/sx driver.
peter
2000-01-23
3
-470
/
+496
*
Fix some -Wunused warnings
peter
1999-11-18
2
-4
/
+0
*
Zap cdevsw_add() - the make_dev's take care of it and don't use
peter
1999-10-08
1
-10
/
+0
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
1
-25
/
+1
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
[next]