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
/
si
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ttymalloc() instead of roll-our-own.
peter
2001-02-19
1
-14
/
+1
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-2
/
+3
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-4
/
+3
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
This driver doesn't have a software interrupt handler, so don't attempt to
jhb
2000-10-25
1
-8
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Always leave SP_DCEN on (monitor DCD). Otherwise the firmware *really*
peter
2000-01-25
2
-2234
/
+2249
*
Ack! I totally botched the pci probe routine which resulted in it trying
peter
2000-01-24
1
-6
/
+10
*
A bit more newbusification of si. This still isn't quite finished.
peter
2000-01-24
8
-601
/
+747
*
Initial attempt at newbusification of the specialix si/xio/sx driver.
peter
2000-01-23
3
-470
/
+496
*
Fix some -Wunused warnings
peter
1999-11-18
2
-4
/
+0
*
Zap cdevsw_add() - the make_dev's take care of it and don't use
peter
1999-10-08
1
-10
/
+0
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
1
-25
/
+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
/
+9
*
Null commit to get last commit message recorded:
phk
1999-08-30
1
-0
/
+1
*
*** empty log message ***
phk
1999-08-30
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
3
-3
/
+3
*
A few style changes (fixes hopefully) and some more tidying up. Fix (?)
peter
1999-08-27
1
-101
/
+104
*
Don't return 0 for an unknown ioctl (!). This was breaking ppp(8).
peter
1999-08-27
1
-10
/
+9
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-40
/
+9
*
printf("%x",dev); -> printf("%s",devtoname(dev));
nsayer
1999-08-18
1
-11
/
+11
*
Simplify cdevsw registration.
phk
1999-05-31
1
-7
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-7
/
+21
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-5
/
+1
*
Fix some of the places where too much inside knowledge about major/minor
phk
1999-05-08
1
-3
/
+3
*
These two drivers have not been converted for newbus eisa yet.
peter
1999-05-02
1
-1
/
+6
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-2
/
+2
*
Suser() simplification:
phk
1999-04-27
1
-6
/
+6
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-1
/
+5
*
Staticize.
eivind
1999-04-11
2
-2
/
+2
*
SX ISA cards are only 32k wide in 8 bit mode (which is the only
nsayer
1999-03-30
1
-2
/
+2
*
Update Specialix download microcode for the transputer based serial host
peter
1999-03-24
1
-2142
/
+2246
*
Use suser() to check for super user rather than examining cr_uid directly.
phk
1999-01-30
1
-2
/
+3
*
Silence warnings.
eivind
1999-01-12
1
-3
/
+3
*
Fixed printf format errors. `struct eisa_device' uses a strange type
bde
1998-08-23
1
-8
/
+8
*
Added D_TTY to the cdevswitch flags for all tty drivers. This is required
bde
1998-08-23
1
-9
/
+9
*
Cast an int to (intptr_t) before casting it to (void *).
bde
1998-08-16
1
-4
/
+4
*
Fixed yet more ioctl breakage due to the type of the `cmd' arg chaninging
bde
1998-08-16
1
-6
/
+6
*
Add a macro tweak.
steve
1998-06-13
2
-4
/
+5
*
Correct name and number for sxdc modules
phk
1998-06-10
1
-3
/
+3
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Removed unused #includes.
bde
1998-03-28
1
-2
/
+1
*
Several changes:
peter
1998-03-23
3
-284
/
+519
*
New versions of Specialix host card download code.
peter
1998-03-23
2
-0
/
+3466
*
merge from 2.2
peter
1998-03-21
1
-2
/
+3
*
Merge from 2.2, plus some other changes. In the config file entry,
peter
1998-03-21
1
-48
/
+66
*
Update to support SI/XIO PCI host cards (Z280 based) and the enhanced
peter
1998-02-15
3
-10
/
+235
*
Implement the spirit but not the letter of Terrys hot-char patch.
phk
1998-02-13
1
-13
/
+2
[next]