summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2002-01-01Add support for radio cards. Written by Maxim Tsyplakov and Vladimir Popovaugustss
2001-12-31Move the declaration of an enum to avoid an "unnamed field not allowed"thorpej
2001-12-30Registers are of u_int8_t type.junyoung
2001-12-29- Add a structure needed for access to CRTC registers.junyoung
2001-12-29Add functions needed for access to CRTC registers.junyoung
2001-12-29KNF.junyoung
2001-12-28Clean up the C_ and S_ constants. We don't really need two sets of them.christos
2001-12-23add FUJITSU MBH10302 specific Registersichiro
2001-12-22Hmmm. These were done this year, not 3 years ago.elric
2001-12-21When mapping the consumer assignment, assign db_seg[0] to cb_seg[0] so anymatt
2001-12-18Previous was committed by mistake; revert.soren
2001-12-16malloc() + memset() -> malloc() with M_ZERO flagtsutsui
2001-12-16if_media support for the DP83905 AT/LANTIC (a souped-up DP8390).bjh21
2001-12-15Add code to support the bugged Macronix MX98905 chip, as used in severalbjh21
2001-12-15To make dev/pcmcia work on platforms with 64-bit bus_addr_t andsoren
2001-12-15Use bus_size_t's for bus space read/write offsets.soren
2001-12-14Register definitions for the NatSemi DP83905 AT/LANTIC, as used in manybjh21
2001-12-14Major restructuring for swizzling to the request queue and unswizzling frommjacob
2001-12-13ANSIfication & cosmetic changes.junyoung
2001-12-13ANSIfy.junyoung
2001-12-13ANSIfication & cosmetic changes.junyoung
2001-12-12Update the ramdac interface to be allow the setting of dotclocks. This iselric
2001-12-12Initial support for the IBM RGB561 RAMDAC. This uses the same interfaceelric
2001-12-10Add (some) register definitions for the Motorola MPC105 PCI Bridge/Memorykleink
2001-12-06Small change to Christos' fix: allow malloc() to return NULL, but complainaugustss
2001-12-06change the malloc arg from NOWAIT to WAITOK; pointed out by lennard.christos
2001-12-06PR/14852: Martin Husemann: Allocate the slotdata the the probed slot beforechristos
2001-12-06Recognize the MK48T18 as well (differs from the MK48T08 only in packagingkleink
2001-12-05Compile with NWD == 0. Fixe kern/14844 by hamajima@nagoya.ydc.co.jp.bouyer
2001-12-03add NCR_VARIANT_NCR53C90_86C01 "NCR53C90 (86C01)"jdolecek
2001-12-03Use correct format letter for chp->channel.enami
2001-12-03Update my copyrigth.bouyer
2001-12-03Allow wd to attach to something else than wdc/pciide (like USB<->ATA bridges):bouyer
2001-12-02Clean up attach of wd/atapibus:bouyer
2001-12-02Add comments naming our private-use characters (in lower case, to make thembjh21
2001-12-01For ATAPI tape drives, poll for DSC (using a callout), to get the realbouyer
2001-11-28ELINK_W4_UBYTESOK is 0x0d. This is probably why kim is getting x2 numberschristos
2001-11-28use #ifdef DDB (for consistency with the rest of the kernel)lukem
2001-11-27don't allocate a mbuf cluster if we don't need.yamt
2001-11-26Added macros for the bits in the SYSBUS byte, and macrosfredette
2001-11-26Use bus_space on sun2.fredette
2001-11-26move dev/isa/cs89x0{.c,{var,reg}.h} into dev/icyamt
2001-11-26Back out new "hme" driver because it causes a performance regression ontron
2001-11-26Bug fixes for VLAN handling supplied by Klaus Klein in private e-mail.tron
2001-11-25Pull in Jason Wright's latest changes to the "hme" driver from OpenBSD.tron
2001-11-22use little-endian crc on multicast hash for admtek chips.yamt
2001-11-21"than" instead of "then".wiz
2001-11-20- pull in opt_kgdb.h where necessarylukem
2001-11-18- Use MI ADAPTER_REQ_SET_XFER_MODE callbacktsutsui
2001-11-18- Use MI ADAPTER_REQ_SET_XFER_MODE callback.tsutsui