summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-07-25regenJonathan Gray
2005-07-25Correct the product id of "nForce2 400 AC-97 Audio" to not be thatJonathan Gray
2005-07-25regenJonathan Gray
2005-07-25Give Smart Card part of TI PCI6515 a different product define so thisJonathan Gray
2005-07-25regenJonathan Gray
2005-07-25Some devices found in marco@'s 915PM based Dell D810.Jonathan Gray
2005-07-25add missing comma to initializer.Christopher Pascoe
2005-07-25don't bother with printf in *_jalloc()Brad Smith
2005-07-25- mbuf external storage is of (caddr_t), not (caddr_t *).Brad Smith
2005-07-24add Broadcom BCM4322 support; reported and tested by Alexander TopolanekFederico G. Schwindt
2005-07-24simplify error paths and add some missing ones; brad@ ok.Federico G. Schwindt
2005-07-24don't need to enable bus mastering in stge_attach().Brad Smith
2005-07-24don't call stge_init() when changing the MTU.Brad Smith
2005-07-23regen.Federico G. Schwindt
2005-07-23Broadcom 4322.Federico G. Schwindt
2005-07-23back out last commit, this causes problems on some systems.Brad Smith
2005-07-22remove ICH3 workaround.Brad Smith
2005-07-22Reading the IEEE specs shows that the bits have to be reversed whenBrad Smith
2005-07-22more Marvell and Realtek PHYBrad Smith
2005-07-22add Linksys EG1032 rev 3Brad Smith
2005-07-22regenBrad Smith
2005-07-22add another Relatek OUI id and another Marvell GigE PHY.Brad Smith
2005-07-22- sync sk_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem()Brad Smith
2005-07-22also take the PCI subsystem id into consideration when trying to probeBrad Smith
2005-07-21rollback r1.48 since it caused several panics here; brad@ ok.Federico G. Schwindt
2005-07-21- add bus_dmamap_sync()'s; From NetBSDBrad Smith
2005-07-21ICH7 IDE/SATA support based diff from Marcello Balduccini inJonathan Gray
2005-07-21regenJonathan Gray
2005-07-21Additional Intel 6300 and ICH devices found by TAMURA Kent. ok grange@Jonathan Gray
2005-07-20add a comment explaining why we set the MAC address as we do.Brad Smith
2005-07-20fix setting the MAC address in rl_init() so that "ifconfig lladdr" worksBrad Smith
2005-07-20Remove some more dead code and stale comments.Marco Peereboom
2005-07-20Remove some old NetBSDism for resource shortages. Add proper handling for thisMarco Peereboom
2005-07-20Delete dead code.Marco Peereboom
2005-07-20Skip processor devices when running PPR as per XXX. Ran into a box where theMarco Peereboom
2005-07-20change sc_keyctx from void * to blf_ctx *. there's no point for it to beTed Unangst
2005-07-20remove some unused code.Brad Smith
2005-07-19- the self linked hardware rx descriptor list does not work in hostapReyk Floeter
2005-07-19more adaption for new com files frameworkTheo de Raadt
2005-07-19Update for GREENHOUSE2 -> REALTEK USB vid change.Jonathan Gray
2005-07-19regenJonathan Gray
2005-07-19The GREENHOUSE2 USB id (0x0bda) is actually Realtek's USB id,Jonathan Gray
2005-07-19A potpourri of IBM RGB525 ramdac defines, which will be necessary shortly.Miod Vallat
2005-07-18Compensate for NCOM_PUC disappearance; ok deraadt@Miod Vallat
2005-07-18fix sparc64 console; same diff as miodTheo de Raadt
2005-07-18revert marcos bio changes, mickey not okDavid Gwynne
2005-07-18Match Sphairon UB801R.Jonathan Gray
2005-07-18regenJonathan Gray
2005-07-18Another ural.Jonathan Gray
2005-07-18COM_CONSOLE & DDB fixTheo de Raadt