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