Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-26 | Fan tachometers improvements from form@pdp-11.org.ru: | Alexander Yurchenko | |
- correct rpm calculation - automatic devisor tuning - correct handling of fan being stopped and started again Thanks jsg@ for testing. | |||
2005-07-25 | regen | Jonathan Gray | |
2005-07-25 | Correct the product id of "nForce2 400 AC-97 Audio" to not be that | Jonathan Gray | |
of the ppb so it has some chance of working. | |||
2005-07-25 | regen | Jonathan Gray | |
2005-07-25 | Give Smart Card part of TI PCI6515 a different product define so this | Jonathan Gray | |
actually compiles. | |||
2005-07-25 | regen | Jonathan Gray | |
2005-07-25 | Some devices found in marco@'s 915PM based Dell D810. | Jonathan Gray | |
2005-07-25 | add missing comma to initializer. | Christopher Pascoe | |
2005-07-25 | don't bother with printf in *_jalloc() | Brad Smith | |
2005-07-25 | - mbuf external storage is of (caddr_t), not (caddr_t *). | Brad Smith | |
- simplify code a bit and use MEXTADD macro. | |||
2005-07-24 | add Broadcom BCM4322 support; reported and tested by Alexander Topolanek | Federico G. Schwindt | |
(atopo at ocv dot org). | |||
2005-07-24 | simplify error paths and add some missing ones; brad@ ok. | Federico G. Schwindt | |
deallocation for jumbo memory left. | |||
2005-07-24 | don't need to enable bus mastering in stge_attach(). | Brad Smith | |
2005-07-24 | don't call stge_init() when changing the MTU. | Brad Smith | |
2005-07-23 | regen. | Federico G. Schwindt | |
2005-07-23 | Broadcom 4322. | Federico G. Schwindt | |
2005-07-23 | back out last commit, this causes problems on some systems. | Brad Smith | |
2005-07-22 | remove ICH3 workaround. | Brad Smith | |
2005-07-22 | Reading the IEEE specs shows that the bits have to be reversed when | Brad Smith | |
mapping an OUI to the MII id registers. From drochner NetBSD | |||
2005-07-22 | more Marvell and Realtek PHY | Brad Smith | |
2005-07-22 | add Linksys EG1032 rev 3 | Brad Smith | |
2005-07-22 | regen | Brad Smith | |
2005-07-22 | add another Relatek OUI id and another Marvell GigE PHY. | Brad Smith | |
From Linksys EG1032 cards via Johan P. Lindström <johan.p.lindstrom at gmail dot com> | |||
2005-07-22 | - sync sk_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem() | Brad Smith | |
- oops, forgot to remove a line in sk_rxeof() | |||
2005-07-22 | also take the PCI subsystem id into consideration when trying to probe | Brad Smith | |
for Linksys EG1032 cards, that way we do not try and attach to newer rev 3 cards that use the RealTek 8169S chipset. | |||
2005-07-21 | rollback r1.48 since it caused several panics here; brad@ ok. | Federico G. Schwindt | |
2005-07-21 | - add bus_dmamap_sync()'s; From NetBSD | Brad Smith | |
- use pci_mapreg_map() - remove unnecessary splimp() usage in skc_attach() - make sure to disestablish the interrupt on failure Tested by a few end-users. | |||
2005-07-21 | ICH7 IDE/SATA support based diff from Marcello Balduccini in | Jonathan Gray | |
NetBSD PR 30795. ok grange@ | |||
2005-07-21 | regen | Jonathan Gray | |
2005-07-21 | Additional Intel 6300 and ICH devices found by TAMURA Kent. ok grange@ | Jonathan Gray | |
2005-07-20 | add a comment explaining why we set the MAC address as we do. | Brad Smith | |
From FreeBSD | |||
2005-07-20 | fix setting the MAC address in rl_init() so that "ifconfig lladdr" works | Brad Smith | |
as expected. From form@ via mpech@ | |||
2005-07-20 | Remove some more dead code and stale comments. | Marco Peereboom | |
2005-07-20 | Remove some old NetBSDism for resource shortages. Add proper handling for this | Marco Peereboom | |
in OpenBSD. | |||
2005-07-20 | Delete dead code. | Marco Peereboom | |
2005-07-20 | Skip processor devices when running PPR as per XXX. Ran into a box where the | Marco Peereboom | |
SAFTE device freaked out when a PPR was attempted. | |||
2005-07-20 | change sc_keyctx from void * to blf_ctx *. there's no point for it to be | Ted Unangst | |
void and means we can't correctly use sizeof() on the target. error report from frank denis in pr4290. | |||
2005-07-20 | remove some unused code. | Brad Smith | |
2005-07-19 | - the self linked hardware rx descriptor list does not work in hostap | Reyk Floeter | |
mode, use the normal behaviour with rx overrun interrupts for now. this prevents the hostap from locking under heavy load (like ping -f) and it works more reliable. - run ath_calibrate in splnet() context (from netbsd) | |||
2005-07-19 | more adaption for new com files framework | Theo de Raadt | |
2005-07-19 | Update for GREENHOUSE2 -> REALTEK USB vid change. | Jonathan Gray | |
2005-07-19 | regen | Jonathan Gray | |
2005-07-19 | The GREENHOUSE2 USB id (0x0bda) is actually Realtek's USB id, | Jonathan Gray | |
rename accordingly. ok dlg@ | |||
2005-07-19 | A potpourri of IBM RGB525 ramdac defines, which will be necessary shortly. | Miod Vallat | |
2005-07-18 | Compensate for NCOM_PUC disappearance; ok deraadt@ | Miod Vallat | |
2005-07-18 | fix sparc64 console; same diff as miod | Theo de Raadt | |
2005-07-18 | revert marcos bio changes, mickey not ok | David Gwynne | |
2005-07-18 | Match Sphairon UB801R. | Jonathan Gray | |
2005-07-18 | regen | Jonathan Gray | |
2005-07-18 | Another ural. | Jonathan Gray | |