summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
AgeCommit message (Collapse)Author
2006-06-03make detachable, inspired by netbsdMartin Reindl
2006-06-02ditch unused struct isadev and in turn the isavar.h includeMartin Reindl
2006-05-28remove the dev/isa/isavar.h include, as it is not neededFelix Kronlage
ok miod@, martin@
2006-05-22Attach routines can fail before calling *hook_establish(), and theyKenneth R Westerback
often rely on the detach routine for cleanup. So be consistant and careful by checking for a NULL hook before calling *hook_disestablish in detach routines. ok mickey@ brad@ dlg@
2006-04-21Fix a typo and remove an unreachable label to let this compile again.Uwe Stuehler
Based on a diff from Markus Schatzl (wtf at neuronenwerk de) to tech@. OK miod@ fgsch@
2006-04-20Fix various printf() issues: too many arguments, not enough arguments, argumentMiod Vallat
order reversed, wrong modifiers. ok deraadt@ marco@ mickey@
2006-04-20Make these compile again.Miod Vallat
2006-04-20regenBrad Smith
2006-04-20add the Belkin F5D6020 802.11b WLAN card.Brad Smith
2006-04-16Preliminary driver for the Colorgraphic VoyagerVGA pcmcia frame buffer;Miod Vallat
more like a proof of concept than anything useful, due to the slowness of the beast, but deraadt@ insists this gets in the tree. Written with matthieu@'s help.
2006-04-16If we stumble on a card with no declared functions, try attaching it anyway,Miod Vallat
in case some driver knows better.
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
outbound), using a new BIOCSDIRFILT ioctl; guidance, feedback and ok canacar@
2006-03-13Set the address decode bit only if the iobase 0 register is available.Federico G. Schwindt
Fixes the wd part of the sandisk wifi + 128 CF. Only multi function cards are affected at this time. quasi ok from uwe@
2006-03-10ansi. no binary change.Jonathan Gray
2006-03-04Add support for Socket CF 10/100.Jonathan Gray
From Andrew Smith <asmith at tranquility.fsbusiness.co.uk>.
2006-03-04regenJonathan Gray
2006-03-04Add Socket CF 10/100.Jonathan Gray
from Andrew Smith <asmith at tranquility.fsbusiness.co.uk>
2006-01-30Add basic radiotap support. Modelled somewhat afterJonathan Gray
ral and NetBSD wi radiotap. "looks ok" damien@
2006-01-23update sm(4) from NetBSD, including support for more models and MII;Martin Reindl
also activate ISA attachment; ok brad@
2006-01-09Move an(4) to a driver based on the NetBSD one.Jonathan Gray
This brings net80211 support and support for newer hardware. In addition ancontrol is no longer needed. This driver does not yet work on big endian archs like the previous one did. "do it" deraadt@
2005-12-17regenJonathan Gray
2005-12-17Add 3Com 3CRWE62092B and SanDisk ConnectPlus.Jonathan Gray
2005-12-13add novatel NRM6831; from Felix Kronlage <fkr@hazardous.org>Michael Shalayeff
2005-12-09Don't disestablish a NULL interrupt handle after an incomplete attachment.Uwe Stuehler
ok fgsch@ brad@
2005-12-05trendnet TE-CF100 support; tested and ok uwe@.Federico G. Schwindt
2005-12-05regen.Federico G. Schwindt
2005-12-05TRENDnet, CompactFlash Fast Ethernet Adapter, TE-CF100; from uwe@Federico G. Schwindt
2005-11-23use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ ↵Michael Shalayeff
testing
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@.
2005-11-09splimp -> splnetBrad Smith
2005-10-31ammount -> amountMiod Vallat
2005-10-31Move from arpcom to ieee80211com in wi softc. This will beJonathan Gray
required for net80211 support. Updated version of a diff from dlg@ similiar diff ok fgsch@, ok dlg@
2005-10-27use a quirk to attach the new sierra wireless; tony@kozoru.comTheo de Raadt
2005-10-27new sierra card; tony@kozoru.comTheo de Raadt
2005-10-22shorten ne(4) dmesg entries from 2-3 lines to 1.Brad Smith
Thanks to Han Boetes for testing on an isapnp card.
2005-10-06remove comment about M_HASFCSBrad Smith
2005-09-26Share com probe code between com and pccom; allows us to get rid of awkwardMiod Vallat
code duplication in cardbus, pcmcia and puc attachments. Joint effort with fgs@; blessed deraadt@
2005-09-19spaces.Federico G. Schwindt
2005-09-19another D-Link DFE-670TXD PCMCIA varient; from henrik@flodell.se; ok fgschTheo de Raadt
2005-09-18ansi. No binary change.Jonathan Gray
2005-09-13only include what is needed (tree.h) and not the whole metric assload of ↵Michael Shalayeff
unrelated crap (mbuf.h)
2005-09-13replace the node hash table with a red-black tree. this fixes someReyk Floeter
bugs in the node table (like duplicate nodes in hostap mode), we get rid of possible hash collisions, and it simplifies the code. tested by many, ok damien@, jsg@
2005-08-10Audiovox RTM-8000 has a st16650 uart but its fifo is 16 bytes instead ofFederico G. Schwindt
32. add a workaround for the time being. better code will be added later. tested by Andreas Gunnarsson <andreas at zzlevo dot net>, deraadt@ ok.
2005-08-05correct io base/limit registers handling. from mycroft. only affectsFederico G. Schwindt
multi function cards for now. this fixes the Novatel Wireless Merlin UMTS Modem reported by Bolke de Bruin <bdbruin at aub dot nl> tested by several ppl, commit deraadt@.
2005-08-01CISTPL_CONFIG min length should be 3, not 5. audiovox GPRS works now.Federico G. Schwindt
deraadt@ ok.
2005-07-19more adaption for new com files frameworkTheo de Raadt
2005-06-20Replace arpcom in the softc with ieee80211com in preparation forJonathan Gray
further net80211 changes. ok mickey@
2005-06-08remove netns crud.Henning Brauer
some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad
2005-04-27regenJakob Schlyter
2005-04-27add Audiovox RTM-8000 GSM/GPRS CFJakob Schlyter