Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-09 | need to include bpfilter.h for bpf to work (noticed by weissmanndude). put ↵ | Michael Shalayeff | |
some non-fatal printfs into ifdef debug | |||
2003-01-27 | pad tx buffer on < minimum length frames; based on NetBSD; tested on hppa. | Jason Wright | |
2003-01-07 | do the busy wait loops my favourite style and merry xmas | Michael Shalayeff | |
2002-12-19 | fix a debugging printf on cmd wait timeout | Michael Shalayeff | |
2002-12-11 | smaller delays, unneeded spls | Michael Shalayeff | |
2002-11-01 | fight the grammar in the tdr messages | Michael Shalayeff | |
2002-10-30 | bring on a few changes from netbsd, such as better rx mbuf calculation, ram ↵ | Michael Shalayeff | |
probe fix in byte vs word, M_IFMADDR vs M_IPMADDR. some knf | |||
2002-10-13 | do not flush cache here, better support for intrhook, increase number of ↵ | Michael Shalayeff | |
transmit cmds and properly align the rings | |||
2002-10-09 | Remove trailing '\n's from panic messages. | Kenneth R Westerback | |
Started by a commit to siop from provos@netbsd.org. ok miod@ millert@ | |||
2002-09-23 | make the leds blink (on those machines where we have 'em). | Michael Shalayeff | |
simple logic is to light up the led in the intrhook and dim in the heartbeat always, makes a believable impression. upper four bits represent a cpu usage w/in the last Hz/8 made up from the cp_time[] times. | |||
2002-07-31 | mop up after federico who is not capable of comitting the same diffs he ↵ | Michael Shalayeff | |
sents for testing or compiling code before he commits it even | |||
2002-07-29 | switch to ether_input_mbuf(); mickey@ tested and ok. | Federico G. Schwindt | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-03-08 | do not add maddr twice, break out of the loop if cmd post fails | Michael Shalayeff | |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-06-27 | ALTQ'ify network drivers. | Kenjiro Cho | |
- use the new queue macros. - use IFQ_POLL() to peek at the next packet. - use IFQ_IS_EMPTY() for empty check. - drivers should always check if (m == NULL) after IFQ_DEQUEUE(), since it could return NULL even when IFQ_IS_EMPTY() is FALSE under rate-limiting. - drivers are supposed to call if_start from tx complete interrupts (in order to trigger the next dequeue under rate-limiting). | |||
2001-03-23 | cache alignment games | Michael Shalayeff | |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
2001-01-12 | this is an ugly quick hack, but it works; theo helped (; | Michael Shalayeff | |
1999-11-26 | provide general "probing" routine, also used in isa cards memory sizing; | Michael Shalayeff | |
also utilize port commands (if provided by the md backend); prefix macros w/ IE_; build control structures here, providing sysbus byte in the softc. | |||
1999-08-15 | i82586/96 MI stuff currently in 586 mode, tested on hppa; from netbsd i82586 | Michael Shalayeff | |