Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-03 | enable rx ip checksum offload | Jason Wright | |
2001-07-03 | From FreeBSD: | Jason Wright | |
mask off high order part of vlan tag (the non-tag parts) | |||
2001-07-03 | obvious typo in condition; csapuntz@ ok | Niklas Hallqvist | |
2001-07-02 | Put the ISES firmware under dev/microcode/. | Hakan Olsson | |
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 | Remove spurious printf | Nathan Binkert | |
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 | Print out correct version string | Nathan Binkert | |
2001-07-02 | Compile with WDCDEBUG. | Hakan Olsson | |
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-07-02 | these don't depend on pci register defs | Jason Wright | |
2001-06-29 | move definitions around a bit and define a few more constants | Jason Wright | |
2001-06-29 | implement get/set screen ioctls to fetch configured screen list | Michael Shalayeff | |
and switch focus out of comand line utility (to come soon). also, fix duplicated ioctl numbers, so rebuild the ws* utils. | |||
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 | Enable ioprbs | Niklas Hallqvist | |
2001-06-29 | Alpha-version (or is that Intel?) of the I2O random block storage driver. | Niklas Hallqvist | |
Inspired by ld_iop.c from NetBSD but written by me mostly. Tested on the Adaptec 2100S RAID card, got it working at Usenix in a weird hackathon setup. | |||
2001-06-29 | Better failure handling in the init routine | Niklas Hallqvist | |
2001-06-29 | KNF | smart | |
2001-06-27 | More pmax files are leaving the party. | Miod Vallat | |
2001-06-27 | Very important endian fix :-) | Niklas Hallqvist | |
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 | Another symetric -> symmetric | Nathan Binkert | |
2001-06-27 | use proper size for swapping | Michael Shalayeff | |
2001-06-27 | last one | Nathan Binkert | |
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 | zap old vm | Artur Grabowski | |
2001-06-27 | Hold on to m0->m_pkthdr.len (just being pendantic) | Angelos D. Keromytis | |
2001-06-27 | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | Angelos D. Keromytis | |
on how macros should be treated. Code by fgsch@, ok by me and itojun@ | |||
2001-06-27 | use I2O_CLASS_MASK and I2O_LCT_ENTRY_TID_MASK instead of magic const, plus a ↵ | Michael Shalayeff | |
couple of minor knits | |||
2001-06-27 | "IPsec" capitalization (jsyn@nthought.com) | Angelos D. Keromytis | |
2001-06-27 | some more adapter and bus related definitions | Michael Shalayeff | |
2001-06-27 | remove unused var decl | Niklas Hallqvist | |
2001-06-27 | modify for our scsi framework | Michael Shalayeff | |
2001-06-27 | Pastos from the inception | Niklas Hallqvist | |
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 | uncomment iopsp, which not ready, but | Michael Shalayeff | |
2001-06-26 | htole32 is twice as wrong as letoh16 | Michael Shalayeff | |
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 | size fixes. Some KNF. | Niklas Hallqvist | |
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 | make iop_msg_post deal w/ the size itself | Michael Shalayeff | |