index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
Age
Commit message (
Expand
)
Author
2009-06-22
Tidy up promiscuous mode and multicast handling; tested by Simon Kuhnle
Stuart Henderson
2009-06-11
Simplify the ioctl handling code. From Brad.
Stuart Henderson
2009-06-11
fix potential use of uninitialized value.
Charles Longeau
2009-06-11
remove dead assignment and newly created unused variable.
Charles Longeau
2009-06-10
Remove (unused) CASSERT macro. Whatever it was intended to be used for, it
Miod Vallat
2009-06-06
- don't mess with assert()/__assert(), use KASSERT() instead
Jasper Lievisse Adriaanse
2009-06-06
Rewrite the SIOCSIFFLAGS ioctl handling code to clean it up a bit and
Christian Weisgerber
2009-06-05
%zu is not meant for size_t in the kernel. Change to %lu.
Ray Lai
2009-06-04
Add missing argument to printf statement.
Ray Lai
2009-06-04
Fix IPv4 rx checksumming for the non-TCP/UDP case. DESCV2 chips
Christian Weisgerber
2009-06-03
make wireless interfaces priority 4 by default. other interfaces remain
Bob Beck
2009-06-03
put the values direct in the array, otherwise the nested macros are longer
Theo de Raadt
2009-06-03
mjacob took kettenis's r1.44 into FreeBSD and added a tweak to
Kenneth R Westerback
2009-06-03
from Brad; I've read and tested it, also reads ok to dlg@.
Stuart Henderson
2009-06-02
make rl at pci detachable; untested.
Jonathan Gray
2009-06-02
Make fxp at pci detachable; untested.
Jonathan Gray
2009-06-02
make dc at pci detachable; untested.
Jonathan Gray
2009-06-02
let atw at pci be detachable; untested.
Jonathan Gray
2009-06-02
replace custom macro AR5K_ELEMENTS() with nitems()
Reyk Floeter
2009-06-02
If a bogus channel is encountered, return an error instead of trying
Philip Guenthe
2009-06-02
change a sizeof() to nitems() because the array subtype is a short.
Theo de Raadt
2009-06-02
The xl_detach() function is now used by pci code, so it must be in the
Theo de Raadt
2009-05-24
declare a variable at the start of bwi_dma_free() instead
Jonathan Gray
2009-05-23
FALL THROUGH -> FALLTHROUGH to appease lint
Jonathan Gray
2009-05-18
fix reading from e-fuse rom (>= RT3070 only).
Damien Bergamini
2009-05-15
TOD clock support for IOC3 flavours with DS174x chips (which are rebadged
Miod Vallat
2009-05-15
properly identify the RT3052 radio (dual-band 2T2R) in dmesg.
Damien Bergamini
2009-05-11
properly set unicast to me mask in MAC_ADDR_DW1 register.
Damien Bergamini
2009-05-11
enable USB Rx stream mode (aggregation of muliple bulk xfers in a single one).
Damien Bergamini
2009-04-30
Add READ(16) & WRITE(16) commands.
Marco Peereboom
2009-04-29
Implement the 64bit FIFO modes (based on the OpenCISS Specification
Reyk Floeter
2009-04-29
MFI_D_IOCTL should be commented out. No binary change.
Marco Peereboom
2009-04-23
Clear IFF_RUNNING and IFF_OACTIVE flags and cancel watchdog timer in
Mark Kettenis
2009-04-17
Switch hme(4) over to using MCLGETI when allocating mbufs for the RX ring.
Mark Kettenis
2009-04-15
Remove en(4) (no manpage present, no none removed), and the midway.c glue code
Owain Ainsworth
2009-04-04
scrub more fields in the ccb when returning them to the free list after
David Gwynne
2009-03-31
On watchdog timeout reset the full chip. Just draining the tx ring is not
Claudio Jeker
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2009-03-29
spello
Marco Peereboom
2009-03-29
Remove unused prototype.
Mark Kettenis
2009-03-29
when we steal the SYNC CACHE command in mfi_scsi_cmd we still have to
David Gwynne
2009-03-29
fix a small race in mfi_mgmt between the checking of a ccbs completion and
David Gwynne
2009-03-22
Add workaround for RX MAC/FIFO hangs on ERI. Tested by matthieu@ and naddy@.
Mark Kettenis
2009-03-20
Unconditionally drain the RX ring when stpping the chip.
Mark Kettenis
2009-03-11
Do more error checking in acx(4).
Stefan Sperling
2009-03-09
Do not start printing device info before attachment succeeded.
Stefan Sperling
2009-03-08
Move more z8536 defines from MVME188 specific code to the MI header and use it.
Miod Vallat
2009-03-07
No need to spam log with 'unable to alloc CCB' messages now that
Kenneth R Westerback
2009-03-07
Make sure the scsi_xfer timeout is set up before the command may complete;
Miod Vallat
2009-03-06
Add a few more cpu types from freebsd driver found on serveraid-8k board.
Alexander Yurchenko
[next]