summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/pcmcia.c
AgeCommit message (Expand)Author
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-11Check result from malloc(9) when using M_NOWAIT. fgsch@ okThomas Nordin
2001-08-17quieten pcmcia/cardbus interrupt handling at unsuspend timeTheo de Raadt
2000-06-28Don't call the drivers' xxx_activate() function directly -- use the systemAaron Campbell
2000-04-28Disable framework for recognition of CIS-less cards, several other matchNiklas Hallqvist
2000-04-24wait just a bit for enabling to settle, fixes pccom on an xeNiklas Hallqvist
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron Campbell
2000-02-05if card has an activate function, call it on apm power changesTheo de Raadt
1999-08-16remove space.Federico G. Schwindt
1999-08-16manufacturer and product are 16 bits, 0xffff is the special caseTheo de Raadt
1999-08-16Fix typo.Federico G. Schwindt
1999-08-16even nicerTheo de Raadt
1999-08-16repair output of pcmcia_print() to match pciprint() and others; fgsch and ITheo de Raadt
1999-08-08Support detaching. Support CIS-less cards. Style police.Niklas Hallqvist
1999-07-30pretty print manufacturer and product for unknown devicesTheo de Raadt
1999-07-01Forgotten changes needed by the Xircom driver. Includes acceptanceNiklas Hallqvist
1999-07-01This should fix the problem reported by mickey@.Federico G. Schwindt
1999-05-27Revert accidentally committed stuffNiklas Hallqvist
1999-05-27A Sound+SCSI cardNiklas Hallqvist
1999-03-04" quote in pcmcia_printTheo de Raadt
1999-01-28Add support for:Federico G. Schwindt
1998-09-11PCMCIA code ported from NetBSD.Federico G. Schwindt
1997-08-19- add wavelan files in files.pcmciaAngelos D. Keromytis
1997-04-17Minor KNF + $OpenBSD$Niklas Hallqvist
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-10-16type deathTheo de Raadt
1996-05-07convert to machine/bus.hTheo de Raadt
1996-05-03prettier printf messagesTheo de Raadt
1996-04-29Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA workhvozda
1996-01-26Better config symantics (elimitates 'options PCMCIA_*'; thanks Theo).hvozda
1996-01-15ISA <-> PCMCIA glue for PCMCIA support.hvozda