| Age | Commit message (Expand) | Author |
| 1995-06-12 | Remove check for if_addrlist == 0; if_attach() always puts one address on | mycroft |
| 1995-06-09 | Add missing `break;'s. | mycroft |
| 1995-06-07 | make match/attach routines and cfdriver struct mi | cgd |
| 1995-06-07 | prototype isascan, spacing | cgd |
| 1995-06-05 | Various: | mycroft |
| 1995-06-04 | Handle BREAK correctly when not entering DDB. | mycroft |
| 1995-06-04 | Add an input FIFO, and fix several flow control problems. Based on code from | mycroft |
| 1995-06-01 | Changed ns82450 to ns8250 and dropped ns82550 from probe console messages. | jtc |
| 1995-05-28 | Fix multicast filter calculation. | mycroft |
| 1995-05-28 | Only use the `no pending interrupt' bit in the IIR; the other bits | mycroft |
| 1995-05-17 | isa softc structs are larger than 'struct device' | cgd |
| 1995-05-12 | (1) conditionalize debugger usage in comeint with DDB, not COMCONSOLE; | cgd |
| 1995-05-10 | Update for slightly modified ARP handling. | mycroft |
| 1995-05-08 | Remove strings | brezak |
| 1995-05-08 | Fix holes in device index space. PR#1028 | brezak |
| 1995-05-03 | uncomment cy driver spec; i386 conf.c needs the header file. | cgd |
| 1995-05-01 | Add Masahiro SEKIGUCHI's MB8696[05] driver, ported, with some additional | mycroft |
| 1995-05-01 | Tweak the output routine for slightly better performance. | mycroft |
| 1995-04-28 | <break> --> ddb if defined(comconsole). | hpeyerl |
| 1995-04-27 | copyright foo. | hpeyerl |
| 1995-04-27 | Turn off some debugging code by default. | mycroft |
| 1995-04-26 | Fix nits from Mike Long <mike.long@analog.com> PR#996 | brezak |
| 1995-04-19 | Watchdog now takes an int, not a short. | mycroft |
| 1995-04-19 | Fix thinko in previous change. | mycroft |
| 1995-04-19 | Garbage collect #includes. | mycroft |
| 1995-04-19 | Change `needs-count' to `needs-flag'. | mycroft |
| 1995-04-19 | Implement comtty(). | mycroft |
| 1995-04-19 | Correct a couple of things, and add a `fe' device. | mycroft |
| 1995-04-17 | Fix obvious bug in reading from SB_MIC_PORT. | mycroft |
| 1995-04-17 | if_le conflicts with the Alpha; move description back to i386 | cgd |
| 1995-04-17 | try to actually (gasp!) describe the drivers. | cgd |
| 1995-04-17 | ISA config.new files description. | cgd |
| 1995-04-17 | update for new locations | cgd |
| 1995-04-17 | clean up several ISA device interfaces: autoconfiguration, header | cgd |
| 1995-04-15 | Don't boundary check I/O to the `raw' partition. | mycroft |
| 1995-04-11 | Sync with the rest of the world. | mycroft |
| 1995-04-11 | Move NIC register definitions to a global location. | mycroft |
| 1995-04-11 | Update for if.h. Define helper macros for accessing NIC registers. Optimize | mycroft |
| 1995-04-10 | Change start and watchdog return values to void. | mycroft |
| 1995-04-10 | kernel_pmap --> pmap_kernel() | mycroft |
| 1995-04-10 | kernel_pmap --> pmap_kernel() | mycroft |
| 1995-04-10 | Most of the console functions return void. Also change interrupt logic | mycroft |
| 1995-04-07 | Clean up to match common code, and fix a typo. | mycroft |
| 1995-04-04 | Rename a few constants to match the chip documentation. | mycroft |
| 1995-04-04 | More debugging printf()s, from Rafal Boni. | mycroft |
| 1995-04-03 | Prototype iexmit(). | mycroft |
| 1995-04-03 | Some pseudo-random cleanup, and try to start transmitting packets quicker. | mycroft |
| 1995-04-01 | Add a missing unlock. | mycroft |
| 1995-04-01 | Insert a missing unlock. | mycroft |
| 1995-04-01 | Change the locking protocol to match other drivers. | mycroft |