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
*
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
phk
1999-07-04
1
-3
/
+2
*
Skip the device if it is disabled, when searching for a serial port
yokota
1999-06-29
1
-0
/
+5
*
The second phase of syscons reorganization.
yokota
1999-06-22
1
-9
/
+6
*
Use the proper interfaces to find if a device is enabled, don't dig into
peter
1999-06-20
1
-3
/
+2
*
sioprobe: Don't try to initialize disabled ports. In particular,
grog
1999-06-19
1
-2
/
+4
*
COM_LLCONSOLE should over-ride COM_DEBUGGER request.
mckusick
1999-06-15
1
-2
/
+2
*
The PPSAPI group defines the polarity in draft 3, we guessed it wrong.
phk
1999-05-31
1
-2
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-7
/
+21
*
Simplistic pnp support. Needs more ids to be added.
dfr
1999-05-30
1
-1
/
+8
*
Allow a sio port with its flags set to DEBUGGER+LLCONSOLE to be used for
dfr
1999-05-28
1
-2
/
+2
*
Use the resource apis to manipulate resources.
dfr
1999-05-22
1
-6
/
+21
*
Adjust console stuff now that makedev is no longer a macro.
dfr
1999-05-10
1
-2
/
+3
*
Make COM_ESP and COM_MULTIPORT compile for LINT. It might even work..
peter
1999-05-09
1
-6
/
+6
*
Optimize out a couple of places where com_addr() is used twice in a row,
peter
1999-05-09
1
-27
/
+9
*
Move opt_sio.h options to conf/options and activate in isa/sio.c
peter
1999-05-09
1
-2
/
+2
*
Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between
phk
1999-05-09
1
-2
/
+2
*
add some amount of sanity to the way the gdb stuff finds its device.
phk
1999-05-09
1
-9
/
+10
*
siocngetc & putc can be staticized.
phk
1999-05-09
1
-7
/
+3
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-4
/
+4
*
Get rid of extern declarations on gdb stuff so systems compiled without
mckusick
1999-05-07
1
-6
/
+9
*
fix it so it compiles on alpha again
mjacob
1999-05-07
1
-1
/
+5
*
Continue where Julian left off in July 1998:
phk
1999-05-07
1
-3
/
+3
*
Generalize to allow any serial port to be used as the GDB port.
mckusick
1999-05-07
1
-21
/
+65
*
Fix up a few easy 'assignment used as truth value' and 'suggest parens
peter
1999-05-06
1
-5
/
+5
*
Suser() simplification:
phk
1999-04-27
1
-4
/
+4
*
Modify the non-i386 version of disable_intr() and enable_intr() so that they
dt
1999-04-24
1
-3
/
+3
*
Tidy up a few things left over from the conversion from i386/isa/sio.c.
peter
1999-04-18
1
-4
/
+21
*
Register sio interrupts as fast (fixing some silo overflow messages).
dfr
1999-04-18
1
-2
/
+2
*
Merge up to rev 1.234 (nice revision number!) of i386/isa/sio.c.
peter
1999-04-17
1
-115
/
+206
*
Merge up to rev 1.226 of i386/isa/sio.c
peter
1999-04-17
1
-210
/
+14
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-16
/
+39
*
Use suser() to check for super user rather than examining cr_uid directly.
phk
1999-01-30
1
-2
/
+3
*
Update the pccard hooks to use a module style declaration instead.
peter
1999-01-19
1
-12
/
+3
*
Add support for another 3COM/USR PNP modem, USR3031.
steve
1998-12-13
1
-1
/
+2
*
* Add hooks to allow the X server to access I/O ports and memory.
dfr
1998-11-15
1
-8
/
+9
*
Merge changes from i386/isa/sio.c up to revision 1.215.
dfr
1998-09-26
1
-46
/
+42
*
Underlying ,v files were copied and detagged. Re-commit old versions
peter
1998-09-26
1
-166
/
+333
*
Support PnP compatibility IDs. This allow e.g. the ed driver to pick
eivind
1998-09-13
1
-19
/
+17
*
Fixed printf format errors.
bde
1998-08-23
1
-2
/
+2
*
Added D_TTY to the cdevswitch flags for all tty drivers. This is required
bde
1998-08-23
1
-4
/
+5
*
Fixed devfs initialization which I broke in the previous commit.
bde
1998-08-20
1
-7
/
+7
*
Enabled dynamically sized tty input buffers (with enough buffering
bde
1998-08-19
1
-9
/
+10
*
Register tty software interrupt handlers at run time using register_swi()
bde
1998-08-11
1
-15
/
+10
*
Changed %n to %r in devfs name format strings. %n has almost gone away.
bde
1998-07-15
1
-7
/
+7
*
Avoid some panics in sio_unload which gets called with various dirt
phk
1998-06-24
1
-1
/
+9
*
Don't log "unexpected" events on never-opened devices. Events left
bde
1998-06-16
1
-11
/
+4
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Force success of the probe (after doing it as before except in one
bde
1998-06-03
1
-4
/
+5
*
Fixed a printf() arg botch in the previous commit.
bde
1998-06-03
1
-7
/
+6
*
Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() into
bde
1998-05-31
1
-22
/
+27
[next]