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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simple update to make these work as kld and preload modules.
peter
1998-11-04
6
-84
/
+34
*
In the cyrix Cx5530, there are null (empty) Base address registers before the
julian
1998-11-03
1
-17
/
+25
*
Remove some dead code and comments
grog
1998-11-03
1
-10
/
+8
*
Print a warning if we removed a junked drive
grog
1998-11-03
1
-1
/
+7
*
Take drive down if the disk driver tells us it's not there
grog
1998-11-03
1
-1
/
+5
*
Check for duplicate subdisk names
grog
1998-11-03
1
-9
/
+9
*
Don't update the screen while the cursor shape is being changed
yokota
1998-11-03
1
-1
/
+5
*
Change some numeric #defines to enums
grog
1998-11-02
1
-12
/
+11
*
Don't close drives when called from interrupt context, set a flag for
grog
1998-11-02
1
-23
/
+63
*
Get the default revive blocksize right for striped and RAID-5 plexes
grog
1998-11-02
1
-3
/
+4
*
Close any drives downed in an interrupt context.
grog
1998-11-02
1
-5
/
+24
*
Accept incorrect device open counts, but print a warning
grog
1998-11-02
1
-2
/
+17
*
Check for maximum number of subdisks in a plex
grog
1998-11-02
1
-1
/
+11
*
Ported to OpenBSD. sys/pci/smc83c170.h renamed to sys/pci/if_txvar.h to be
semenu
1998-11-01
3
-513
/
+1669
*
Trivial stylish changes, mostly to silence gcc.
phk
1998-10-31
22
-102
/
+102
*
Fixup prototypes so that this beastie compiles.
peter
1998-10-31
1
-4
/
+4
*
New callback mechanism to allow iicbus bus allocation when requesting
nsouch
1998-10-31
4
-32
/
+79
*
pcf.c: timeout management added
nsouch
1998-10-31
3
-147
/
+309
*
lpbb is the official Philips parallel I2C interface. lpbb.c contains only
nsouch
1998-10-31
2
-7
/
+340
*
iicbb is generic support for I2C bit-banging.
nsouch
1998-10-31
10
-120
/
+665
*
Brooktree driver ported to the new I2C framework. See iicbus(4) for more info.
nsouch
1998-10-31
4
-19
/
+538
*
Fix a typo, and remove verbose error reporting when in
luigi
1998-10-30
1
-2
/
+4
*
Do not disable the ISA compatibility window if it is the same value as
gibbs
1998-10-30
3
-10
/
+22
*
Correct the reporting of the queue full condition so that the XPT layer
gibbs
1998-10-29
2
-6
/
+13
*
Don't complain about SIOCGIFMEDIA; it's harmless and not something
msmith
1998-10-24
1
-1
/
+8
*
Move the kld stuff to here.
peter
1998-10-23
1
-4
/
+38
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
21
-41
/
+88
*
Defer rundown (m_freem) of completed transmit buffers for no longer
dg
1998-10-22
1
-1
/
+22
*
config.c:
grog
1998-10-21
11
-56
/
+188
*
Add a missing ++.
phk
1998-10-18
1
-3
/
+3
*
-Wunused cleanup.
gibbs
1998-10-15
1
-18
/
+26
*
-Wunused cleanup.
gibbs
1998-10-15
2
-20
/
+5
*
-Wunused cleanup.
gibbs
1998-10-15
4
-19
/
+8
*
Honor CAM_TAG_ACTION_NONE.
gibbs
1998-10-15
3
-6
/
+9
*
Reduce the number of ccbs to 16, per the aha documentation. Move
imp
1998-10-15
1
-3
/
+3
*
Bring back support for honoring the primary channel setting for twin channel
gibbs
1998-10-15
2
-48
/
+89
*
Andrew Gallatin reported some internal queue overflows with MAXISPREQUEST
mjacob
1998-10-14
1
-1
/
+1
*
Revert part of previous commit. vaddr_t doesn't exist on FreeBSD. This
peter
1998-10-14
2
-6
/
+6
*
Update from NetBSD if_de.c 1.72 to 1.80. This is mostly bugfixes, and
peter
1998-10-13
2
-57
/
+91
*
Fix breakage introduced by last patch. bde has added CC_QUIET flag to
imp
1998-10-12
3
-73
/
+11
*
Clear out transmit descriptor memory in fxp_attach when it's malloced.
dg
1998-10-11
1
-1
/
+2
*
Fixed mbuf leak in fxp_stop().
dg
1998-10-10
1
-5
/
+9
*
Attempt to work around the page fault in tulip_txput(). I've been running
peter
1998-10-10
1
-2
/
+2
*
Fix conficts in probe:
imp
1998-10-10
3
-3
/
+77
*
Call dpt_intr from our timeout routine to clear any pending commands before
gibbs
1998-10-09
1
-3
/
+11
*
Only pull 16 bits of residual information from completing queues. This
gibbs
1998-10-09
1
-2
/
+10
*
Hook up ahapoll so that dumps, synchronize cache commands or any other
gibbs
1998-10-09
3
-3
/
+6
*
Pass termination information via softc flags to the core driver. The
gibbs
1998-10-09
1
-13
/
+19
*
When 'using defaults' ensure that termination is enabled.
gibbs
1998-10-09
1
-5
/
+4
*
fix a bug which could lock up a transmitter.
kjc
1998-10-09
1
-1
/
+5
[next]