summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/com_pcmcia.c
AgeCommit message (Expand)Author
2022-04-06constify struct cfattachChristian Weisgerber
2021-03-07ansiJonathan Gray
2017-12-30Delete unnecessary <sys/file.h> includesPhilip Guenther
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-09-14remove uneeded proc.h includesJonathan Gray
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-03-31- use nitems(); no binary change.Jasper Lievisse Adriaanse
2010-08-30Convert the pcmcia power hook to an activate function. Then change theTheo de Raadt
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-21Switch i386 from pccom to com. Welcomed by many.Mark Kettenis
2006-05-28remove the dev/isa/isavar.h include, as it is not neededFelix Kronlage
2006-04-20Fix various printf() issues: too many arguments, not enough arguments, argumentMiod Vallat
2005-12-13add novatel NRM6831; from Felix Kronlage <fkr@hazardous.org>Michael Shalayeff
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-09-26Share com probe code between com and pccom; allows us to get rid of awkwardMiod Vallat
2005-08-10Audiovox RTM-8000 has a st16650 uart but its fifo is 16 bytes instead ofFederico G. Schwindt
2005-07-19more adaption for new com files frameworkTheo de Raadt
2005-01-27Use pcmcia_intr_string() for printing the irq (or error) string.Todd C. Miller
2004-08-02Initialize timeouts correctly, match isa com; fixes panics inMiod Vallat
2004-01-27this part is not needed for sierra wirelessTheo de Raadt
2004-01-24Also add support for Sierra A550 and A710/A750 which are apparently mapTheo de Raadt
2004-01-24Sierra A555 1x card supportTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-11-19Use queue.h macros instead of using the structure names directly.Jason Wright
2002-06-20make this compile on sparc64; deraadt and millert ok.Federico G. Schwindt
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2001-08-17quieten pcmcia/cardbus interrupt handling at unsuspend timeTheo de Raadt
2001-03-28Move code to set sc_frequency out of #ifdef notyet since we now need it.Todd C. Miller
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-03Make pccomms suspendable (tested on a 3Com Megahertz combo card).Angelos D. Keromytis
1999-10-27Use SIMPLEQ_XXX.Federico G. Schwindt
1999-10-26This file has my code in it, attach my copyright.Jason Downs
1999-10-26Rename internal com_attach() routine.Jason Downs
1999-08-16manufacturer and product are 16 bits, 0xffff is the special caseTheo de Raadt
1999-08-16more shorten dmesg output.Federico G. Schwindt
1999-08-14Support for 3CXEM556B-INT.Federico G. Schwindt
1999-08-12conditionalize some code only working on pccom so farNiklas Hallqvist
1999-08-09Remove unnecessary printf.Federico G. Schwindt
1999-08-08Detach support for com; NetBSD and meNiklas Hallqvist
1999-07-26betterTheo de Raadt
1999-07-26Print the irq first.Federico G. Schwindt
1999-07-26shrink code, cleanup port printouts, repairs various commentsTheo de Raadt
1999-01-28Add support for:Federico G. Schwindt
1999-01-21Remove remnicients of old pcmcia code, allow both pccom & com at pcmciaNiklas Hallqvist
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller