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
*
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
*
Remove count for NSIO. The only places it was used it were incorrect.
peter
2001-01-31
1
-1
/
+0
*
Add OZO8008 - Zoom (33.6k Modem).
tanimura
2000-12-26
1
-0
/
+1
*
Convert the sio driver to use a spin mutex instead of a s_lock. This is
jhb
2000-12-18
1
-123
/
+58
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
1
-11
/
+15
*
Add MAE0021 - Jetstream Int V.90 56k Voice Series 2.
tanimura
2000-10-10
1
-0
/
+1
*
Use schedsofttty() again so that siopoll() gets scheduled as designed
bde
2000-10-08
1
-5
/
+0
*
- Heavyweight interrupt threads on the alpha for device I/O interrupts.
jhb
2000-10-05
1
-1
/
+1
*
- Wrap functions and variables that aren't used in the alpha console probe
jhb
2000-09-22
1
-7
/
+26
*
- Remove the inthand2_t type and use the equivalent driver_intr_t type from
jhb
2000-09-13
1
-0
/
+1
*
Add a nasty hack to get remote kernel gdb working from ddb. ddb would
jhb
2000-09-11
1
-0
/
+9
*
Back out my previous commit as well as some SMPng changes to revert the
jhb
2000-09-08
1
-17
/
+28
*
siointr1: Schedule soft interrupt when needed. This fixes the "no
grog
2000-09-08
1
-0
/
+2
*
Fix a problem where we would recursively try to get the com lock within
jhb
2000-09-08
1
-6
/
+9
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-40
/
+115
*
Add ZTIA001 - Zoom Internal V90 Faxmodem.
sheldonh
2000-09-05
1
-0
/
+1
*
Add Boca K56Flex PnP modem.
sheldonh
2000-09-04
1
-0
/
+1
*
Call destroy_dev() when sio devices go away.
phk
2000-08-27
1
-6
/
+12
*
Add another USR modem.
peter
2000-08-15
1
-0
/
+1
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-1
/
+1
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-1
/
+1
*
Add option ALT_BREAK_TO_DEBUGGER.
ps
2000-06-14
1
-0
/
+29
*
Add SUP1670 - Supra 336i V+ Intl. Since we update the PnP IDs
tanimura
2000-05-26
1
-0
/
+1
*
Add RSS0262 - 5614Jx3[G] V90+K56Flex Modem.
tanimura
2000-05-19
1
-0
/
+1
*
Add ACH2012 - 5634BTS 56K Video Ready Modem.
tanimura
2000-05-19
1
-0
/
+1
*
Add a couple of new PnP IDs.
tanimura
2000-05-18
1
-0
/
+2
[next]