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
/
sio.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-3
/
+3
*
Support more than 32 sio unit numbers. The maximum unit number is now
bde
2002-03-31
1
-8
/
+12
*
Hacks for measuring interrupt latency. Interrupt latency can be
bde
2002-03-31
1
-2
/
+42
*
Include <machine/limits.h> for definition of ULONG_MAX.
mike
2002-03-25
1
-0
/
+1
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
1
-18
/
+18
*
Remove __P.
alfred
2002-03-20
1
-23
/
+23
*
Add device ID for Xircom modem. Also add work around from gwk@sgi.com
imp
2002-03-16
1
-2
/
+9
*
Until I can figure out how to live without the volatile qualifier on
imp
2002-02-26
1
-1
/
+1
*
Add an experimental tunable: machdep.conspeed.
imp
2002-02-26
1
-0
/
+1
*
Add support for different serial clock frequencies and not just the
jhay
2002-01-30
1
-63
/
+89
*
Cosmetic fix: Not every machine that uses the sio driver has a BIOS.
bmah
2002-01-17
1
-1
/
+1
*
While I'm not sure that I like the wording of the BIOS message in the
imp
2002-01-17
1
-1
/
+2
*
Make sio device probe messages less misleading, for the case that
bmah
2002-01-17
1
-1
/
+4
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
1
-4
/
+4
*
Fixed locking bugs in rev.1.346:
bde
2001-12-28
1
-2
/
+6
*
Fix typo first, then controvert.
tanimura
2001-12-24
1
-1
/
+1
*
Back out an inappropriate backout. If Anyone wants to set the FIFO
dillon
2001-12-23
1
-1
/
+6
*
Backed out previous unapproved commit.
bde
2001-12-23
1
-6
/
+1
*
This problem has been in the serial driver for years, and I occassionally
dillon
2001-12-23
1
-1
/
+6
*
bde suggests that sio really wants to manage its own softc. This
imp
2001-11-26
1
-7
/
+149
*
cn_tab no longer exists, use cnadd() to add a console device. Note that
jlemon
2001-10-24
1
-1
/
+1
*
Add a siocnterm function for the CONS_DRIVER function vector.
jlemon
2001-10-23
1
-1
/
+9
*
Break out the bus front ends into their own files. Rewrite
imp
2001-10-23
1
-418
/
+14
*
First commit after a repo copy of isa/sio* -> dev/sio:
imp
2001-10-22
1
-1
/
+1
*
- Make the sio_inited handling more properly MP safe.
jhb
2001-10-20
1
-2
/
+6
*
Add support for 28800 baud to sio.
jlemon
2001-09-29
1
-0
/
+1
*
Gate low level console output on mtx_lock_spin(&sio_lock), if the
jlemon
2001-09-27
1
-0
/
+4
*
Tweak so I can use a serial console on ia64.
dfr
2001-09-22
1
-1
/
+1
*
Recognize two cheap PCI 16550 devices :
murray
2001-09-16
1
-2
/
+4
*
KSE Milestone 2
julian
2001-09-12
1
-10
/
+10
*
Add a missing newline to an error message.
dd
2001-09-09
1
-1
/
+1
*
Add ID for the Best Data Smart One 56SPS Voice modem.
murray
2001-08-31
1
-0
/
+1
*
Add OMRON ME5614ISA PnP modem.
murray
2001-08-31
1
-0
/
+1
*
Add PCI device IDs for Kuotech dual port serial cards.
murray
2001-08-31
1
-0
/
+2
*
Add ACPI attachments.
msmith
2001-08-30
1
-0
/
+1
*
Fix the so-called "half-baked-probe" code that I wrote a long time ago
imp
2001-08-16
1
-0
/
+2
*
The serial console break-to-debugger support only functioned while
iedowse
2001-06-20
1
-1
/
+21
*
Close the line displine on detach. Lots of folks have submittd this, and
imp
2001-06-05
1
-1
/
+4
*
Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so they
joerg
2001-06-04
1
-2
/
+2
*
add Dualmode Zoom/FaxModem 56K (internal) Model 2919
sanpei
2001-05-26
1
-0
/
+1
*
Add SmartLink 5634PCV SurfRider
sanpei
2001-05-20
1
-0
/
+1
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
1
-1
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-8
/
+10
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Add GVC1601 - Rockwell V.34 Plug & Play Modem
sanpei
2001-03-07
1
-0
/
+1
*
Add IOD0081 - I-O DATA DEVICE,INC. IFML-560
sanpei
2001-03-07
1
-0
/
+1
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-2
/
+3
*
RIP <machine/lock.h>.
markm
2001-02-11
1
-4
/
+0
*
- Catch up to the new swi API changes:
jhb
2001-02-09
1
-12
/
+12
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-43
/
+43
[prev]
[next]