Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-14 | ss20 machines which claim to have SBUS_BURST_64 are lying | Theo de Raadt | |
1998-12-14 | Do clamping of dvma burst size like everything else | Jason Wright | |
1998-12-13 | be more careful with media handlings | Theo de Raadt | |
1998-12-02 | use more memory for lance; performance enhancement | Theo de Raadt | |
1998-11-20 | careful off handling in mmap routines | Theo de Raadt | |
1998-11-16 | save a bit of space; theo. | Jason Wright | |
1998-11-11 | A few more dma in non-dma slot checks | Jason Wright | |
1998-11-11 | Detect cards that require dma that are in non-dma slots and don't allow | Jason Wright | |
them to be attach'd. | |||
1998-11-03 | Update audio_hw_if. | Jason Downs | |
1998-11-02 | First step at unifying qe & be drivers: | Jason Wright | |
o qe & be drivers now only access qec globals directly at interrupt time o more initialization done in qec_reset o qe & be drivers handle the qec internal buffer identically o nuked unused variables | |||
1998-10-21 | The qec global reset should only be allowed to happen once per qec card, not | Jason Wright | |
once per channel init. | |||
1998-10-20 | o Only read the per-channel status reg if the global int mask says something | Jason Wright | |
interesting happened. o Base all interrupt decisions on per-channel status reg. | |||
1998-10-19 | Use register definitions from AMD databook. | Jason Wright | |
1998-10-19 | Support for the qec+qe (SBus QuadEthernet board) | Jason Wright | |
1998-10-19 | Garbage collect an unused variable. | Jason Wright | |
1998-10-14 | pretty print message | Theo de Raadt | |
1998-10-09 | Turn off all "counter expired" interrupts (missed defer-counter expired counter) | Jason Wright | |
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller | |
implement an ioctl to get a spoofed label even for disks that have a label on them. | |||
1998-10-02 | Fixed multicast filter setup. | Jason Wright | |
1998-09-28 | Remember the status of the aui/tp bit, and reset it and wait | Jason Wright | |
appropriately during lehwreset(); idea from pk@NetBSD | |||
1998-09-28 | don't use bcopy to get the tx_flags value, get it directly | Jason Wright | |
1998-09-24 | o If using the serial phy interface and an bad phy addr is requested, make | Jason Wright | |
sure to return all zeros. o updated acknowlegements | |||
1998-09-19 | lebuffer based le's use UTP | Jason Wright | |
1998-09-18 | lebuffer cards are UTP | Theo de Raadt | |
1998-09-16 | o if_media'fied am7990 | Jason Wright | |
o if_media'fied sun4m le. | |||
1998-09-16 | missed flags from mii layer merge | Jason Wright | |
1998-09-15 | multicast support + a little KNF | Jason Wright | |
1998-09-15 | Call sun4 led blinker, not 4c led blinker if setup pre-initialized. | Jason Wright | |
1998-09-10 | default media type is auto if a phy is found, and none if not | Jason Wright | |
1998-09-10 | Modified to use mii layer for hme | Jason Wright | |
1998-09-09 | Better if_media support (actually works consistently now for non-autoneg) | Jason Wright | |
1998-09-08 | o hme get ifmedia support | Jason Wright | |
o nuked manual negotiatie that wasn't finished anyway in favor of if_media | |||
1998-09-08 | changed order of ifmedia_add's (purely cosmetic) | Jason Wright | |
1998-09-08 | Correct braino in ifmedia status | Jason Wright | |
1998-09-04 | ifmedia-fy qec+be | Jason Wright | |
1998-09-01 | o sun4c supported now | Jason Wright | |
o added collision counters o general improvements | |||
1998-09-01 | o Removed dependence on stp2002 (not sharable with qec+be) | Jason Wright | |
o Added collision counters o Should work on sun4c | |||
1998-08-28 | o added link negotiation | Jason Wright | |
o sun4c support (XXX: will be revised) | |||
1998-08-26 | First cut at qec+be support. Works in 10mbit/half duplex mode. | Jason Wright | |
Removed qec+be dependency on stp2002. | |||
1998-08-26 | o Fix up address ranges | Jason Wright | |
o Added qec_translate for translating addresses of prom children o Added qec_reset to do a generic reset of the card | |||
1998-07-22 | o Simplify address calculations | Jason Wright | |
o Set desc.tx_addr in meminit not in start | |||
1998-07-21 | johns@ 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-17 | Moved most of the DMA functions to a chipset driver so that | Jason Wright | |
'hme' and 'be' can share the same logic. | |||
1998-07-14 | Use AudioEmulaw string and set precision & flags | Jason Wright | |
1998-07-13 | - Fix handling of 'local-mac-address' (use it if present, otherwise default | Jason Wright | |
to myetheraddr() - Add multicast support | |||
1998-07-11 | fix attach() messages | Theo de Raadt | |
1998-07-10 | Fix rx buffer size so large packets actually fit. | Jason Wright | |
1998-07-10 | Add build support for hme | Jason Wright | |
1998-07-10 | hme (Happy Meal) ethernet driver. | Jason Wright | |
1998-07-05 | basic chip setup | Theo de Raadt | |