Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-17 | Remove a bogus ALIGNED_POINTER, this is now defined in proper i386 headers. | Dale Rahn | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-03-12 | Adjust 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-03 | change overriding message | Theo de Raadt | |
1998-12-23 | whoops; finally this should work with isapnp *and* non-isapnp | Aaron Campbell | |
1998-12-23 | a better fix; deraadt@ | Aaron Campbell | |
1998-12-23 | make this driver work again (move _valid assignments out of else{} so they are | Aaron Campbell | |
performed regardless) | |||
1998-11-28 | no debug by default | Theo de Raadt | |
1998-11-28 | first attempt at SMC EtherEZ (8416) on isapnp | Theo de Raadt | |
1998-10-04 | Use swap16 not bswap16 in OpenBSD | Niklas Hallqvist | |
1998-09-22 | Replace 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. |