summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_rln_pcmcia.c
AgeCommit message (Expand)Author
2005-01-27Use pcmcia_intr_string() for printing the irq (or error) string.Todd C. Miller
2002-11-19Use queue.h macros instead of using the structure names directly.Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-17quieten pcmcia/cardbus interrupt handling at unsuspend timeTheo de Raadt
2000-12-16make sure cis1_info[i] is not NULL before strcmp() w/ it; fixes some obscure ...Michael Shalayeff
2000-04-24Do not unmap CCR before using them for the last timeNiklas Hallqvist
2000-02-05repair suspend/activate; extern rlnstop, rlninitDavid Leonard
2000-02-03Fix the activate routine to support suspend/resume.Angelos D. Keromytis
1999-08-23reset card before attempting configDavid Leonard
1999-08-19test vendor id against PCMCIA_VENDOR_INVALID, not against 0David Leonard
1999-08-18Remove unneeded code. Use u_int16_t.Federico G. Schwindt
1999-08-18make most functions staticDavid Leonard
1999-08-16manufacturer and product are 16 bits, 0xffff is the special caseTheo de Raadt
1999-08-08Add detaching support to networking pcmcia cardsNiklas Hallqvist
1999-07-30rename rl2->rln for sanityDavid Leonard