| Age | Commit message (Expand) | Author |
| 2000-11-28 | Define additional AC'97 registers. | thorpej |
| 2000-11-26 | lsu -> ld, by popular request. | ad |
| 2000-11-26 | Add new powerhook argument values, PWR_SOFTSUSPEND, PWR_SOFTSTANDBY and | takemura |
| 2000-11-21 | Reduce probe noise. | soren |
| 2000-11-18 | Initialize ring buffer pointers when the ring buffer is allocated. | sommerfeld |
| 2000-11-17 | Supports ETHERCAP_VLAN_MTU. Tested on sbus hme on Ultra/1. | bouyer |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-11-14 | Pull in <uvm/uvm_extern.h> | thorpej |
| 2000-11-14 | NBPG -> PAGE_SIZE | thorpej |
| 2000-11-13 | Define ncr53c9x_ioctl() and use it to start sync negotiation. | pk |
| 2000-11-11 | Change `nvram size' data type to `bus_size_t'. | pk |
| 2000-11-11 | Add note about time-of-day and interval timer programming on this chip | pk |
| 2000-11-11 | Add a function to retrieve the size of the on-chip NVRAM area. | pk |
| 2000-11-08 | Use the MI console magic sequence framework. | eeh |
| 2000-11-08 | Move lsu stuff to more logical locations, and push queueing into the lsu | ad |
| 2000-11-08 | Move guts of pciide_print_modes() to wdc_print_modes() so that non-pciide | wrstuden |
| 2000-11-08 | One more fix to multicast hash computation. Submitter confirms that | thorpej |
| 2000-11-05 | remove what looks to be a bit of leftover debug code. | chs |
| 2000-11-05 | Feh, fix st00p1d braino in last. | thorpej |
| 2000-11-04 | Invert the sense of i82586_init()'s return value so that | scw |
| 2000-11-04 | Print the vendor and chip id in the DPRINTF with 0x%x and not just %d. | veego |
| 2000-11-04 | Shadow the AC'97 codec registers. This adds two capabilities: | thorpej |
| 2000-11-04 | Add some more codec IDs. From OpenBSD. | thorpej |
| 2000-11-03 | Make this compilie with LANCE_REVC_BUG. | tsutsui |
| 2000-11-03 | Wrap function declaration with "#ifndef sun3/#endif" | tsutsui |
| 2000-11-03 | First attempt at multicast stuff. I suspect it doesn't work. | bjh21 |
| 2000-11-02 | Remove unnecessary includes. | bjh21 |
| 2000-11-02 | Convert to using ether_ioctl(). | bjh21 |
| 2000-11-01 | Adapt to the new line discipline scheme. | eeh |
| 2000-10-31 | Clean up a #define that doesn't belong. Oops. That's what I get for | eeh |
| 2000-10-31 | Get the bpp driver to work properly. | eeh |
| 2000-10-31 | Fix hanging token ring when data size is multiple of 514, using | mjl |
| 2000-10-23 | Fixes related to QUEUE FULL status: | bouyer |
| 2000-10-23 | Rearrange for script changes (scheduler core in main script, command part | bouyer |
| 2000-10-23 | Fixed the value of TULIPF_DBO; which was accidentaly shared with the same | onoe |
| 2000-10-21 | Ops, sync the script DMA map when the script RAM *don't* exists. | bouyer |
| 2000-10-20 | Support ETHERCAP_VLAN_MTU. Tested on a sparc 2 with: | bouyer |
| 2000-10-20 | ensure DMA mappings are not mapped streamable. fixes ethernet problems on | mrg |
| 2000-10-19 | Update for lsu; untested. | ad |
| 2000-10-19 | Adapt for script change: don't assume Ent_lun_switch_entry == 0 | bouyer |
| 2000-10-18 | Ops, add proper bus_dmamap_sync() calls for reselect switch operations. | bouyer |
| 2000-10-18 | Adapt for new lun switch script. | bouyer |
| 2000-10-18 | Looks like frame size isn't checked; just say we can do VLAN MTU. | bouyer |
| 2000-10-17 | Support ETHERCAP_VLAN_MTU by ignoring the EX_UPD_ERROR and EX_UPD_OVERSIZED | bouyer |
| 2000-10-17 | Support ETHERCAP_VLAN_MTU. It seems the chip doesn't check the frame size. | bouyer |
| 2000-10-16 | Make changes relevant to changes in WWN defaults. | mjacob |
| 2000-10-16 | Change some of the WWN macros- eliminate PORT_FROM_NODE_WWN and make | mjacob |
| 2000-10-16 | Add in commented-out hiwater measurement. | mjacob |
| 2000-10-16 | Clarify/cleanup how node and port names are derived from nvram. Remove | mjacob |
| 2000-10-15 | Don't trim off the FCS, pass it up. | thorpej |