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
/
pcmcia
Age
Commit message (
Expand
)
Author
2009-10-29
Make sure the descriptor is writable for some operations. Pointed by miod@.
Federico G. Schwindt
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-09-05
Change the wsdisplay_emulops return types from void to int; emulops will now
Miod Vallat
2009-08-17
initialize retry to zero; otherwise if firmware sends odd val16
Martynas Venckus
2009-08-10
The start function did enough so the shutdown hook is not needed
Theo de Raadt
2009-05-26
regen.
Federico G. Schwindt
2009-05-26
Add Quatech SSP-100 from Joerg Niendorf <p3y80 at internode dot on dot net>
Federico G. Schwindt
2009-04-26
Prevent panic upon detach if the device didn't fully attach.
Mark Kettenis
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2009-02-09
fix uninitialized argument.
Charles Longeau
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-11-22
com not pccom; ok miod
Theo de Raadt
2008-11-21
cast pointer argument to bus_space_read_region_1 to the correct type
Owain Ainsworth
2008-10-14
Change m_devget()'s outdated and unused "offset" argument: It is
Christian Weisgerber
2008-10-04
More Linksys models (to match the Netgear ones) from PR 3879. I am not
Theo de Raadt
2008-10-03
Return ENOTTY for unknown ioctl's.
Brad Smith
2008-10-03
Merge xe_ether_ioctl() into xe_ioctl() which was just a handler for
Brad Smith
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-29
sync
Theo de Raadt
2008-09-29
Support another ne(4) at pcmcia(4), pr5940 from Kamo Hiroyasu
Theo de Raadt
2008-09-01
Avoid #pragma pack(1) and unify everything towards using __packed.
Theo de Raadt
2008-07-29
check for m_devget() returning NULL, increment ierror count
Thordur I. Bjornsson
2008-07-27
Some devices take longer to load the firmware. Increase the firmware
Marcus Glocker
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-05-23
Bye bye awi(4). No net80211 love, uses its own WEP code and has not worked
Brad Smith
2008-05-21
Switch i386 from pccom to com. Welcomed by many.
Mark Kettenis
2008-04-23
Remove driver for pre 802.11 RangeLAN2 wireless devices.
Jonathan Gray
2007-10-09
Ops, forgot debug printf.
Marcus Glocker
2007-10-09
Setup channels with OFDM flags. Permit user to set fix rates.
Marcus Glocker
2007-10-09
Load the firmware files just one time per device lifecycle (attach time)
Marcus Glocker
2007-10-08
Give the device a bit time to finish the reset when stopped. Avoids
Marcus Glocker
2007-10-08
Make pcmcia malo(4) work with trunk(4) by:
Marcus Glocker
2007-09-11
KNF
Gilles Chehade
2007-09-09
more M_ZERO conversions; ok krw@.
Federico G. Schwindt
2007-09-07
sprinkle some M_ZERO love.
Federico G. Schwindt
2007-08-28
unify firmware load failure messages; ok mglocker
Theo de Raadt
2007-08-14
Indention and comment.
Marcus Glocker
2007-08-14
Replace bus_space_write/read_2 loops in cmd req/rsp routines with
Marcus Glocker
2007-08-11
Set command context save flag already in attach routine. Avoids double
Marcus Glocker
2007-08-11
Remove IBSS capability flag for now.
Marcus Glocker
2007-08-10
Fix some letho16() tweaks which made my macppc crash on an
Marcus Glocker
2007-08-10
Add missing multicast part to ioctl.
Marcus Glocker
2007-08-09
If an association has failed, set the device back to INIT state.
Marcus Glocker
2007-08-09
Check all FW commands in the init path. None of them shall timeout,
Marcus Glocker
2007-08-09
o Add a mechanism to execute single commands even if are are not context
Marcus Glocker
2007-08-09
Correctly acknowledge event interrupts. Got the wrong register value
Marcus Glocker
2007-08-09
Comment. Sort some register values.
Marcus Glocker
2007-08-09
Add event handler. Events notify us about things like when a
Marcus Glocker
2007-08-07
Improve a evil tsleep() loop by using wakeup() in the interrupt handler.
Marcus Glocker
[next]