Age | Commit message (Expand) | Author |
2004-12-26 | Make debug less verbose. Prompted by mickey@ | Marco Peereboom |
2004-12-26 | This should fix long outstanding issues with ami(4). The reported | Marco Peereboom |
2004-12-25 | Do not allow loading a font in an used font slot; discussed with and ok mickey@ | Miod Vallat |
2004-12-24 | Kill bit of ahc cruft. Elminate lots of leading spaces. Other KNF. No | Kenneth R Westerback |
2004-12-23 | change FXPF_UCODE to mean "firmware load attempted". if the first | Theo de Raadt |
2004-12-23 | make com[123] work for console on i386, but allow override with CONADDR/CONUNIT | Markus Friedl |
2004-12-22 | Use vfs firmware loader for fxp(4) interrupt coalescing microcode. | Alexander Yurchenko |
2004-12-22 | Do a COR reset on prism cards too in the watchdog reset. Helps recover | Todd C. Miller |
2004-12-20 | In the rare case that SCSI_RESET is set, ensure that xs->stimeout is | Kenneth R Westerback |
2004-12-20 | Activate packetized status handling. | Kenneth R Westerback |
2004-12-19 | Reduce delta to FreeBSD by adding and using ahd_alloc() rather than | Kenneth R Westerback |
2004-12-18 | Use SIU_TASKMGMT_* defines from scsi_all.h rather than local duplicates. | Kenneth R Westerback |
2004-12-18 | use tick instead of ticks. thanks to hannes at mehnert dot org. | Reyk Floeter |
2004-12-17 | add missing braces. | Brad Smith |
2004-12-16 | Delete VL/EISA cruft left over from ahc. | Kenneth R Westerback |
2004-12-13 | Oops. Missed one chunk when sync'ing with FreeBSD r1.30. | Kenneth R Westerback |
2004-12-13 | Use millisends rather than microseconds in parameters to timer | Kenneth R Westerback |
2004-12-11 | Invert the polarity of two tests in the recovery code that could cause | Kenneth R Westerback |
2004-12-11 | Correct a very rare case where command ordering could be compromised | Kenneth R Westerback |
2004-12-10 | Factor out repeated code into ahd_done_with_status(). | Kenneth R Westerback |
2004-12-10 | Include scsi id in debug message for queued SCB's. | Kenneth R Westerback |
2004-12-08 | Defer reinitialisation of the RU until after the interrupt handler has had | Christopher Pascoe |
2004-12-02 | rev 1.126 | Brad Smith |
2004-11-28 | rev 1.74 | Brad Smith |
2004-11-24 | Long time not accurate anymore. | Miod Vallat |
2004-11-23 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Federico G. Schwindt |
2004-11-23 | store number of supported gpio pins | Reyk Floeter |
2004-11-23 | support the gpio found on ath(4) devices. | Reyk Floeter |
2004-11-23 | More FreeBSD delta reduction. Use aic_* defines rather than ahd_* one | Kenneth R Westerback |
2004-11-22 | ad1981 does not like init; from fgsch@ | Michael Shalayeff |
2004-11-21 | revert part of rev 1.29 which caused a severe performance drop. | Brad Smith |
2004-11-21 | Fix theo's amd64 | Marco Peereboom |
2004-11-18 | a few more codecs from nbsd | Michael Shalayeff |
2004-11-18 | More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and v... | Kenneth R Westerback |
2004-11-16 | if_dc.c rev 1.56 | Brad Smith |
2004-11-14 | More NetBSD cruft removal, starting with 'struct ahd_pci_busdata' and | Kenneth R Westerback |
2004-11-13 | Eliminate a structure member introduced via NetBSD, now superfluous. | Kenneth R Westerback |
2004-11-13 | Eliminate more cruft that crept in during FreeBSD -> NetBSD -> OpenBSD | Kenneth R Westerback |
2004-11-11 | some fixes for beeing compatible with gcc3 as noticed by some people. | Reyk Floeter |
2004-11-08 | use __packed instead of __attribute__ ((__packed__)) (ok miod@), check | Reyk Floeter |
2004-11-07 | struct ucode.length should be in number of elements (u_int32_t), not | Daniel Hartmeier |
2004-11-06 | sync pci ids | Reyk Floeter |
2004-11-04 | fix memory leak on deleting a screen; from janjaap@stack.nl via pr3977 | Michael Shalayeff |
2004-11-03 | register typo | Reyk Floeter |
2004-11-03 | oops missed to set devtype here rather than in sti_sgc.c:1.23 | Michael Shalayeff |
2004-11-03 | knf, use positive error values (suggested by miod@) | Reyk Floeter |
2004-11-03 | Revert to 3.6-current code since IBM onboard mpt's act up. Found by pval & d... | Marco Peereboom |
2004-11-02 | Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functional | Miod Vallat |
2004-11-02 | spacing, beautify dmesg output | Reyk Floeter |
2004-11-02 | removed some printfs | Reyk Floeter |