summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2003-07-07ansify and remove staticsJason Wright
2003-07-06Add Corega Wireless LAN PCCL-11; Jonathon FletcherTodd C. Miller
2003-07-06regenTodd C. Miller
2003-07-06Add Corega Wireless LAN PCCL-11Todd C. Miller
2003-07-06trailing spacesAlexander Yurchenko
2003-07-05sync with netbsdNathan Binkert
2003-07-05sync with NetBSDNathan Binkert
2003-07-05better indentAlexander Yurchenko
2003-07-05Add missing timing value for CMD649 UDMA 5 mode.Alexander Yurchenko
2003-07-04no need for an BKTR_DEBUG alwaysMichael Shalayeff
2003-07-03ansifyJason Wright
2003-07-03ansifyJason Wright
2003-07-01Don't dma map the xs->cmd. Copy it to a safe buffer that is alreadyKenneth R Westerback
2003-06-30remove the use of tl_unitAnil Madhavapeddy
2003-06-30remove the use of sis_unitAnil Madhavapeddy
2003-06-29change a %ju (which we dont have yet) to a %lu with an argument castAnil Madhavapeddy
2003-06-29- cast rfact to int64_t before multiplication to avoid sign overflowAlexander Yurchenko
2003-06-29Don't check for valid ipa_nio in attach since we don't use pnp here;Alexander Yurchenko
2003-06-29lose ste_unit; jason@ okAnil Madhavapeddy
2003-06-29nuke sf_unit; jason@ okAnil Madhavapeddy
2003-06-29remove usage of xl_unitJason Wright
2003-06-29another bad format string; %s->%dAnil Madhavapeddy
2003-06-29bad format string; %s -> %dAnil Madhavapeddy
2003-06-28supply missing argument to a panic string; ok tedu, deraadtAnil Madhavapeddy
2003-06-28fix wrong format type; ok deraadt, tedu, mickeyAnil Madhavapeddy
2003-06-28Fix a bug which would promote a target from TARST_PROBING toKenneth R Westerback
2003-06-27Take strlen() of an existing variable. Syntax error introduced in str*Kenneth R Westerback
2003-06-27more quirks from netbsdNathan Binkert
2003-06-27kqueue support for various usb devices including: usb, uhid, ugen,Nathan Binkert
2003-06-27add support for a whole bunch of sunix cardsHenning Brauer
2003-06-27syncHenning Brauer
2003-06-27Sunix covers a whole range of cards under this one ID so change the nameHenning Brauer
2003-06-27ansi functionsJason Wright
2003-06-27These don't need linear mappings either.Jason Wright
2003-06-27Don't need LINEAR mappings.Jason Wright
2003-06-27ansify and add an alaw <-> mulaw conversionJason Wright
2003-06-26syncTheo de Raadt
2003-06-26intel PRO_2100_3B wirelessTheo de Raadt
2003-06-26alignment for extent_alloc_subregion cannot be zeroMichael Shalayeff
2003-06-26constify readonly dataMichael Shalayeff
2003-06-26regenMichael Shalayeff
2003-06-26add netgear ha501 802.11aMichael Shalayeff
2003-06-26fix probing for ami raid owned hba properly; mjacob@ okMichael Shalayeff
2003-06-26it's better w/ a comma between irq and addressMichael Shalayeff
2003-06-26align acb size to 256 bytes to avoid cache issues; krw@ okMichael Shalayeff
2003-06-26space vs tab consistancyMichael Shalayeff
2003-06-25constify some readonly dataMichael Shalayeff
2003-06-25fix #if/ifdef issue and use u_int16_t instead of int where appropriateMichael Shalayeff
2003-06-25Typo police: attribute is better written with an 'r'.Miod Vallat
2003-06-25Acknowledge the status interrupt in some odd and usually rare cases, whichMiod Vallat