Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-23 | update sm(4) from NetBSD, including support for more models and MII; | Martin Reindl | |
also activate ISA attachment; ok brad@ | |||
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller | |
userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@. | |||
2005-06-08 | remove netns crud. | Henning Brauer | |
some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad | |||
2005-01-27 | Use pcmcia_intr_string() for printing the irq (or error) string. | Todd C. Miller | |
2004-05-12 | network drivers don't need to include bpfdesc.h | Ted Unangst | |
ok krw@ canacar@ | |||
2003-09-04 | remove an unneccessary (and incorrectly sized) bzero | Anil Madhavapeddy | |
fix suggested by tedu@, ok deraadt@, fgsch@ | |||
2003-02-18 | intial -> initial; | Jason McIntyre | |
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||
2002-11-19 | Use queue.h macros instead of using the structure names directly. | Jason Wright | |
2002-07-01 | when printing the size, use what we have map'ed, not what's in the | Federico G. Schwindt | |
configuration. | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-08-17 | quieten pcmcia/cardbus interrupt handling at unsuspend time | Theo de Raadt | |
2000-08-04 | Support for the Psion Goldcard; pt98kfr@student.hk-r.se | Aaron Campbell | |
2000-06-20 | Almost make a Megahertz card working, still rx probs though | Niklas Hallqvist | |
2000-04-24 | Do not unmap CCR before using them for the last time | Niklas Hallqvist | |
2000-02-02 | Call xxx_init and xxx_stop on activate. | Federico G. Schwindt | |
1999-10-01 | Attach to SMC 8020 cards, they seem to work fine. | Jason Downs | |
1999-08-16 | manufacturer and product are 16 bits, 0xffff is the special case | Theo de Raadt | |
1999-08-16 | Remove unneeded ifdefs. | Federico G. Schwindt | |
1999-08-16 | Don't establish irq later. | Federico G. Schwindt | |
1999-08-16 | shorten dmesg output. | Federico G. Schwindt | |
1999-08-08 | Add detaching support to networking pcmcia cards | Niklas Hallqvist | |
1999-07-26 | shrink code, cleanup port printouts, repairs various comments | Theo de Raadt | |
1998-10-14 | sync | Federico G. Schwindt | |
1998-09-12 | if_media support. | Federico G. Schwindt | |
1998-09-11 | PCMCIA code ported from NetBSD. | Federico G. Schwindt | |
Support for aic, ep, pccom and sm. |