Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-11-20 | marc did not test this completely | Theo de Raadt | |
1998-11-20 | careful off handling in mmap routines | Theo de Raadt | |
1998-11-20 | make _MCOUNT_DECL non-static so the compiler doesn't bitch and | Marco S Hyman | |
a profiled kernel can be built for the sparc | |||
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 | qec+qe support & OpenBSD tags for everyone | 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 | slight further tweak | Theo de Raadt | |
1998-10-09 | tweak spacing of cache information printing | 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-29 | allow a kernel w/o DDB but with ksyms to link | Todd C. Miller | |
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-28 | introduce attribute 'ifmedia' which means 'this particulariface | Michael 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-25 | o xfs is in the house (thanks art, for getting me started) | Todd T. Fries | |
o all but vax are major 51 | |||
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-21 | no slip, add bpf | Theo de Raadt | |
1998-09-19 | lebuffer based le's use UTP | Jason Wright | |
1998-09-18 | lebuffer cards are UTP | Theo de Raadt | |
1998-09-17 | Use -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-16 | Attempt to make clear the dependence of hme->phys and phys->hme | Jason Wright | |
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-09 | Preserve symbol table if ksyms is in the kernel but DDB is not. | Todd C. Miller | |
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-31 | Return ENXIO on open of /dev/mem minor devs that don't exist | Todd C. Miller | |
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-08-24 | Add support for /dev/ksyms to arch-specific files | Todd C. Miller | |