summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-02-10i got some labels in the system power supply bits mixed upDavid Gwynne
2006-02-10hook the amp sensors up properly. normalise their values and check theDavid Gwynne
2006-02-10add nfePeter Valchev
2006-02-10Only kick the TX engine once in nfe_start() and only if there areBrad Smith
2006-02-10some of the voltage sensors on the 4400 (not all of them, just some) areDavid Gwynne
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
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
2006-02-09add an interface detach hook and use it with the vlan(4) driver. thisReyk Floeter
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
2006-02-08lower the number of Jumbo slots on sparc64.Brad Smith
2006-02-08eliminate a reset when configuring the IP address.Brad Smith
2006-02-08fix MTU check.Brad Smith
2006-02-08Fix lm75 check.Mark Kettenis
2006-02-08Add back minimal debugging to help track down tx errors some MACsJonathan Gray
2006-02-08Use __LP64__ instead of __amd64__ for portability.Jonathan Gray
2006-02-07regenBrad Smith
2006-02-07add Panasonic 50" touch panelBrad Smith
2006-02-07mention source of pf_modulate_sack() in comment, no code change,Daniel Hartmeier
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
2006-02-07convert pmap_phys_address() to a define, consistent with other archs;Martin Reindl
2006-02-07regenBrad Smith
2006-02-07add the new syscalls to the listBrad Smith
2006-02-06vr_start(): return if IFF_OACTIVE is set.Brad Smith
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
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06Attach a wskbd device for unknown adb mapped devices, just in case we lackMiod Vallat
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
2006-02-05improve support for TV tuning via radio(4) by:Jacob Meuser
2006-02-05Add a fix from David Young to not set the ring indexes to somethingJonathan Gray
2006-02-05Simplify SIOCSIFADDR switch case a bit.Brad Smith
2006-02-05Eliminate a reset when configuring the IP address.Brad Smith
2006-02-05make sure to set or clear the RX mode promiscuous bit.Brad Smith
2006-02-05Deal with bus semaphore.Alexander Yurchenko