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
/
sio
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fixed a memory leak.
ru
2004-01-18
1
-1
/
+3
*
Add detach methods so we can unload the sio module.
imp
2003-12-27
3
-0
/
+3
*
The record's stuck. The record's stuck. The record's stuck.
imp
2003-12-26
1
-3
/
+0
*
Fixed breakage of a check for boolean true by misusing NULL in rev.1.407.
bde
2003-12-24
1
-2
/
+2
*
Sometimes cardbus attachments don't attach, so while we track down
imp
2003-11-28
1
-0
/
+1
*
Tweaked the siointr1() so that it works better at 921600 bps, especially
bde
2003-11-17
1
-0
/
+5
*
Don't waste so much space for the latency debugging buffer. Its size
bde
2003-11-16
1
-10
/
+8
*
Remove explicit cardbus attachments from drivers where this is identical
dfr
2003-11-03
1
-1
/
+0
*
Include pccard/pccard_cis.h here too
imp
2003-10-07
1
-1
/
+2
*
Removed some nearly dead code in comparam(). We don't need to recover
bde
2003-09-28
1
-9
/
+0
*
Cleaned up and fixed setting of speeds in comparam():
bde
2003-09-27
1
-31
/
+20
*
Fix compilation on alpha.
phk
2003-09-26
1
-1
/
+1
*
Use the correct speed in the delay for the transmission of a character
bde
2003-09-26
1
-1
/
+4
*
Adhere to the new console API:
phk
2003-09-26
1
-15
/
+21
*
Fixed most of the remaining style bugs in rev.1.194. Mainly better
bde
2003-09-18
1
-30
/
+32
*
Miscellaneous minor style fixes (mainly for unsorting of the flags access
bde
2003-09-17
1
-13
/
+10
*
Fixed bitrot in the probe in revs.1.127, 1.165 and 1.169. The
bde
2003-09-17
1
-23
/
+23
*
Cleaned up initialization of hardware flow control for 16650As. Use
bde
2003-09-17
1
-25
/
+11
*
Moved the definitions of the bits in the ns*50 registers from sioreg.h
bde
2003-09-16
1
-85
/
+0
*
Quick fix for a pessimization in rev.1.194. An extra i/o instruction
bde
2003-09-15
1
-2
/
+7
*
Remove a duplicate comment.
njl
2003-08-28
1
-6
/
+0
*
Use the db_alt_break() state machine instead of rolling our own. This
njl
2003-08-26
1
-32
/
+14
*
Fix copyright comment & FBSDID style nits.
obrien
2003-08-25
2
-2
/
+0
*
Use __FBSDID().
obrien
2003-08-24
5
-6
/
+16
*
s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev
imp
2003-08-23
1
-1
/
+1
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-1
/
+1
*
- Use the new resource_disabled() helper function to see if devices are
jhb
2003-07-02
1
-5
/
+3
*
Track the resource id of the memory port instead of just assuming that
scottl
2003-06-09
1
-3
/
+6
*
Remove extra unused variable.
phk
2003-05-31
1
-2
/
+0
*
Add E-Tech ISA PnP modem ID.
murray
2003-05-16
1
-0
/
+1
*
Revert rev 1.396 -- it broke the Alpha kernel build.
obrien
2003-05-05
1
-1
/
+1
*
Eliminate a compiler warning with gcc3.3 on AMD64, where speed is
peter
2003-04-30
1
-1
/
+5
*
Fix some easy, global, lint warnings. In most cases, this means
markm
2003-04-30
1
-1
/
+1
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-1
/
+1
*
Brucify.
sobomax
2003-03-18
2
-24
/
+26
*
Remove duplicate line introduced in the previous commit.
sobomax
2003-03-15
1
-1
/
+0
*
- Add minimal support for TI16754 4xUART chip into sio(4) driver and remove
sobomax
2003-03-15
1
-1
/
+33
*
Add initial support for IC Book Labs Dreadnought x16 Pro 16-ports card. Since
sobomax
2003-03-12
1
-1
/
+1
*
Add _HID of IrDA module and Pen tablet on
takawata
2003-03-11
1
-0
/
+2
*
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
*
Add yet a patch for the patchwork quilt called sio(4):
phk
2003-02-27
1
-0
/
+4
*
Typo, I must have hit xZZ in vi(1).
phk
2003-02-27
1
-1
/
+1
*
Make flags bit 0x10000 mean that PPS timestamping should use the
phk
2003-02-27
1
-2
/
+11
*
Change the console interface to pass a "struct consdev *" instead of a
phk
2003-02-20
1
-11
/
+18
*
Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB
phk
2003-02-16
1
-4
/
+4
*
Whatever dumbass wrote sio_pci.c didn't include a detach method.
imp
2003-02-16
1
-0
/
+1
[next]