summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard
Commit message (Collapse)AuthorAgeFilesLines
* Make oldcard and newcard kernel module work.takawata2002-05-304-4/+81
|
* Catchup to 1.32imp2002-04-111-1/+7
|
* Add ACTIONTEC HWC01170 from OpenBSDimp2002-04-111-0/+4
|
* catch up to 1.31imp2002-04-051-1/+4
|
* Add 3crwe77aimp2002-04-051-0/+1
|
* Regen for 1.30 pccarddevsimp2002-04-021-1/+8
|
* Actually merge proxim rangelands and addtron awp-100imp2002-04-021-0/+3
|
* regen to 1.29 pccarddevsimp2002-04-021-15/+40
|
* Merge from both NetBSD and OpenBSD's pcmciadevs:imp2002-04-021-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | NetBSD: 1.163; martin; ELSA MicroLink mc all 1.162; is; typo 1.161; is; typo 1.160; is; Add Lantech Fastnet/TX OpenBSD: 1.85; millert; proxim rangelan-ds 1.84; provos; linksys wpc11 1.83; mickey; now wires needed wlan 1.82; mickey; socket low power wlan from netbsd [*] 1.81; mickey; ericsson wlan 1.80; fgsch; add openbsd tag back (not needed) 1.79; fgsch; Netgear FA411 1.78; mickey; simple spectrum25 from netbsd [*] 1.77; mickey; emtac wavelan from netbsd [*] 1.76; mickey; buffalo wavelans from netbsd [*] 1.75; jakob; 3com wilress lan pccard 1.74; mickey; linksys2 instant wireless 1.73; mickey; oops (add closing quote) 1.72; mickey; pcm100 [*] (already in freebsd) Obtained from: NetBSD, OpenBSD
* Improve support of MFC cards (Multi-function cards). This commitimp2002-03-291-2/+4
| | | | | | | | | | | | | | | | | allows us to properly parse cards with attribute memory based CIS that before wouldn't parse correctly, sometimes with a panic. This allows me to get my 3C562 modem/ethernet card to fail to attach due to problems in the ep and sio drivers rather than due to problems in the CIS parsing code :-). We weren't setting the address to jump to for the function entries. This caused us to only work when the addional entries were after the first ones. On the 3C562/3C563 card this was not the case. We were also mapping Attribute memory when common memory was asked for in the target of the LONGLINK_{A,C} or LONGLINK_MFC. My IBM Home And Away Modem/LAN card still fails for reasons unknown.
* Regen for 1.28 of pccarddevsimp2002-03-171-1/+7
|
* Add support for the home Wireless Network airway wireless pcmcia card.imp2002-03-171-0/+4
| | | | | I cannot find where I got these patches, but I think it was from the bsd-nomads mailing list. Please contact me if you posted them there.
* Make hw.pccard.debug and hw.pccard.cis_debug tunable/sysctl. Setting to 1imp2002-03-072-4/+19
| | | | will enable more verbose debugging output from the pccard system.
* Add u_int16 prodext value in CISTPL_MANF_ID. This gets a fifth byteshiba2002-02-203-0/+15
| | | | | | | when manufacturer id tuple length is 5. This change is for xe driver. This is a dirty hack. But there is no better idea. Reviewd by: imp
* o Count the number of mem and io spaces we allocate. If none work, bail outimp2002-02-191-3/+15
| | | | | o Add some better debugging code. o Minor style(9) fixes.
* Do the cast away of unsignedness in a way that is more commprehensible.imp2002-02-191-1/+1
|
* Null interrupt handlers should be OK, so if we don't have a function,imp2002-02-101-6/+1
| | | | just return.
* o Use bus_generic_setup_intr instead of bus_setup_intr.imp2002-02-101-11/+8
| | | | | | | o Call bus_generic_setup_intr and check its return value. Don't setup func until we successfully get the interrupt from our parent. o Add comments about some maybe questionable stuff so I can check later to make sure that it really is that way.
* Boot verbosify printing the CIS, since we don't normally need to do that.imp2002-02-092-8/+2
|
* Remove DETACH_NOWARNimp2002-02-071-1/+0
|
* Default debugging to OFF now.imp2002-02-042-2/+2
|
* Move cardaddr to memory structure.imp2002-01-291-1/+2
| | | | | Forgotten by: imp Reminded by: Dave Cornejo
* Sync to 1.27 of pccarddevsimp2002-01-291-2/+14
|
* MFNetBSD:imp2002-01-291-1/+9
| | | | | | 1.159: sorting (not relevant to us, since I'd done thie before) 1.158: joda; Ericsson PRISM2 WIRELEASS LAN CARD. 1.157: aymeric Edimax Technology ethernet card
* Regenerate from 1.26 pccarddevsimp2002-01-081-2/+23
|
* Catch up to NetBSD:imp2002-01-081-1/+8
| | | | | | | 1.156 pooka; Socket Low-Power CF WLAN 1.155 ichiro; IBM Smart Capture Card II 1.152-154 ichiro; Fujitsu CF EtherCard and FMV-181,182,182A 1.151 christos; Symbol Spectrum24
* Add support for suspending/resuming CardBus bridges.imp2001-12-151-2/+16
| | | | | | | We really should have and use power state information, but none exists today. Submitted by: YAMAMOTO Shigeru-san <shigeru@iij.ad.jp>
* Sync to pccarddevs 1.25imp2001-12-121-2/+8
|
* Move LINKSYS2 to its correct numerical location.imp2001-12-121-1/+5
| | | | Add BONDWELL B236 Game Card Joystick. A PC Card joystick card.
* implement MFC links properly (and I think long links too). This makeimp2001-12-041-42/+7
| | | | | | | the sprint wireless card try to attach. Sadly, the pci code at the bridge keeps this from happening. Bug w/o PR: jhb :-)
* Sync to 1.24imp2001-11-281-2/+8
|
* Merge from NetBSD:imp2001-11-281-1/+3
| | | | | | | 1.147 (my changes to sync to FreeBSD's file) 1.148 Buffalo AirStation CFtytpe WLAN Card (ichiro) 1.149 IBM SCSI PCMCIA (yamt) 1.150 <restore 1.148 lost in 1.149> (enami)
* Only call pccard_function_disable when we have a configured configimp2001-11-261-3/+6
| | | | | entry. Otherwise we panic on boot for cards that we can't allocate a config entry for (my 3.3V wavelan card currently fails thusly).
* Weed out those pccard entries that match everything. These are tooimp2001-11-201-0/+9
| | | | | | dangerous to allow :-) This should fix the ed1: <PLANEX ... bug.
* Update to 1.23 pccarddevsimp2001-11-191-1/+2
|
* Add ZOOM as one of the bgous vendorsimp2001-11-191-0/+1
|
* Update to 1.22 pccarddevsimp2001-11-191-3/+2
|
* Nits to make it whitespace compatible with what I'm about to commit to NetBSDimp2001-11-191-2/+1
|
* Update to 1.21 pccarddevsimp2001-11-191-3/+6
|
* Merge NetBSD 1.146: Linksys Instant Wireless Network card.imp2001-11-191-2/+3
| | | | Obtained From: NetBSD
* Update to 1.20 pccarddevsimp2001-11-191-2/+5
|
* Merge NetBSD 1.145: Xircom XE2000imp2001-11-191-1/+2
|
* Regenerate with 1.19 of pccarddevsimp2001-11-161-8/+77
|
* Merge in most (hopefully all) of the devices that OpenBSD has thatimp2001-11-161-3/+40
| | | | NetBSD/FreeBSD doesn't have listed.
* Sync to 1.18 of pccarddevsimp2001-11-151-1/+2
|
* Add vendor for NDC.imp2001-11-151-0/+1
|
* Hoist the Card/Card2 macros that I invented for the wi driver intoimp2001-11-151-0/+10
| | | | | | | | pccard layer and rename them PCMCIA_CARD and PCMCIA_CARD2 respectively (note, this is being done with an eye towards NetBSD integreation so it is easier to keep lists of cards between us and them in sync). Use this in the an and wi drivers.
* Sync to 1.17 of pccarddevsimp2001-11-111-1/+2
|
* Add GENTEK as one of the bogus vendors we need to id cards from the cisimp2001-11-111-0/+1
|
* Sync to 1.16 pccarddevs to get new PCMCIA_ symbolsimp2001-11-114-570/+570
|
OpenPOWER on IntegriCloud