Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-02 | When the PHY status changes, we need to check what the media speed is | Nathan Binkert | |
so that we can choose between MII, GMII, and TBI interfaces to the physical layer. Don't print debugging info by default. Change some debugging info. | |||
2001-07-02 | Add TBI_EN config bit. Also add GPIOR location in EEPROM | Nathan Binkert | |
2001-07-02 | No need to return at the end of a void function | Nathan Binkert | |
2001-07-02 | - More vtophys death: packet buffer lists are is bus_dma(9) memory as is | Jason Wright | |
the mac buffer - also, reenable aggregation code (accidentally removed) | |||
2001-06-29 | move definitions around a bit and define a few more constants | Jason Wright | |
2001-06-29 | allocate contexts during attach since we can't mess with them during | Jason Wright | |
interrupts (the space allocation is wasteful, but more data will be moved into the allocation soon). | |||
2001-06-29 | KNF | smart | |
2001-06-27 | ALTQ'ify network drivers. | Kenjiro Cho | |
- use the new queue macros. - use IFQ_POLL() to peek at the next packet. - use IFQ_IS_EMPTY() for empty check. - drivers should always check if (m == NULL) after IFQ_DEQUEUE(), since it could return NULL even when IFQ_IS_EMPTY() is FALSE under rate-limiting. - drivers are supposed to call if_start from tx complete interrupts (in order to trigger the next dequeue under rate-limiting). | |||
2001-06-27 | missed one | Nathan Binkert | |
2001-06-27 | recieve -> receive | Nathan Binkert | |
2001-06-27 | remove excess proto | Theo de Raadt | |
2001-06-27 | alternative instruction format handling | Jason Wright | |
2001-06-27 | "IPsec" capitalization (jsyn@nthought.com) | Angelos D. Keromytis | |
2001-06-27 | Remove an unused function call. | Hakan Olsson | |
2001-06-26 | routines for getting/putting data register numbers | Jason Wright | |
2001-06-26 | no need to print the BAR... test program uses dev/pci =) | Jason Wright | |
2001-06-26 | use pci_bus_maxdevs instead of nasty i386 specific goop (It's nice to | Jason Wright | |
be able to bug art@ and matthieu@ in person =) | |||
2001-06-26 | define opcodes and a macro for generating the instructions | Jason Wright | |
also, be sure to mask off the reserved bits in the length space... 6500 seems to use them for something | |||
2001-06-26 | Support for Motorola Raven | Steve Murphree | |
2001-06-26 | Hey, what did ya expect... more reg defs? | Jason Wright | |
2001-06-26 | There should be a way of automating register defines from databooks *sigh* | Jason Wright | |
2001-06-26 | jack up the rng clock prescalar a bit | Jason Wright | |
define the rng address space | |||
2001-06-26 | remove statics | Niklas Hallqvist | |
2001-06-26 | Fix args to pciide_machdep_compat_intr_disestablish | Constantine Sapuntzakis | |
2001-06-26 | cleaning and adding a bit of debugging code... next step: bignums from ↵ | Jason Wright | |
userland =) | |||
2001-06-26 | clock multiplier bits | Jason Wright | |
2001-06-26 | add support for hardware rng using default scalar (can generate up to a | Jason Wright | |
3Mbit/s stream, but we're not using that... yet). | |||
2001-06-26 | fix big oops in bus access macros and buffer for rng | Jason Wright | |
2001-06-26 | this is not a bus master | Jason Wright | |
2001-06-26 | move bus access to var where it belongs | Jason Wright | |
2001-06-26 | bus access methods | Jason Wright | |
2001-06-26 | finish register defs | Jason Wright | |
2001-06-25 | regen | Michael Shalayeff | |
2001-06-25 | i960 ppb on dpt i2o cards | Michael Shalayeff | |
2001-06-25 | some reg defs | Jason Wright | |
2001-06-25 | Forgot the PCI bus attachment, from NetBSD, hacked by mickey | Niklas Hallqvist | |
2001-06-25 | New dma engine skeleton | Jason Wright | |
2001-06-25 | Enable interrupts during PCIIDE detect | Constantine Sapuntzakis | |
2001-06-25 | Cleanup/rewrite. Some further work. No crypto yet. | Hakan Olsson | |
2001-06-25 | bits are -wrong- in documentation... this is a recurring theme, do chip | Jason Wright | |
makers -read- their docs? | |||
2001-06-25 | Add disestablish routine for compat PCIIDE interrupts | Constantine Sapuntzakis | |
2001-06-25 | pci_mapreg_map requires another argument | Nathan Binkert | |
2001-06-25 | Have to enable PIER as well as DMAIER in order to get interrupts from the | Jason Wright | |
bignum engine. | |||
2001-06-25 | trivial ether_input_mbuf() conversion. | Federico G. Schwindt | |
2001-06-24 | add i2o stubs | Michael Shalayeff | |
2001-06-24 | - vlan_input_tag() takes 2 args now. | Federico G. Schwindt | |
- use ether_input_mbuf(). | |||
2001-06-24 | Program the address filter in vr_init(). Apparently the rhine cards are smart | Aaron Campbell | |
enough to read their own Ethernet address from the EEPROM and program their unicast filters automatically, but to support setting the Ethernet address with ifconfig on vr(4) cards we need to do this. From FreeBSD. | |||
2001-06-24 | Some cleanup. | Hakan Olsson | |
2001-06-24 | more ether_input_mbuf() conversion. | Federico G. Schwindt | |
2001-06-24 | Remove some redundent copies of the total length/skip values and use the | Jason Wright | |
descriptors passed in instead. |