summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2003-05-28The statistics are wrong endian. "netstat -i" now gives sane results.Henric Jungheim
2003-05-24Disable off-screen font loading. We still need to use the pdc console routinesMiod Vallat
2003-05-20AN983 endian issue; from FreeBSD via PR 3263 with minor style fixes by meHenning Brauer
2003-05-19Put required delays between reading DSTAT and SSTAT0 registers. Add new onesKenneth R Westerback
2003-05-17Replace suspect strncpy with strlcpy to ensure null termination.Kenneth R Westerback
2003-05-17fix up the media handling for the intel based MACs. Also hack around aJason Wright
2003-05-16Use 16bit alignment in addr_cmp() (not 32bit) so this has a chanceTodd C. Miller
2003-05-14Nuke more commons: ac97_id2, tinfo_tJason Wright
2003-05-13remove annoying sputtering that no other ethernet driver does; ok jason@Todd T. Fries
2003-05-12Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)Jason Wright
2003-05-06make sure we always zero out ds (and get no trash from stack) and always warn...Michael Shalayeff
2003-05-06count auto-sense reqs as well; krw@ okMichael Shalayeff
2003-05-06allow programming dma block bus transaction length on 710 and set to 8 words ...Michael Shalayeff
2003-04-29grr... %s, not dc%sJason Wright
2003-04-29- remove last vestige of "old autoconf": dc_unit is dead, long live dv_xnameJason Wright
2003-04-29KNFJason Wright
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-04-26managment -> management;Jason McIntyre
2003-04-25lm(4) driver from NetBSD adapted for sysctl interface.Alexander Yurchenko
2003-04-23give 'em some const; mjacob@ okMichael Shalayeff
2003-04-12Fix index bounds checking in save data pointers logic.Kenneth R Westerback
2003-04-11Delete a doubly redundant call to timeout_del() in osiop_timeout.Kenneth R Westerback
2003-04-09missing nl in the error msg and a return afterwardsMichael Shalayeff
2003-04-09a couple of sigmatel codec idsMichael Shalayeff
2003-04-09Cleanup/make more consistant the various DEBUG flags and uses thereof.Kenneth R Westerback
2003-04-09Reduce default OSIOP_DEBUG output to a useful volume.Kenneth R Westerback
2003-04-08Fix diagnostic output to display data buffer actually being used.Kenneth R Westerback
2003-04-07a couple more codec ids from peopleMichael Shalayeff
2003-04-06Fix a lot of issues in osiop.Kenneth R Westerback
2003-04-03adjust protection on the allocated memory through the uvm same as it was allo...Michael Shalayeff
2003-03-30Fix probing of dual channel 7899 with some fixes from current FreeBSDKenneth R Westerback
2003-03-30Delete unused local version of strncat.Kenneth R Westerback
2003-03-30As long as I am here pull in some useful changes from NetBSD.Kenneth R Westerback
2003-03-29A few final (I hope) tweaks to the dma fixes.Kenneth R Westerback
2003-03-29Another chunk of bus_dma fixes. May actually approach correctness now.Kenneth R Westerback
2003-03-29Use sc_print_addr() where possible to improve messages.Kenneth R Westerback
2003-03-28Fix REQUEST SENSE handling based on lessons learned struggling withKenneth R Westerback
2003-03-24splimp() around xl_reset() during autoconf. something in xl_reset() wantsJason Wright
2003-03-21Endian fixes for ahc driver. These are a no-op for i386. Now works on macppc.Dale Rahn
2003-03-15specifed -> specifiedTheo de Raadt
2003-03-13Initialize the timeout for the non-console case of PS2 keyboard. FixesDale Rahn
2003-03-10Fix AP scan on prism and add a /* FALLTHROUGH */ comment to makeTodd C. Miller
2003-03-06this is a fix for kernel panics and craches along w/ other stabilityMichael Shalayeff
2003-03-06Remove double include of scsi_all.hmjacob
2003-03-05update media handling based on NetBSD: mainly fix setting up of the outputJason Wright
2003-03-03nuke extra semicolonmjacob
2003-03-03Argh. Put back mickey's change here and also follow Ted's suggestionmjacob
2003-03-03Add some A64 defines.mjacob
2003-03-03Get rid of ISP_DMA_ADDR_T and uses ISP_DAC_SUPPORTED to define themjacob
2003-03-03spelling fixesmjacob