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
2011-09-17
Fix a truncated DPRINTF.
Miod Vallat
2011-07-07
get rid of a debug printf that keeps giving me flase psotives because
Henning Brauer
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-05-09
Refactor queue allocation and initialization into a wdc_alloc_queue()
Matthew Dempsky
2011-05-02
Fix a tyop which could potentially lead to null dereference.
Charles Longeau
2011-04-07
Do not use NULL in integer comparisons. No functional change.
Miod Vallat
2011-03-31
- use nitems(); no binary change.
Jasper Lievisse Adriaanse
2010-09-07
remove the powerhook code. All architectures now use the ca_activate tree
Theo de Raadt
2010-09-06
All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}
Theo de Raadt
2010-09-04
Off-by-two in the length check for CISTPL_CONFIG tuples.
Miod Vallat
2010-09-04
Use pcmcia_cis_read_1() to read cis data to be checksummed, instead of
Miod Vallat
2010-09-04
Add support for indirect CIS data (CISTPL_INDIRECT tuple).
Miod Vallat
2010-09-01
Failure to attach a pcmcia driver could leave the function to be disabled
Miod Vallat
2010-08-31
Add DVACT_QUIECE support. This is called before splhigh() and before
Theo de Raadt
2010-08-30
Convert the pcmcia power hook to an activate function. Then change the
Theo de Raadt
2010-08-29
wdcactivate() can go since it is just a wrapper around
Theo de Raadt
2010-08-27
remove the unused if_init callback in struct ifnet
Jonathan Gray
2010-08-27
More killing of PWR_STANDBY. cvs skipped these files
Theo de Raadt
2010-07-02
fix a variety of uninit errors. ok and one correction deraadt
Ted Unangst
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-06-26
Don't #include <sys/user.h> into files that don't need the stuff
Philip Guenthe
2010-05-20
Split some copies of two struct members together into two bcopy rather
Nicholas Marriott
2010-05-19
Use the actual SSID length rather than a (wrong) sizeof. Makes gcc4
Nicholas Marriott
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
[next]