summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2004-10-23re-add old xl_encap_90xB() for 905B/C cards. removed in rev 1.52.Brad Smith
2004-10-22KNFMarco Peereboom
2004-10-22And add a license before theo kills me.Marco Peereboom
2004-10-22Add mpt_ioctl.h file.Marco Peereboom
2004-10-22Add:Marco Peereboom
2004-10-20put newlines at slightly different places during attach, leading to cleanTheo de Raadt
2004-10-20Use bus_addr_t instead of int for port address/offset, ok mickeyPer Fogelstrom
2004-10-17Add a callback drv_probe() to allow underlying ata controller driverAlexander Yurchenko
2004-10-17Move declaration of default _vtbl members (wdc_default_*) toAlexander Yurchenko
2004-10-17Define number of general and ``shadow'' (overlapping) ATA registers;Alexander Yurchenko
2004-10-14a few more c-media codec idsMichael Shalayeff
2004-10-14constants for TX underrun handlingBrad Smith
2004-10-14rev 1.47Brad Smith
2004-10-13De-inline siop. Shrinks almost 1K on i386.Kenneth R Westerback
2004-10-13Let the generic rtl code work if the bus-dependent code has decided to attach;Miod Vallat
2004-10-12Don't use BIOS configuration data when no seeprom is available. LetsKenneth R Westerback
2004-10-10Work around "overlapped command" issue on devices that are slower than U320. ...Marco Peereboom
2004-10-06typoBrad Smith
2004-10-06Enable round-robin arbitration between transmit and receive unitBrad Smith
2004-10-04a whole bunch of avance logic codecs and also patch for someMichael Shalayeff
2004-10-02remove if NVLAN here tooBrad Smith
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-09-30get the MAC address correct on big endianJason Wright