summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2004-12-13Use millisends rather than microseconds in parameters to timerKenneth R Westerback
2004-12-11Invert the polarity of two tests in the recovery code that could causeKenneth R Westerback
2004-12-11Correct a very rare case where command ordering could be compromisedKenneth R Westerback
2004-12-10Factor out repeated code into ahd_done_with_status().Kenneth R Westerback
2004-12-10Include scsi id in debug message for queued SCB's.Kenneth R Westerback
2004-12-08Defer reinitialisation of the RU until after the interrupt handler has hadChristopher Pascoe
2004-12-02rev 1.126Brad Smith
2004-11-28rev 1.74Brad Smith
2004-11-24Long time not accurate anymore.Miod Vallat
2004-11-23replace old net/if_ieee80211.h header with the net80211 ones, kernel part.Federico G. Schwindt
2004-11-23store number of supported gpio pinsReyk Floeter
2004-11-23support the gpio found on ath(4) devices.Reyk Floeter
2004-11-23More FreeBSD delta reduction. Use aic_* defines rather than ahd_* oneKenneth R Westerback
2004-11-22ad1981 does not like init; from fgsch@Michael Shalayeff
2004-11-21revert part of rev 1.29 which caused a severe performance drop.Brad Smith
2004-11-21Fix theo's amd64Marco Peereboom
2004-11-18a few more codecs from nbsdMichael Shalayeff
2004-11-18More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and v...Kenneth R Westerback
2004-11-16if_dc.c rev 1.56Brad Smith
2004-11-14More NetBSD cruft removal, starting with 'struct ahd_pci_busdata' andKenneth R Westerback
2004-11-13Eliminate a structure member introduced via NetBSD, now superfluous.Kenneth R Westerback
2004-11-13Eliminate more cruft that crept in during FreeBSD -> NetBSD -> OpenBSDKenneth R Westerback
2004-11-11some fixes for beeing compatible with gcc3 as noticed by some people.Reyk Floeter
2004-11-08use __packed instead of __attribute__ ((__packed__)) (ok miod@), checkReyk Floeter
2004-11-07struct ucode.length should be in number of elements (u_int32_t), notDaniel Hartmeier
2004-11-06sync pci idsReyk Floeter
2004-11-04fix memory leak on deleting a screen; from janjaap@stack.nl via pr3977Michael Shalayeff
2004-11-03register typoReyk Floeter
2004-11-03oops missed to set devtype here rather than in sti_sgc.c:1.23Michael Shalayeff
2004-11-03knf, use positive error values (suggested by miod@)Reyk Floeter
2004-11-03Revert to 3.6-current code since IBM onboard mpt's act up. Found by pval & d...Marco Peereboom
2004-11-02Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functionalMiod Vallat
2004-11-02spacing, beautify dmesg outputReyk Floeter
2004-11-02removed some printfsReyk Floeter
2004-11-02import of a free hal part for the ath driver as a replacement for theReyk Floeter
2004-11-02imported Sam Leffler's ath driver for atheros multimode wireless nicsReyk Floeter
2004-11-01back out previous commit.Brad Smith
2004-10-31don't swap zerosBrad Smith
2004-10-30Add missing manufacturing pages. Only the IO Unit pages are now missing but ...Marco Peereboom
2004-10-29rev 1.78Brad Smith
2004-10-28add \n in 'invalid state' message; from Martin Reindl; ok miod@.Xavier Santolaria
2004-10-28Redo RAID volume pagesMarco Peereboom
2004-10-26Add RAID volume pageMarco Peereboom
2004-10-24More freebsd delta reduction. Eliminate use of NetBSD scsipi definesKenneth R Westerback
2004-10-24A missed ahd_htole16 -> aic_htole16 in an unused define.Kenneth R Westerback
2004-10-24Remove ahc/ahd NetBSD compatibility defines unused since we startedKenneth R Westerback
2004-10-24Missed file from previous aic diff.Kenneth R Westerback
2004-10-24Shuffle defines around so that ahc and ahd use the aic_ names thatKenneth R Westerback
2004-10-24Minimize delta to FreeBSD in preparation for bringing in updates.Kenneth R Westerback
2004-10-23add missing braces, noticed by mcbride@Brad Smith