summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2003-07-06Oops. Add the atw(4) sources, too.dyoung
2003-07-06Still more consolidation of 802.11 media-handling, moving movingdyoung
2003-07-06actually do gather some randomness (if it's enabled)jdolecek
2003-07-06Prepare to consolidate 802.11 media handling (which is handled indyoung
2003-07-06Improved RSSI->dBm conversion, especially for Lucent cards, fordyoung
2003-07-05More misc fixes for forthcoming hp300 MI SCSI support:tsutsui
2003-07-05Misc cleanup:tsutsui
2003-07-05Use bus_space_{read,write}_multi_1() for PIO data transfers.tsutsui
2003-07-05Rename some MI mb89352 functions for consistency:tsutsui
2003-07-05Some cosmetics:tsutsui
2003-07-03Avoid an obscure gcc3 complaint aboutdrochner
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29cosmetic - make sc_supmedia of struct lance_softc constjdolecek
2003-06-29Restore parentheses around return value that were removed with thesimonb
2003-06-29lwp change lossageitojun
2003-06-29More changes for providing lwpid for ktrace (sparc GENERIC built)darrenr
2003-06-29Correct the R-W'ness of GDT_IOCTL_DRVERS and GDT_IOCTL_CTRTYPE.thorpej
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-24Only install accelerated rasops for CyberPro, we don't know yet how touwe
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-06-19Make sure we pass the current state of the driver to scsipi_async_event(),bouyer
2003-06-19Add and enable monitoring mode for Lucent cards.rh
2003-06-18in cominit(), turn on UUE bit in IER register if it is PXA2x0'sbsh
2003-06-15Wrap some long lines.simonb
2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej
2003-06-14Introduce a new "type" field in the softc which is used to indicatethorpej
2003-06-13Add support for dynamic rescan of cache service logical drives, usingthorpej
2003-06-13Add AD1981-specific initialization.kent
2003-06-12Request KBC_SELFTEST in pckbc_cnattach(), hidden under #ifdefuwe
2003-06-11In ac97_restore_shadow(), make sure to restore the codec's extendedscw
2003-06-10Correct calculation of the blit src/dst for blits we do backwards.uwe
2003-06-10wrap a debug message in #ifdef PCKBCDEBUG.grant
2003-06-07Always queue transfers in the ld driver to prevent transient resourcethorpej
2003-06-05Some models of the 556B don't turn on the transmitter without magicdogcow
2003-06-05Add support, via a kernel config file option, for the 16550-compatiblescw
2003-06-02Fix the previous patch of me.petrov
2003-06-02Register definitions for TMS 9914 GPIB controller.gmcgarry
2003-06-02Register definitions for NEC uPD7210 GPIB controller.gmcgarry
2003-05-31Implement accelerated text ops using graphic coprocessor.uwe
2003-05-31Picky cosmetic change: remove leading space.dyoung
2003-05-31Correct coprocessor registers base.uwe
2003-05-30Oops, do not disable coprocessor in igsfb_init_ext.uwe
2003-05-26ip/tcp/udp checksum offloading support for i82550.yamt
2003-05-25check and MCLAIM correct mbuf in fxp_copy_small path.yamt
2003-05-22Update to wi interrupt handling:dyoung
2003-05-20Stop wi panics on card ejection in Powerbook in both the enableddyoung
2003-05-19Misc cosmetics:tsutsui
2003-05-18Inialize sc_tty->t_dev early for serial console, so that cn_check_magicfvdl
2003-05-18Fail icpioctl() if securelevel > 1.thorpej
2003-05-17* Use aprint*().thorpej