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
*
Argh, don't turn the IIR test on unless it's a pccard. These tests mess
peter
1999-11-18
1
-24
/
+20
*
Merge some typo fixes from dev/sio/sio.c (siostop -> comstop)
peter
1999-11-18
1
-47
/
+93
*
Last change to pccard_nbk now obviates the need to check the name of
imp
1999-10-28
1
-7
/
+0
*
Add newbus pccard attachment for sio. Some of this code was written
imp
1999-10-25
1
-97
/
+97
*
Add support for the USRobotics Courier V.Everything (USR0101) modem.
steve
1999-10-11
1
-0
/
+1
*
Change pnp ID for the SupraExpress 56i Sp V.90 modem (logical ID
deischen
1999-10-03
1
-2
/
+4
*
Add logical device ID for the Diamond SupraExpress 56K PnP modem:
deischen
1999-10-03
1
-0
/
+1
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
1
-23
/
+7
*
Make it build, copy from dev/sio/sio.c:
peter
1999-09-08
1
-4
/
+4
*
Restore the old sio* - bruce can fix it himself.
peter
1999-09-08
2
-0
/
+3188
*
Repo copy isa/sio* to dev/sio/sio* in preperation for extra bus methods
peter
1999-09-06
2
-3188
/
+0
*
Move the #if 0 to catch the card.h include and make sure it's zero.
peter
1999-09-06
1
-1
/
+3
*
Start to disentangle the isa attachments from other buses. Partially
imp
1999-09-06
1
-16
/
+14
*
Add USR3031 pnp id.
dfr
1999-09-04
1
-0
/
+1
*
Remove the last vestiges of the old pnp code in favour of the new one.
dfr
1999-09-03
1
-106
/
+1
*
This represents essentially a complete rewrite of the ISA PnP code. The
dfr
1999-09-01
1
-8
/
+13
*
s/si_tty_tty/si_tty/g
phk
1999-08-30
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
2
-2
/
+2
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-33
/
+13
*
make alpha compile again.
phk
1999-08-09
1
-16
/
+5
*
Merge the cons.c and cons.h to the best of my ability. alpha may or
phk
1999-08-09
1
-2
/
+2
*
Allocate and register struct tty on the fly.
phk
1999-08-08
1
-13
/
+3
*
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
*
Merge missing changes from i386/isa/sioreg.h (PC98 related)
peter
1999-04-18
1
-1
/
+14
[next]