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
*
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
*
No need to wrap siodetach() with sio_pccard_detach.
imp
2003-02-16
1
-9
/
+1
*
Remove #include <sys/dkstat.h>
phk
2003-02-16
1
-1
/
+0
*
Set si_drv1 to our softc for all the six dev_t's we create for a serial port.
phk
2003-02-02
1
-0
/
+2
*
Add PCI id for Quatech SSCLP-200/300 lowprofile single-port RS422/485 card.
phk
2003-01-31
1
-0
/
+7
*
Be nice. There are evidentally a number of different cards that
imp
2002-12-21
1
-2
/
+4
*
Make 'rclk' a uintptr_t to quiet warnings.
jhb
2002-11-07
1
-3
/
+3
*
s/modunload/kldunload
imp
2002-10-11
1
-1
/
+1
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-3
/
+3
*
Add yet a quick flag to sio: 0x100000 "Scratch pad register missing".
phk
2002-09-27
1
-6
/
+5
*
Move the com_emr register definition to sioreg.h.
nyan
2002-09-24
1
-0
/
+1
*
Move the com_scr register address definition over with the other seven.
phk
2002-09-22
1
-2
/
+0
*
Don't probe the interrupt on puc(4) attached devices.
phk
2002-09-03
1
-1
/
+1
*
Only try to flush the FIFO of 500 characters, return EIO if that fails.
phk
2002-08-28
1
-1
/
+6
*
Add missing quotes around ID string in __FBSDID().
tmm
2002-07-16
1
-1
/
+1
*
Add PCI ID and configuration hint for Netmos Nm9845 PCI 6-ports serial
sobomax
2002-07-10
1
-0
/
+1
*
Remove a couple of __P() stragglers.
peter
2002-06-29
1
-3
/
+3
*
set siocnunit to the correct value. This fixes the freeze on boot for
n_hibma
2002-06-23
1
-2
/
+4
*
Make this compile on Alpha.
n_hibma
2002-06-22
1
-2
/
+2
*
Make the speed used by gdb over serial settable in the kernel configuration.
n_hibma
2002-06-18
2
-21
/
+54
*
ebus sio(4) attachment.
obrien
2002-06-18
1
-0
/
+113
*
Add another Askey ISA modem ID.
dwmalone
2002-05-06
1
-0
/
+1
*
Simplify the RFC2783 and PPS_SYNC timestamp collection API.
phk
2002-04-26
1
-7
/
+2
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+2
[next]