summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Collapse)Author
1998-09-28Remember the status of the aui/tp bit, and reset it and waitJason Wright
appropriately during lehwreset(); idea from pk@NetBSD
1998-09-28don't use bcopy to get the tx_flags value, get it directlyJason Wright
1998-09-28introduce attribute 'ifmedia' which means 'this particularifaceMichael Shalayeff
supports if_edia stuff so include correspondent MI support'. reviewed/additions by jason@, he said "there might be more of 'em", but i'd say, there can be only one!
1998-09-25o xfs is in the house (thanks art, for getting me started)Todd T. Fries
o all but vax are major 51
1998-09-24o If using the serial phy interface and an bad phy addr is requested, makeJason Wright
sure to return all zeros. o updated acknowlegements
1998-09-21no slip, add bpfTheo de Raadt
1998-09-19lebuffer based le's use UTPJason Wright
1998-09-18lebuffer cards are UTPTheo de Raadt
1998-09-17Use -mcpu=supersparc instead of deprecated -mv8; Hans-Guenter Weigand ↵Jason Wright
<hgweigand@wiesbaden.netsurf.de>. note: -mno-fpu is still in there as it isn't hurting anything and is safer
1998-09-16Attempt to make clear the dependence of hme->phys and phys->hmeJason Wright
1998-09-16o if_media'fied am7990Jason Wright
o if_media'fied sun4m le.
1998-09-16missed flags from mii layer mergeJason Wright
1998-09-15multicast support + a little KNFJason Wright
1998-09-15Call sun4 led blinker, not 4c led blinker if setup pre-initialized.Jason Wright
1998-09-10default media type is auto if a phy is found, and none if notJason Wright
1998-09-10Modified to use mii layer for hmeJason Wright
1998-09-09Better if_media support (actually works consistently now for non-autoneg)Jason Wright
1998-09-09Preserve symbol table if ksyms is in the kernel but DDB is not.Todd C. Miller
1998-09-08o hme get ifmedia supportJason Wright
o nuked manual negotiatie that wasn't finished anyway in favor of if_media
1998-09-08changed order of ifmedia_add's (purely cosmetic)Jason Wright
1998-09-08Correct braino in ifmedia statusJason Wright
1998-09-04ifmedia-fy qec+beJason Wright
1998-09-01o sun4c supported nowJason Wright
o added collision counters o general improvements
1998-09-01o Removed dependence on stp2002 (not sharable with qec+be)Jason Wright
o Added collision counters o Should work on sun4c
1998-08-31Return ENXIO on open of /dev/mem minor devs that don't existTodd C. Miller
1998-08-28o added link negotiationJason Wright
o sun4c support (XXX: will be revised)
1998-08-26First cut at qec+be support. Works in 10mbit/half duplex mode.Jason Wright
Removed qec+be dependency on stp2002.
1998-08-26o Fix up address rangesJason Wright
o Added qec_translate for translating addresses of prom children o Added qec_reset to do a generic reset of the card
1998-08-24Add support for /dev/ksyms to arch-specific filesTodd C. Miller
1998-08-23crank max data size from 64 to 128 megMarco S Hyman
1998-08-20If there are no SFILES, don't try to .depend them; run over by: ↵Jason Wright
emory@hellyeah.com
1998-08-18Add sparc_btop and sparc_ptob for consistency with other portsTodd C. Miller
1998-07-28Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned ↵Todd C. Miller
(size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * as its 9th argument so change that and clean up uses of vn_rdwr(). Fixes 549 + more
1998-07-22o Simplify address calculationsJason Wright
o Set desc.tx_addr in meminit not in start
1998-07-21johns@ mods to add cua devs to the sparc.Marco S Hyman
I've been using for 6+ months without probs, but have not done much with combined input/output
1998-07-20no need for NMBCLUSTERS; noted by friesTheo de Raadt
1998-07-19do not force single if rd rootTheo de Raadt
1998-07-17Moved most of the DMA functions to a chipset driver so thatJason Wright
'hme' and 'be' can share the same logic.
1998-07-14Use AudioEmulaw string and set precision & flagsJason Wright
1998-07-13- Fix handling of 'local-mac-address' (use it if present, otherwise defaultJason Wright
to myetheraddr() - Add multicast support
1998-07-11fix attach() messagesTheo de Raadt
1998-07-11be* at qec?Theo de Raadt
1998-07-10Fix rx buffer size so large packets actually fit.Jason Wright
1998-07-10Add build support for hmeJason Wright
1998-07-10hme (Happy Meal) ethernet driver.Jason Wright
1998-07-07oops, i did not handle nchrdev correctlyTheo de Raadt
1998-07-07fix chrtoblk() so that it returne ENODEV for entries beyond the end of the tableTheo de Raadt
1998-07-05basic chip setupTheo de Raadt
1998-07-05do not print fake slot numbersTheo de Raadt
1998-07-05start at irq frameworkTheo de Raadt