Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-10 | hook the amp sensors up properly. normalise their values and check the | David Gwynne | |
thresholds. | |||
2006-02-10 | add nfe | Peter Valchev | |
2006-02-10 | Only kick the TX engine once in nfe_start() and only if there are | Brad Smith | |
packets to be transmitted, after iterating through the queue and queuing up as many packets as possible as opposed to kicking it each time through nfe_encap(). ok damien@ jsg@ | |||
2006-02-10 | some of the voltage sensors on the 4400 (not all of them, just some) are | David Gwynne | |
off by a factor of 10. this puts some glue in for the volt sensors so they can be individually marked as being off by ten or not. ok marco@ | |||
2006-02-09 | remove trailing ',' in enum declaration | Reyk Floeter | |
2006-02-09 | split the ofw scan up into two parts: one to find the i2c bus on a pci | David Gwynne | |
device, and one to find i2c devices on the i2c bus. tweaks and ok kettenis@ ok djm@ | |||
2006-02-09 | sync PCI id. | Brad Smith | |
2006-02-09 | add defines for Yukon XL and Yukon EC Ultra revisions. | Brad Smith | |
2006-02-09 | regen | Brad Smith | |
2006-02-09 | YUKON_2 -> YUKON_8038, the Yukon 88E8038 Fast Ethernet controller. | Brad Smith | |
2006-02-09 | Oops, put the default case outside the ADBVERBOSE block in adbprint(). | Miod Vallat | |
2006-02-09 | cleaning. | Brad Smith | |
2006-02-09 | adjust timeouts a bit. | Brad Smith | |
Based on the Broadcom Linux driver. | |||
2006-02-09 | add an interface detach hook and use it with the vlan(4) driver. this | Reyk Floeter | |
fixes a possible crash if the parent interface has been destroyed (like vlan on trunk) before destroying the vlan interface. ok brad@ | |||
2006-02-08 | align tab | Peter Valchev | |
2006-02-08 | add nfe(4) to all ramdisks | Peter Valchev | |
2006-02-08 | add a member to the i2c_attach args so that a controller can pass a | David Gwynne | |
cookie down to the device. the most obvious use of this is to pass a device its ofw node on sparc64 and macppc so it can configure itself more appropriately. ok kettenis@ henning@ deraadt@ | |||
2006-02-08 | lower the number of Jumbo slots on sparc64. | Brad Smith | |
2006-02-08 | eliminate a reset when configuring the IP address. | Brad Smith | |
tested by kettenis@ | |||
2006-02-08 | fix MTU check. | Brad Smith | |
From damien@ | |||
2006-02-08 | Fix lm75 check. | Mark Kettenis | |
ok deraadt@ | |||
2006-02-08 | Add back minimal debugging to help track down tx errors some MACs | Jonathan Gray | |
seem to be reporting. | |||
2006-02-08 | Use __LP64__ instead of __amd64__ for portability. | Jonathan Gray | |
Pointed out by miod@. | |||
2006-02-07 | regen | Brad Smith | |
2006-02-07 | add Panasonic 50" touch panel | Brad Smith | |
From NetBSD | |||
2006-02-07 | mention source of pf_modulate_sack() in comment, no code change, | Daniel Hartmeier | |
ok frantzen@ | |||
2006-02-07 | move the devices list up a bit. | Brad Smith | |
2006-02-07 | Disable checksum offload for the moment as it appears to not | Jonathan Gray | |
work for some people. | |||
2006-02-07 | convert pmap_phys_address() to a define, consistent with other archs; | Martin Reindl | |
avoids losing information due to int in proto ... thanks to KUDO Takashi for tracking this down ok miod@ | |||
2006-02-07 | regen | Brad Smith | |
2006-02-07 | add the new syscalls to the list | Brad Smith | |
From jdolecek NetBSD | |||
2006-02-06 | vr_start(): return if IFF_OACTIVE is set. | Brad Smith | |
From FreeBSD via Andrey Matveev | |||
2006-02-06 | regen | Brad Smith | |
2006-02-06 | add Broadcom BCM5708 Gb and BCM5708S 2.5 Gb Ethernet controllers. | Brad Smith | |
2006-02-06 | SiS 190 Gigabit Ethernet controller | Brad Smith | |
2006-02-06 | fix a typo so this will compile on amd64. | Brad Smith | |
2006-02-06 | typo from alexey dobriyan; | Jason McIntyre | |
ok brad | |||
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
ok mickey marco mbalmer niklas brad | |||
2006-02-06 | Attach a wskbd device for unknown adb mapped devices, just in case we lack | Miod Vallat | |
one keyboard id. | |||
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
2006-02-06 | Make sure to call bge_setmulti() as we're enabling or disabling promiscuous | Brad Smith | |
mode so as to receive all multicast packets too. | |||
2006-02-05 | improve support for TV tuning via radio(4) by: | Jacob Meuser | |
- adding a TV or radio mode flag to struct radio_info for radio(4) and a similar flag to struct TUNER for bktr(4) to make tuning mode explicit - reporting the proper frequency when in TV mode - documenting the mode flag and cleaning up some grammar OK mickey@, robert@ | |||
2006-02-05 | Add a fix from David Young to not set the ring indexes to something | Jonathan Gray | |
obviously invalid, which can occur when ejecting a CardBus rtw. | |||
2006-02-05 | Simplify SIOCSIFADDR switch case a bit. | Brad Smith | |
2006-02-05 | Eliminate a reset when configuring the IP address. | Brad Smith | |
ok jsg@ | |||
2006-02-05 | make sure to set or clear the RX mode promiscuous bit. | Brad Smith | |
tested by Andrey Matveev | |||
2006-02-05 | Deal with bus semaphore. | Alexander Yurchenko | |
2006-02-05 | Rework code a bit more and move mpt_print_header() completely under | Kenneth R Westerback | |
MPT_DEBUG. May shave a few more bytes, makes logic a bit clearer. No functional change. ok marco@ |