summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-12-09regenJonathan Gray
2005-12-09Linksys HU200-TS.Jonathan Gray
2005-12-09Mention which chipset devices use on attach.Jonathan Gray
2005-12-09Remove surplus semicolon.Jonathan Gray
2005-12-09Added aml_values for nodesJordan Hargrave
2005-12-09Added aml_value and aml_node types for treeJordan Hargrave
2005-12-08- remove unnecessary return at end of void functionBrad Smith
2005-12-08and remove a bogus free spotted after previous commitTed Unangst
2005-12-08missing free, spotted by greg osterTed Unangst
2005-12-08- Enable the buffer manager on 5705 and newer ASICs.Brad Smith
2005-12-08This makes bge(4) only look for a PHY at id 1 as done by Broadcom'sBrad Smith
2005-12-08eliminate the BGE_QUIRK_FEWER_MBUFS quirk flag and assume lower mbufs onBrad Smith
2005-12-08add BCM5903M PCI id and recognize BCM5714 and BCM5715 ASICs.Brad Smith
2005-12-08regenBrad Smith
2005-12-08BCM5715 -> BCM5780Brad Smith
2005-12-08regenBrad Smith
2005-12-08add Broadcom BCM5903M PCI id.Brad Smith
2005-12-08Fixed name parsing for zero stringsJordan Hargrave
2005-12-07Add ACPI device IDs. ok jordan@Marco Peereboom
2005-12-07this should fix the VT6103.Brad Smith
2005-12-07Fixed name parse errorsJordan Hargrave
2005-12-07o do not break after first iteration but when we found a match.Federico G. Schwindt
2005-12-07from nbsd: Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682Michael Shalayeff
2005-12-07Parsing fieldlist and varobjectJordan Hargrave
2005-12-07Parses DSDT tableJordan Hargrave
2005-12-07KNFMarco Peereboom
2005-12-07Added DSDT Table for AML Parser glueJordan Hargrave
2005-12-07Add DSDT table for AML ParserJordan Hargrave
2005-12-07KNFMarco Peereboom
2005-12-07KNFMarco Peereboom
2005-12-06regenJonathan Gray
2005-12-06Add some devices from submitted demsgs.Jonathan Gray
2005-12-05trendnet TE-CF100 support; tested and ok uwe@.Federico G. Schwindt
2005-12-05regen.Federico G. Schwindt
2005-12-05TRENDnet, CompactFlash Fast Ethernet Adapter, TE-CF100; from uwe@Federico G. Schwindt
2005-12-05Add older card to quirk table. This fixes the ccb timeout as reported byMarco Peereboom
2005-12-05Add support to tune the channel and the channel sets via radio(4).Robert Nagy
2005-12-05fix func name in the commentsMichael Shalayeff
2005-12-04Don't retry unsupported commands, or commands for invalidKenneth R Westerback
2005-12-04Allocate all scbs during initialization to avoid usingKenneth R Westerback
2005-12-04On the 82571 and newer chipset the ICR register is meaningful onlyBrad Smith
2005-12-03splimp -> splnetBrad Smith
2005-12-03RegenPedro Martelletto
2005-12-03Add ATI IXP200 Modem, from Bruno Oliveira Silvestre, okay deraadt@Pedro Martelletto
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth R Westerback
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth R Westerback
2005-12-03Don't retry unsupported SCSI commands by returning TRY_AGAIN_LATER.Kenneth R Westerback
2005-12-03Remove some typedef struct goo.Marco Peereboom
2005-12-03Allow strings descriptor 0 to be fetched. It's the default language index.Brad Smith
2005-12-02Check if the given FM frequency is between 87.5Mhz and 108Mhz.Robert Nagy