summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes for <sys/buf.h> and <sys/bio.h>.rodrigc2006-12-021-0/+2
* - Probe Davicom DM9102 PHYs.marius2006-12-021-30/+8
* - In acphy_service() for the MII_TICK case don't bother to check whethermarius2006-12-021-30/+7
* - Add another Altima PHY, which is a AC101 workalike and integratedmarius2006-12-021-1/+3
* - Don't set MIIF_NOISOLATE so tdkphy(4) can be used in configurationsmarius2006-12-021-37/+9
* - Don't set MIIF_NOISOLATE so rgephy(4) can be used in configurationsmarius2006-12-021-13/+3
* Some style changes to a couple of PHY drivers:marius2006-12-027-94/+53
* Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp>rodrigc2006-12-024-3040/+3216
* Add support for Apple Intel/Mac.ariff2006-12-021-10/+48
* Add a helper function mii_phy_dev_probe(), which wraps around themarius2006-12-0219-249/+135
* MFP4 (108673, 110519, 110874):netchild2006-12-021-5/+30
* Add the linux module to the amd64 build, all symbols can now be resolved.netchild2006-12-021-0/+1
* Provide stream operations.cognet2006-12-021-0/+36
* Softc may be NULL in g_journal_orphan(), so don't be surprised.pjd2006-12-021-3/+4
* Remove obfuscating OpenBSD/NetBSD/BSDI/FreeBSD 2.x/FreeBSD 5.x ifdefsrwatson2006-12-011-20/+0
* if_watchdog -> rl_watchdogru2006-12-012-14/+16
* ALTQify ep(4).mlaier2006-12-011-5/+7
* Fix packing on the country band descriptor. No real change since thisimp2006-12-011-1/+1
* Make sure that carp_header is 36 bytes longimp2006-12-011-0/+4
* fix typo in last commitimp2006-12-011-1/+1
* Use FreeBDS standard __packed as opposed to the gcc centricimp2006-12-011-2/+2
* back out use of LLC_SNAPFRAMELEN now that sizeof(struct llc) isn'tsam2006-12-012-4/+4
* Move the __packed declarations. This makes sizeof(struct llc) 8 againimp2006-12-011-7/+11
* Make libalias.conf parsing a bit smarter.piso2006-12-011-10/+18
* Remove m_megapullup from ng_nat and put it under libalias.piso2006-12-013-35/+41
* clarify shortcut returnsam2006-12-011-2/+2
* Grammar nit.ru2006-12-011-1/+1
* We can have no PV entry here if the previous mapping was unmanaged, and the newcognet2006-12-011-1/+2
* Use CTASSERT to make sure:imp2006-12-011-1/+6
* Add inverted amplifier sense quirk for HP Compaq nx4300.ariff2006-12-011-0/+1
* sizeof(struct llc) includes padding on arm; use LLC_SNAPFRAMELEN for nowsam2006-12-012-4/+4
* Fix white spaces.jkim2006-12-011-1/+1
* Simplify statistics updates, remove redundant register reads, and addjkim2006-12-012-28/+19
* In pmap_ts_referenced(), don't attempt to do anything if the page iscognet2006-11-301-0/+2
* First bits of Xscale core 3 support (the VM bits are far from being optimalcognet2006-11-302-4/+20
* Introduce CPU_XSCALE_CORE3, as XScale Core 3 is significally different thancognet2006-11-301-0/+3
* Fix the hardware VLAN tagging. TX was broken on little-endianru2006-11-301-2/+7
* o ciss.ko depends on cam and pci.maxim2006-11-301-0/+2
* The recent issues with em(4) interface has shown that the old 4.4BSDglebius2006-11-301-0/+3
* - Instead of if_watchdog/if_timer interface use our own timerglebius2006-11-302-13/+19
* Bump __FreeBSD_version after UQ_KBD_IGNORE was set for Wi-Spy devices.flz2006-11-301-1/+1
* - Instead of if_watchdog/if_timer interface use our own timerglebius2006-11-302-24/+18
* Consistently use #ifdef INET6 rather than mixing and matching withrwatson2006-11-301-21/+19
* Linker set support depends on the magic __start_<section> andkib2006-11-301-0/+47
* Only grab the sched_lock if we actually need to modify the thread priority.phk2006-11-301-4/+5
* Don't use vm_page_flag_set() if installing bootstrap page-table entriesgrehan2006-11-302-2/+4
* Flushing the buffer is conditional on actually using the buffer. Oops.jb2006-11-301-0/+4
* Better i2c bit definitions.kevlo2006-11-301-2/+2
* fls was missingsam2006-11-301-0/+1
* Turn console printf buffering into a kernel option and only onjb2006-11-309-24/+27
OpenPOWER on IntegriCloud