index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pcmcia
/
if_sm_pcmcia.c
Age
Commit message (
Expand
)
Author
2006-01-23
update sm(4) from NetBSD, including support for more models and MII;
Martin Reindl
2005-11-21
Move contents of sys/select.h to sys/selinfo.h in preparation for a
Todd C. Miller
2005-06-08
remove netns crud.
Henning Brauer
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
2003-09-04
remove an unneccessary (and incorrectly sized) bzero
Anil Madhavapeddy
2003-02-18
intial -> initial;
Jason McIntyre
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
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