summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2006-02-10hook the amp sensors up properly. normalise their values and check theDavid Gwynne
thresholds.
2006-02-10add nfePeter Valchev
2006-02-10Only kick the TX engine once in nfe_start() and only if there areBrad 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-10some of the voltage sensors on the 4400 (not all of them, just some) areDavid 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-09remove trailing ',' in enum declarationReyk Floeter
2006-02-09split the ofw scan up into two parts: one to find the i2c bus on a pciDavid Gwynne
device, and one to find i2c devices on the i2c bus. tweaks and ok kettenis@ ok djm@
2006-02-09sync PCI id.Brad Smith
2006-02-09add defines for Yukon XL and Yukon EC Ultra revisions.Brad Smith
2006-02-09regenBrad Smith
2006-02-09YUKON_2 -> YUKON_8038, the Yukon 88E8038 Fast Ethernet controller.Brad Smith
2006-02-09Oops, put the default case outside the ADBVERBOSE block in adbprint().Miod Vallat
2006-02-09cleaning.Brad Smith
2006-02-09adjust timeouts a bit.Brad Smith
Based on the Broadcom Linux driver.
2006-02-09add an interface detach hook and use it with the vlan(4) driver. thisReyk 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-08align tabPeter Valchev
2006-02-08add nfe(4) to all ramdisksPeter Valchev
2006-02-08add a member to the i2c_attach args so that a controller can pass aDavid 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-08lower the number of Jumbo slots on sparc64.Brad Smith
2006-02-08eliminate a reset when configuring the IP address.Brad Smith
tested by kettenis@
2006-02-08fix MTU check.Brad Smith
From damien@
2006-02-08Fix lm75 check.Mark Kettenis
ok deraadt@
2006-02-08Add back minimal debugging to help track down tx errors some MACsJonathan Gray
seem to be reporting.
2006-02-08Use __LP64__ instead of __amd64__ for portability.Jonathan Gray
Pointed out by miod@.
2006-02-07regenBrad Smith
2006-02-07add Panasonic 50" touch panelBrad Smith
From NetBSD
2006-02-07mention source of pf_modulate_sack() in comment, no code change,Daniel Hartmeier
ok frantzen@
2006-02-07move the devices list up a bit.Brad Smith
2006-02-07Disable checksum offload for the moment as it appears to notJonathan Gray
work for some people.
2006-02-07convert 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-07regenBrad Smith
2006-02-07add the new syscalls to the listBrad Smith
From jdolecek NetBSD
2006-02-06vr_start(): return if IFF_OACTIVE is set.Brad Smith
From FreeBSD via Andrey Matveev
2006-02-06regenBrad Smith
2006-02-06add Broadcom BCM5708 Gb and BCM5708S 2.5 Gb Ethernet controllers.Brad Smith
2006-02-06SiS 190 Gigabit Ethernet controllerBrad Smith
2006-02-06fix a typo so this will compile on amd64.Brad Smith
2006-02-06typo from alexey dobriyan;Jason McIntyre
ok brad
2006-02-06typos from alexey dobriyan;Jason McIntyre
ok mickey marco mbalmer niklas brad
2006-02-06Attach a wskbd device for unknown adb mapped devices, just in case we lackMiod Vallat
one keyboard id.
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06Make sure to call bge_setmulti() as we're enabling or disabling promiscuousBrad Smith
mode so as to receive all multicast packets too.
2006-02-05improve 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-05Add a fix from David Young to not set the ring indexes to somethingJonathan Gray
obviously invalid, which can occur when ejecting a CardBus rtw.
2006-02-05Simplify SIOCSIFADDR switch case a bit.Brad Smith
2006-02-05Eliminate a reset when configuring the IP address.Brad Smith
ok jsg@
2006-02-05make sure to set or clear the RX mode promiscuous bit.Brad Smith
tested by Andrey Matveev
2006-02-05Deal with bus semaphore.Alexander Yurchenko
2006-02-05Rework code a bit more and move mpt_print_header() completely underKenneth R Westerback
MPT_DEBUG. May shave a few more bytes, makes logic a bit clearer. No functional change. ok marco@