| Age | Commit message (Expand) | Author |
| 1999-08-13 | This file is no longer needed. | oster |
| 1999-08-13 | Garbage collect rpcc(). | oster |
| 1999-08-13 | First kick at cleaning up the RF_ETIMER code. New timer handling code | oster |
| 1999-08-13 | Nuke configuration of ETimer stuff during main configuration. | oster |
| 1999-08-13 | Clean up reconstruction accounting a bit. While it worked before, it was | oster |
| 1999-08-12 | Regen. | bouyer |
| 1999-08-12 | Add Promise Ultra66, change entry of Ultra33 to reflect the fact that can | bouyer |
| 1999-08-11 | Garbage-collect CCDF_SWAP; no longer used, and doesn't make any sense | thorpej |
| 1999-08-11 | We really only need *one* componenet buffer pool... | thorpej |
| 1999-08-11 | Garbage collect unused struct rf_test_acc. | oster |
| 1999-08-10 | When reporting the status of a component during configuration, | oster |
| 1999-08-10 | Don't allow reconstructs, copybacks, or forced failures of components if | oster |
| 1999-08-10 | Don't go ape if there is a problem verifying the parity. Note the condition | oster |
| 1999-08-10 | Oops. Make minor change that I forgot when adding the parity check ioctl. | oster |
| 1999-08-10 | Add support for easily checking the parity status from userland. | oster |
| 1999-08-10 | Trying to rebuild parity on a degraded set is bogus, so don't allow that. | oster |
| 1999-08-09 | Garbage-collect C_INUSE and C_NEEDDONE. | bouyer |
| 1999-08-09 | - use pool(9) for wdc_xfer, instead of managing a free list. | bouyer |
| 1999-08-09 | Add a missing 'return' in previous commit. | bouyer |
| 1999-08-09 | Don't call wddone() from _wdstart(), the ata_wdc system will do it now. | bouyer |
| 1999-08-09 | Don't use C_NEEDDONE, it's deprecated. | bouyer |
| 1999-08-08 | Driver for the DEC SGEC, Second Generation Ethernet Controller. | ragge |
| 1999-08-07 | Add usbd_set_hub_feature() and usbd_clear_hub_feature(). | augustss |
| 1999-08-07 | Some new items. | augustss |
| 1999-08-07 | Make it possible to open wskbd devices for write (i.e. ioctl) even | augustss |
| 1999-08-07 | Fix a typo. | thorpej |
| 1999-08-07 | Fix a problem uncovered by attempting to compile on the Alpha: overrun_buf | thorpej |
| 1999-08-07 | Increase several timeouts to 30s. | mycroft |
| 1999-08-06 | - Add some debug printf (WDCPROBE) in _wdcreset_wait(), I've needed these | bouyer |
| 1999-08-06 | regen for updated pcmciadevs | cgd |
| 1999-08-06 | add an entry for the IBM EtherJet Ethernet PC Card (cs8920 based) | cgd |
| 1999-08-05 | Make this file compile again. | augustss |
| 1999-08-05 | Since we have to go through fxp_init() to properly handle IFF_ALLMULTI | thorpej |
| 1999-08-04 | Add missing prototype for read_tekram_eeprom() to make driver compile if | tron |
| 1999-08-04 | "files" also needed. | ragge |
| 1999-08-04 | Converted to (mostly) MI code. | ragge |
| 1999-08-04 | Catch a console configuration error. Instead of jumping through cdevsw indexed | leo |
| 1999-08-04 | Get the dependencies on NWSMUX right (I hope). | augustss |
| 1999-08-04 | Use NMPU not NMIDI around call to mpu_intr. | augustss |
| 1999-08-04 | Add another file I forgot in my MPU changes. | augustss |
| 1999-08-04 | - Replace device node names of zskbd/zsms into lkkbd/vsms, respectively. | nisimura |
| 1999-08-04 | Almost completely rewrite the receive logic, making it as close as possible | thorpej |
| 1999-08-04 | Only tick the MII if we are using it. | thorpej |
| 1999-08-04 | Be a little less selective in the transmit interrupt path. | thorpej |
| 1999-08-03 | Use the Interrupt bit in the command block to generate interrupts, rather | thorpej |
| 1999-08-03 | G/c a flag. | thorpej |
| 1999-08-03 | Don't bother with interrupt-driven multicast setup. | thorpej |
| 1999-08-03 | Completely rewrite the transmit logic, making it look more like the | thorpej |
| 1999-08-03 | Nuke unused #define. | oster |
| 1999-08-03 | move common support functions for phy drivers from mii.c to mii_physubr.c, | drochner |