summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2004-12-28indent properlyTheo de Raadt
2004-12-28Don't allow an infinite number of SCSI bus resets per i/o.Kenneth R Westerback
2004-12-27Fix tag handling for non-U320/packetized devices. Allow tags for theseKenneth R Westerback
2004-12-27Gremlin crept in; found by drahn@Miod Vallat
2004-12-27remove useless debugging leftoverPeter Valchev
2004-12-26boundry -> boundaryBrad Smith
2004-12-26strored -> storedMiod Vallat
2004-12-26Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-26Bounce the mbuf to the BPF listener before committing it to the wirePeter Valchev
2004-12-26htole32 and friends to get this working on big endian (macppc)Peter Valchev
2004-12-26Properly indent with tabs rather than spaces.Jonathan Gray
2004-12-26Remove uneeded ifdefs/code.Jonathan Gray
2004-12-26add BGE_QUIRK_PCIX_DMA_ALIGN_BUG for BCM5701 A0Brad Smith
2004-12-26Make debug less verbose. Prompted by mickey@Marco Peereboom
2004-12-26This should fix long outstanding issues with ami(4). The reportedMarco Peereboom
2004-12-26Make this compile and bring the last few vga fixes in.Miod Vallat
2004-12-25Do not allow loading a font in an used font slot; discussed with and ok mickey@Miod Vallat
2004-12-25correct indentTheo de Raadt
2004-12-25- remove unneccessary breakBrad Smith
2004-12-24brad should compile before commitingTheo de Raadt
2004-12-24init Jumbo RX ring by default.Brad Smith
2004-12-24Kill bit of ahc cruft. Elminate lots of leading spaces. Other KNF. NoKenneth R Westerback
2004-12-23vt100 wscons crashes restoring cursor if it had never been saved before.Miod Vallat
2004-12-23Fix crash due to wrong argument in the (almost useless) DECRQUPSS escapeMiod Vallat
2004-12-23Reliability fix, from NetBSD:Miod Vallat
2004-12-23change FXPF_UCODE to mean "firmware load attempted". if the firstTheo de Raadt
2004-12-23make com[123] work for console on i386, but allow override with CONADDR/CONUNITMarkus Friedl
2004-12-23turn padding of tx packets on since it appears it may be needed by certainDavid Gwynne
2004-12-22- add missing braces for SIOCSIFMTU switch case.Brad Smith
2004-12-22and something else in the futureTheo de Raadt
2004-12-22Use vfs firmware loader for fxp(4) interrupt coalescing microcode.Alexander Yurchenko
2004-12-22Do a COR reset on prism cards too in the watchdog reset. Helps recoverTodd C. Miller
2004-12-21add powerhooksDamien Bergamini
2004-12-20In the rare case that SCSI_RESET is set, ensure that xs->stimeout isKenneth R Westerback
2004-12-20Activate packetized status handling.Kenneth R Westerback
2004-12-20Kill \n at EOF.Alexander Yurchenko
2004-12-20more details in license filesTheo de Raadt
2004-12-20firmware loading from the filesystem. pci subsystem type thingsTheo de Raadt
2004-12-20lots of minor tweaking and cleanup, removal of unused junk, etc; dlg okTheo de Raadt
2004-12-19use /sys includes instead of /usr/include/[possibly stale]/sys; deraadt@ okMichael Shalayeff
2004-12-19prep for futureTheo de Raadt
2004-12-19shorten codeTheo de Raadt
2004-12-19not yds yetTheo de Raadt
2004-12-19filesystem firmware loading written over the pacific 2 weeks ago, testedTheo de Raadt
2004-12-19tigon-license fileTheo de Raadt
2004-12-19build uyap firmwareTheo de Raadt
2004-12-19filesystem firmware loading for uyap(4). this should work, i wrote it veryTheo de Raadt
2004-12-19fix cleanupTheo de Raadt
2004-12-19Reduce delta to FreeBSD by adding and using ahd_alloc() rather thanKenneth R Westerback
2004-12-18Use SIU_TASKMGMT_* defines from scsi_all.h rather than local duplicates.Kenneth R Westerback