summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_we.c
AgeCommit message (Collapse)Author
2006-10-20remove some NetBSD code.Brad Smith
2006-10-20ansiBrad Smith
2006-10-01fix dmesg line wrapping; this was fallout from shortening the ne(4) dmesgBrad Smith
printing. reported/tested by and okay nick@
2006-07-29Do not redefine ALIGNED_POINTER, it comes from <machine/param.h>Miod Vallat
2005-06-08remove netns crud.Henning Brauer
some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
ok krw@ canacar@
2003-04-17Remove a bogus ALIGNED_POINTER, this is now defined in proper i386 headers.Dale Rahn
2002-03-14First round of __P removal in sysTodd C. Miller
2001-03-12Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.Aaron Campbell
The dp8390_softc now has media_init and media_fini function pointers that do the work. fgsch@ ok
2000-04-03change overriding messageTheo de Raadt
1998-12-23whoops; finally this should work with isapnp *and* non-isapnpAaron Campbell
1998-12-23a better fix; deraadt@Aaron Campbell
1998-12-23make this driver work again (move _valid assignments out of else{} so they areAaron Campbell
performed regardless)
1998-11-28no debug by defaultTheo de Raadt
1998-11-28first attempt at SMC EtherEZ (8416) on isapnpTheo de Raadt
1998-10-04Use swap16 not bswap16 in OpenBSDNiklas Hallqvist
1998-09-22Replace the ed driver.Federico G. Schwindt
ec is used for 3c503 cards, we for SMC/WD 80x3 series and ne for ne[12]00. This also adds ne2k pnp support.