summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
1999-04-12Quote "AS IS" as in the majority of Carnegy Mellon notices.pk
1999-04-11Fix probe code for IDE devices:bouyer
1999-04-10add support for 80x40 screensdrochner
1999-04-07convert tabs to spaces in ascii art circuit diagramdbj
1999-04-06Fix a pasto in copyright text which has been procreating like rabbits..pk
1999-04-04roll internal revsmjacob
1999-04-04firmware revision now a triplemjacob
1999-04-04Make firmware revision a triple. Clean up some FC init stuff formjacob
1999-04-04Remove incorrect BIG_ENDIAN defines and substitute in the SBus only macrosmjacob
1999-04-04Change f/w revision to major,minor,micro version. Add in ISP1040C definition.mjacob
1999-04-03Fix a problem where no Tx Empty interrupt ever happened if CTSscw
1999-04-01- change the interrupt routines to take a 3rd arguments, set to 1 if webouyer
1999-04-01use defopted WSCONS_SUPPORT_PCVTFONTS, refuse to load pcvt fonts if thisdrochner
1999-03-31back date this file to version 1.155 which works on the shark.mrg
1999-03-31Increase some DELAY(), this seems required on some hardware (I'm not sure ifbouyer
1999-03-29Replace the #ifdef'ed variable DELAYs with a pair of non-ifdefedperry
1999-03-29Nuke bogus extra variable, too.mycroft
1999-03-29Fix bogons in previous change:mycroft
1999-03-29Fix multicast hashing function. PR 7274, from Izumi Tsutsuifvdl
1999-03-29Mods to com_common_putc(). When doing kprintf() or kgdb output:ross
1999-03-29Remove the hack to attach devices responding with ATA signatures as atapi ifbouyer
1999-03-27PPS support. Copied off of com.c support, with changes as DCD interuptswrstuden
1999-03-26add isp1080 support and some basic PDB change stuffmjacob
1999-03-25Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining themthorpej
1999-03-25Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining themthorpej
1999-03-25Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining themthorpej
1999-03-25Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining themthorpej
1999-03-25Avoid busy-waiting when possible if we are not polling (real IRQ or timeoutbouyer
1999-03-25Add two #ifdef BROKEN_LPT_DELAY's in to the central write byteperry
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-03-23Use BUS_SPACE_ALIGNED_POINTER() instead of ALIGNED_POINTER() where the pointerdrochner
1999-03-23A backend for Databook's TCIC family of PCMCIA chips.bad
1999-03-23Check for Sbus slave access errors.pk
1999-03-22Oops. RcsID police.bad
1999-03-22Chipset driver for TROPIC based Token-Ring cards.bad
1999-03-22set "fontset" variables to 0 if no appropriate font was found for adrochner
1999-03-19Get the index on the buffer (in addition to the descriptor) correct.erh
1999-03-17Update the driver with some infrastructure for the 1080. Fix an embarrassingmjacob
1999-03-16Add a "+1" in sca_start which should fix the limit of 2 transmit buffers. Al...erh
1999-03-14Use bus_space tags and handles, embedded in MD hooks AM7930_{READ_WRITE}_REGjonathan
1999-03-14Some x68k conditionals (I don't know why these are needed...).minoura
1999-03-10Add a new disk flag: DRIVE_OLD for pre-ATA disks. probe routine will now setbouyer
1999-03-07Keep track of CRC errors in Ultra-DMA mode. If we noticed a CRC error and webouyer
1999-03-04fix second level interrupt handler to allow 64 bits pointersdante
1999-03-03sparc => __sparc__pk
1999-02-28Update to slightly altered rnd_attach_source() apiexplorer
1999-02-25Fix AdvanSys Narrow driver to work on Alphadante
1999-02-23Fixed AdvanSys Ultra Wide driver to work on Alpha.dante
1999-02-21Don't update the CORx registers unless they really have changed.scw
1999-02-21wdcwait is called initially without any device on my thinkpad.abs