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