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
/
isa
/
sio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCCARD-code related style nits, as requested.
msmith
1998-02-27
1
-4
/
+4
*
Fix some style nits and remove an unused header.
msmith
1998-02-27
1
-2
/
+1
*
- If a PCCARD serial device is removed from the system, let the serial
nate
1998-02-14
1
-2
/
+2
*
Implement the spirit but not the letter of Terrys hot-char patch.
phk
1998-02-13
1
-11
/
+2
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-1
/
+2
*
1. Supporting a bogus 16550A compatible PCMCIA CARD stuffs
amurai
1998-01-08
1
-4
/
+71
*
Fixed initialization of the divisor latch. We depended on siocnopen()
bde
1997-12-28
1
-2
/
+21
*
Always call ttwwakeup() before returning from comstart(). It isn't
bde
1997-12-28
1
-1
/
+2
*
Make COMPAT_43 and COMPAT_SUNOS new-style options.
eivind
1997-12-16
1
-1
/
+2
*
Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are
bde
1997-12-06
1
-3
/
+3
*
- Renamed <pccard/card.h> -> <pccard/cardinfo.h>.
nate
1997-11-20
1
-2
/
+2
*
- MF22: (I reversed these). Simplify code.
nate
1997-11-02
1
-2
/
+3
*
- Instead of relying on a functional call to register PCARD-capable drivers,
nate
1997-10-26
1
-8
/
+3
*
- Functional changes to PCCARD support.
nate
1997-10-26
1
-41
/
+15
*
- Do a bunch of gratuitous changes intended to make the code easier to
nate
1997-10-26
1
-41
/
+41
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-2
/
+2
*
aha1542.c aic6360.c cy.c fd.c ft.c
gibbs
1997-09-21
1
-5
/
+8
*
teach sio how to attach to isa PnP cards. This is mainly for use with
jmg
1997-09-19
1
-13
/
+122
*
Update select -> poll in drivers.
peter
1997-09-14
1
-2
/
+2
*
General cleanup of the sub-system locking macros.
fsmp
1997-09-01
1
-69
/
+40
*
Created a private simple_lock to control accesses to com data structs
fsmp
1997-08-31
1
-51
/
+76
*
Another round of lock pushdown.
fsmp
1997-08-30
1
-39
/
+21
*
Fixed a warning about undefined isa_irq_pending(). (UP kernel only)
fsmp
1997-08-21
1
-4
/
+4
*
Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.
fsmp
1997-08-21
1
-10
/
+1
*
Preperation for moving cpl into critical region access.
fsmp
1997-08-20
1
-1
/
+48
*
Added include of intr_machdep.h to eliminate compiler warning for APIC_IO.
fsmp
1997-08-04
1
-2
/
+3
*
Removed unused #includes.
bde
1997-07-20
1
-2
/
+1
*
Add some support for the 16650 type UARTS.
dyson
1997-07-17
1
-8
/
+47
*
Bring back CONSPEED as a last-ditch default if you can't change the speed
pst
1997-06-04
1
-2
/
+2
*
If the boot blocks were using the serial port, read the system console
pst
1997-06-04
1
-7
/
+116
*
I've given up on the idea of sizing FIFO's. You can set it with a flag
phk
1997-06-01
1
-68
/
+15
*
No longer need opt_smp.h here
peter
1997-05-29
1
-2
/
+1
*
Whoops, missed a zero there. Flags 0x10000 it is.
phk
1997-05-18
1
-2
/
+2
*
Flags 0x1000 on sio now disables the dreaded test#3.
phk
1997-05-18
1
-2
/
+3
*
Detect various supersets of 16550A based on fifo depth.
phk
1997-05-18
1
-4
/
+39
*
Man the liferafts! Here comes the long awaited SMP -> -current merge!
peter
1997-04-26
1
-1
/
+12
*
Don't call timeout() for DTR wakeup or busy check if the relevant timeout
bde
1997-04-18
1
-5
/
+11
*
Use device flags instead of options for serial console configuration
bde
1997-04-05
1
-23
/
+53
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Fixed the SMC fifo bug fix. sioopen() hung while input was streaming in
bde
1997-02-01
1
-3
/
+15
*
Fixes and workarounds for Hayes ESP:
bde
1997-01-29
1
-7
/
+25
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Use breakpoint() instead of Debugger() in siointr1(). Debugger() doesn't
bde
1996-12-23
1
-3
/
+2
*
Fixed input of BREAKs when IGNPAR is set and IGNBRK is not set. BREAKs
bde
1996-11-30
1
-27
/
+32
*
Reset h/w fifos (if any) in siostop(). Now ttyflush() works fairly well
bde
1996-11-30
1
-3
/
+9
*
Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitter
bde
1996-11-30
1
-3
/
+33
*
Throw away input if CREAD is not set. POSIX requires no characters to be
bde
1996-11-30
1
-2
/
+3
*
Cleaned up CONSPEED changes. `comdefaultrate' gives the default
bde
1996-11-30
1
-8
/
+6
[next]