Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-11 | remove pnic stuff | Jason Wright | |
1999-01-11 | Driver for PNIC boards | Jason Wright | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1999-01-11 | kill unnecessary printf before a panic | Todd C. Miller | |
1999-01-10 | VIA Rhine driver, ported from FreeBSD; written by wpaul@ctr.columbia.edu. | Jason Downs | |
1999-01-10 | sync | Jason Downs | |
1999-01-10 | pretty Rhine | Jason Downs | |
1999-01-10 | Don't leak the spl() if the card setup fails. | Jason Downs | |
1999-01-08 | Driver for Macronix 98713, 98713A, 98715 and 98725 based nics ported from ↵ | Jason Wright | |
FreeBSD. | |||
1999-01-08 | sync | Jason Wright | |
1999-01-08 | added macronix 98715 | Jason Wright | |
1999-01-02 | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | Niklas Hallqvist | |
1998-12-31 | make sure xl_tx_tail pointer gets updated; freebsd | Jason Wright | |
1998-12-31 | tl_tx_tail pointer was not always being updated correctly; freebsd. | Jason Wright | |
1998-12-31 | Trim CRC off of rx'd packets; freebsd. | Jason Wright | |
1998-12-30 | If no phy is probed, proceed in 'auto' mode. This makes cards like my 10mb ↵ | Todd C. Miller | |
etherexpress pro+ combo that worked in 2.3 but not in 2.4. | |||
1998-12-28 | sync | Theo de Raadt | |
1998-12-28 | zoran | Theo de Raadt | |
1998-12-26 | config.new disappeared a long time ago | Niklas Hallqvist | |
1998-12-25 | Sync | Thorsten Lockert | |
1998-12-25 | Another typo | Thorsten Lockert | |
1998-12-25 | Sync | Thorsten Lockert | |
1998-12-25 | Fix typo, shorten some names | Thorsten Lockert | |
1998-12-25 | One more chipset | Thorsten Lockert | |
1998-12-25 | Sync | Thorsten Lockert | |
1998-12-25 | Correct identifyer for chip | Thorsten Lockert | |
1998-12-25 | Sync | Thorsten Lockert | |
1998-12-25 | Add vendor and a card | Thorsten Lockert | |
1998-12-22 | sync with FreeBSD: | Jason Wright | |
o minor fix for xl_txeof o defensive code for for xl_start o ansification | |||
1998-12-22 | sync with FreeBSD: | Jason Wright | |
o sanity checking on foo_start() routines o ansification | |||
1998-12-22 | sync with FreeBSD | Jason Wright | |
1998-12-21 | If no mii found on a card that claims to support one, don't attach the | Jason Wright | |
interface. | |||
1998-12-17 | sync | Theo de Raadt | |
1998-12-17 | new card; dave@dtsp.co.nz | Theo de Raadt | |
1998-12-16 | sync | Theo de Raadt | |
1998-12-16 | crunch this much smaller | Theo de Raadt | |
1998-12-03 | o Don't match pci product 0xae33, as it's a pciide controller; reported by ↵ | Jason Wright | |
mickey@ (pr 652). o use switch for matching pci products | |||
1998-12-02 | cogent-compatible adapters appearing in an adaptec ethernet block range | Theo de Raadt | |
1998-11-29 | sync | Theo de Raadt | |
1998-11-29 | rhine/rhineII viatech chips | Theo de Raadt | |
1998-11-29 | sync | Theo de Raadt | |
1998-11-29 | tweaks | Theo de Raadt | |
1998-11-26 | sync | Theo de Raadt | |
1998-11-26 | shorten, new s3 card | Theo de Raadt | |
1998-11-23 | make quieter on out of memory conditions | Jason Wright | |
1998-11-23 | clean up, make more quiet, and nuke unused 'csr' variable | Jason Wright | |
1998-11-23 | clean up and make more quiet | Jason Wright | |
1998-11-20 | careful mmap | Theo de Raadt | |
1998-11-20 | MII fixups, should be able to reliably switch modes manually now | Jason Wright | |
1998-11-19 | Sync with FreeBSD: | Jason Wright | |
o match Accton 1207D (MXP5030, 5038) o always do buffer copies on tx (it happened most of the time anyway) o fix up tx packets to minimum length |