summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2000-01-04convert to support non-dma IO (for the isa Riscom/N2).chopps
2000-01-02minor KNF tweakssommerfeld
2000-01-01On a cold suspend to disk, the Sony VAIO Z505 BIOS appears to notsommerfeld
2000-01-01- Make sense out of comment on dpt_wait().ad
1999-12-27Off by one error in station events.matt
1999-12-23Add some defensive code to the unsolicited event printingmatt
1999-12-23Make the bitfields in here work on big-endian machines. How this everwrstuden
1999-12-21set carrier early if used as console or kgdb line, fixes PR kern/6547drochner
1999-12-20clean up some f/w revision stuff. clean up some dualbus stuff.mjacob
1999-12-20clean unused fwrev stuffmjacob
1999-12-20restore (by request) CFGPRINTF to DIAGNOSTIC level kernelsmjacob
1999-12-18Add support for selecting a PHY (i.e. built-in transceiver vs. external MIIpk
1999-12-17Avoid feeding negative values to the `roundup()' macro.pk
1999-12-17Fix status bit symbols strings.pk
1999-12-17Deal with cable problems gracefully. From Onno van der Linden.fvdl
1999-12-16Dual LVD (1280) support.mjacob
1999-12-15- Change prefix for Bt459 register defs to BT459_IREG to indicate thatad
1999-12-15add one more htole32().tsutsui
1999-12-15Correctly encode the configured number of buffer descriptors.pk
1999-12-14* Probe the MII device.pk
1999-12-14Add a missing register offset.pk
1999-12-13fix off-by-one error in font table initialisationdrochner
1999-12-12Take a stab at making this work on big-endian systems.thorpej
1999-12-12Use htole32() and le32toh().thorpej
1999-12-12Oops, forgot to byte-swap the receive descriptors.thorpej
1999-12-11- Don't try to run the chip in big-endian mode. Not all chips supportthorpej
1999-12-08Respond to a crucial security alert.mjacob
1999-12-07When checking the SROM checksum, if the standard location fails, trythorpej
1999-12-06do the screen switch asynchronously (via timeout(0)) if possible,drochner
1999-12-06If the vga driver isn't present in the kernel and PCDISPLAY_SOFTCURSORad
1999-12-05Oops. The compiler didn't catch this 'used before set'. Kudosmjacob
1999-12-04Some queue related functions now use a u_int16_t. Turn some messages intomjacob
1999-12-04Make sure we have a big enough buffer to sprintf into (noticed bymjacob
1999-12-04Roll core version minor. Clean out some target mode stuff. Respecify somemjacob
1999-12-04(wow- I thought I'd already committed most of this).mjacob
1999-12-04Rearrange defines to make the file diff cleaner with OpenBSD. Change CFGPRINTFmjacob
1999-12-04Fix "make includes" since pckbc moved to dev/ic from dev/isasommerfeld
1999-12-04change comment to mention that this driver also handles the '558 and '559sommerfeld
1999-12-03Split the PC-like keyboard controller driver into chip back-end andthorpej
1999-12-01Quiet down the "excessive collision" messages w/ LEDEBUG. None of the otherthorpej
1999-11-29- Don't use our own private endian conversion cruft (from OpenBSD).ad
1999-11-28Improve a few debug messages.bouyer
1999-11-28Don't bother spinning in the console 'putc' routine for the transmitterscw
1999-11-24Change CS4297 id entry.augustss
1999-11-22defopt COM_DEBUG, COM_HAYESP, and COM16650sommerfeld
1999-11-20Print the PnP id of unknown codecs.augustss
1999-11-19- Use the common MII bit-bang module.thorpej
1999-11-19Use the common MII bit-bang module.thorpej
1999-11-19try to do a better job of figuring out the EEPROM size; the old codejoda
1999-11-19Adapt printf format for 64bit stats counters.bouyer