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