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
/
digi
/
digi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix our ioctl(2) implementation when the argument is "int". New
ru
2006-09-27
1
-1
/
+12
*
- Push Giant down into linker_reference_module().
jhb
2006-06-20
1
-3
/
+3
*
Only reference the firmware module once rather than twice. The extra call
jhb
2006-05-25
1
-1
/
+0
*
Eliminate two unused arguments to ttycreate().
phk
2005-10-16
1
-1
/
+1
*
Increase boot-time DigiBIOS initialization timeout to allow
andre
2005-09-14
1
-1
/
+1
*
o avoid potential null ptr deref if symbol lookup fails
sam
2005-02-25
1
-2
/
+6
*
Add new function ttyinitmode() which sets our systemwide default
phk
2004-10-18
1
-16
/
+1
*
Use generic tty code instead of local copies.
phk
2004-10-06
1
-557
/
+199
*
Remove buggy (root filesystems may not have cdev) and pointless
phk
2004-07-28
1
-8
/
+3
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-1
/
+1
*
Give kldunload a -f(orce) argument.
phk
2004-07-13
1
-2
/
+2
*
Introduce ttygone() which indicates that the hardware is detached.
phk
2004-07-11
1
-17
/
+4
*
Define the tty methods as typedefs.
phk
2004-06-30
1
-3
/
+2
*
Use generic support for BREAK and modem control ioctls.
phk
2004-06-25
1
-63
/
+67
*
Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.
phk
2004-06-21
1
-0
/
+4
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-5
/
+5
*
Deorbit COMPAT_SUNOS.
phk
2004-06-11
1
-2
/
+2
*
Centralize the line discipline optimization determination in a function
phk
2004-06-04
1
-17
/
+3
*
Manual edits to change linesw[]-frobbing to ttyld_*() calls.
phk
2004-06-04
1
-4
/
+2
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-13
/
+13
*
Make the remaining serial drivers call ttyioctl() rather than calling
phk
2004-06-04
1
-12
/
+3
*
There is no need to explicitly call the stop function. In all likelyhood
phk
2004-06-01
1
-1
/
+0
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 3/6:
phk
2004-02-21
1
-2
/
+0
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Eliminate bogus use of makedev(): rather than synthesize the dev_t, use
phk
2003-09-26
1
-2
/
+1
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
1
-1
/
+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
*
Use canonical format for cdevsw initialization.
phk
2003-03-02
1
-14
/
+14
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-7
/
+7
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-7
/
+7
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-4
/
+4
*
Make delay iteration counts a function of hz as the delay period in each
brian
2002-04-17
1
-5
/
+5
*
Yet another adjustment of digi_delay(). The delay is now consistent
brian
2002-04-10
1
-8
/
+8
*
Change more uses of tsleep() to digi_delay() and make the loop counts more
brian
2002-04-10
1
-7
/
+7
*
Add a digi_delay() function and use it instead of tsleep() when polling
brian
2002-04-10
1
-5
/
+14
*
Use the PCI port for pci cards, not just for PCIXR cards.
brian
2002-04-10
1
-6
/
+6
*
Change linker_reference_module() so that it's passed a struct
brian
2002-04-10
1
-2
/
+8
*
Add some missing MODULE_VERSIONs
brian
2002-04-10
1
-0
/
+2
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-3
/
+3
*
Use suser() instead of checking cr_uid against 0 directly.
jhb
2002-03-26
1
-1
/
+1
*
Fix warnings. The driver would be more useful with a DRIVER_MODULE()
peter
2002-02-27
1
-1
/
+1
*
#include "opt_compat.h" so that the support for old ioctls can actually
bde
2002-02-15
1
-0
/
+2
*
Staticise the con_bios and digi_devclass variables, since they aren't needed
msmith
2002-01-08
1
-2
/
+2
*
- Fix a bunch of malloc calls where the M_FLAG is incorrectly used; it
arr
2001-12-07
1
-5
/
+5
*
devsw_add() and cdevsw_remove() are no longer needed.
phk
2001-11-04
1
-20
/
+0
*
Send a .4 second BREAK rather than a .25 second break so that
brian
2001-09-23
1
-2
/
+2
[next]