summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2000-07-24create a funcion, siop_busreset(), to reset the scsibus.bouyer
2000-07-24Increase polled command timeout to 2s.ad
2000-07-21add support for SIOCS80211NWKEY and SIOCG80211NWKEY.onoe
2000-07-20Take advantage of generic soft interrupts, if available.scw
2000-07-20don't define LIST_FOREACH, it's in sys/queue.h now.deberg
2000-07-19add some more CTIO flagsmjacob
2000-07-19zero result queue entry when done if debugging.mjacob
2000-07-19fix mislabelled error casemjacob
2000-07-19Fixx off-by-one error in handlereset().pk
2000-07-19moved the check priviledge for SIOCS80211NWID from each driver to ifioctl().onoe
2000-07-18Use device_lookup() and ditch TAILQ sillyness.ad
2000-07-15define "80x24" screen types for better vt100 compatibilitydrochner
2000-07-15Fix a typo in the `device_lookup()' changes.scw
2000-07-14Merge-o.soren
2000-07-11Indicate WEP capability to association request when WEP is enabled.onoe
2000-07-10do not allow non-priviledged user to change nwid via ifconfig.onoe
2000-07-10move associated/synced/no-recent-beacons messages to IFF_DEBUG.onoe
2000-07-09Add missing newlines in some messages.mycroft
2000-07-08When receiving an rx interrupt on a closed or unconfigured port, readsommerfeld
2000-07-07Gah. Bad port from FreeBSD code (thanks Robert Elz) for settingmjacob
2000-07-06do not show wep keys to non-root users.onoe
2000-07-06Use device_lookup().thorpej
2000-07-06Per advice from thorpej, reinstated some of Erik's changes.mjacob
2000-07-05Roll core version. Get rid of dogactive (no longer used). Add in somemjacob
2000-07-05Fix incorrect uint8_t vs. u_int8_t usage. Add in offset macros for outgoingmjacob
2000-07-05add MBOX_GET_RESOURCE_COUNT commandmjacob
2000-07-05pick up FreeBSD changesmjacob
2000-07-05Roll platform minor. We are now always supporting ISP2100_FABRIC. Addmjacob
2000-07-05Redo watchdogs to handle cases of false death of commands- timemjacob
2000-07-05Add back in a (corrected) isp_prtstst function.mjacob
2000-07-05Back out previous commit- the author is incorrect. There is no 'narrow'mjacob
2000-07-05change the argument of SIOCS80211NWID and SIOCG80211NWID ioctls fromonoe
2000-07-04enet dma: claim interrupt as appropriate.pk
2000-07-04Support WEP functions for awi driver.onoe
2000-07-04Support WEP functions for awi driver.onoe
2000-07-04Remove unneeded include <sys/kernel.h> from FreeBSD by <phk@freebsd.org>onoe
2000-07-04Remove work-around for Lite-On PNIC in tlp_filter_setup() that isthorpej
2000-07-04sync with sys/dev/ic/adwlib.h change (s/ADV_TICKLE/ADW_TICKLE/)itojun
2000-07-04Fix negative timeout symptoms caused by integer multiply overflow,nisimura
2000-07-03Fix a off-by-one error in sc_freeze_dev[].dante
2000-06-29#include "opt_ahc.h"pk
2000-06-29Since the RFA is allocated in a normal mbuf, as opposed to DMA-safethorpej
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-27remove redudant <vm/pmap.h> includes. <vm/pmap.h> -> <uvm/uvm_pmap.h>mrg
2000-06-26Remove debugging code that wasn't supposed to be in the commit of version 1.55fvdl
2000-06-26remove redundant vm includes.mrg
2000-06-26remove/move more mach vm header files:mrg
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-25Make PCI HME work.eeh
2000-06-25Get PCI HME working.eeh