| Home | Sort by: relevance | last modified time | path |
1 2
| /src/sys/arch/i386/pci/ | |
| geodereg.h | 1.6.6.2 Sat May 20 00:25:40 UTC 2006 tron Pull up following revision(s) (requested by riz in ticket #1331): sys/arch/i386/conf/GENERIC: revision 1.701 sys/arch/i386/pci/geodereg.h: revision 1.1 sys/arch/i386/conf/files.i386: revision 1.270 sys/arch/i386/pci/geode.c: revision 1.1 Add a driver for the watchdog timer on the AMD Geode SC1100. |
| geode.c | 1.5.6.2 Sat May 20 00:25:40 UTC 2006 tron Pull up following revision(s) (requested by riz in ticket #1331): sys/arch/i386/conf/GENERIC: revision 1.701 sys/arch/i386/pci/geodereg.h: revision 1.1 sys/arch/i386/conf/files.i386: revision 1.270 sys/arch/i386/pci/geode.c: revision 1.1 Add a driver for the watchdog timer on the AMD Geode SC1100. |
| /src/sys/dev/pci/ | |
| pcidevs | 1.701 Wed Mar 16 06:58:56 UTC 2005 xtraeme branches: 1.701.2; Add VIATECH KT880 CPU to PCI Bridges. Wed Mar 16 06:58:56 UTC 2005 xtraeme branches: 1.701.2; Add VIATECH KT880 CPU to PCI Bridges. 1.701.2.50 Mon Nov 10 17:02:41 UTC 2008 snj Pull up following revision(s) (requested by bouyer in ticket #1976): sys/dev/pci/if_wm.c: revision 1.162 sys/dev/pci/pcidevs: revision 1.961, 1.962 via patch Add support for more ethenet ICH9 devices. Tested by Pouya D. Tafti on a 82801I_IGP_M_AMT. 1.701.2.49 Tue Apr 08 21:29:46 UTC 2008 jdc Pull up revisions: src/sys/dev/pci/pcidevs 1.816 src/sys/dev/pci/piixide.c 1.28 (requested by bouyer in ticket #1909). Add device IDs for Intel's 631xESB/632xESB southbridges, and start the list for the 5000X northbridge. I'll add the rest later, the spec is currently unavailable so I'll collect them from another source. Add support for the 631xESB/632xESB. 1.701.2.48 Mon Nov 19 21:24:24 UTC 2007 bouyer Pull up following revision(s) via patch (requested by msaitoh in ticket #1863): sys/dev/pci/if_wm.c 1.137-1.138,1.141,1.144-1.146 sys/dev/pci/if_wmreg.h 1.23 sys/dev/pci/pcidevs 1.893 via patch share/man/man4/wm.4 1.18-1.19 Fix typo. Fix EEPROM reload sequence. Add ICH9 support. Workaround for 82541 Errata 29 and 82547 Errata 28: These devices have to reset the PHY before reset the MAC. Reported and tested by salo. 1.701.2.47 Mon Nov 19 21:18:10 UTC 2007 bouyer Pull up following revision(s) via patch (requested by msaitoh in ticket #1862): sys/dev/pci/if_bge.c 1.89,1.95,1.97,1.101,1.103, 1.105,1.107,1.117-1.122, 1.128-1.131,1.133-1.135,1.139 via patch sys/dev/pci/if_bgereg.h 1.31,1.34-1.39,1.42-1.43 sys/dev/pci/pcidevs patch Some cleanups(typo, whitespace, debug message). Add TSO support to bge(4) Add support for BCM5715, BCM5752M, BCM5754, BCM5755, BCM5786 and 5787. Add support for BCM5789. Fixes PR/33828 from Pawel Chwalowskibg. Add support for BCM5753 and BCM5753M Fixes PR kern/36139 from Mustafa Dogan. Add and fix some BGE_CHIPIDs. From FreeBSD and OpenBSD. In bge_ioctl(), don't call bge_init() if the interface is already up (Makes ifwatchd work on this interface). BCM5701 B2 requires BGE_QUIRK_ONLY_PHY_1 quirk. From Brian Baird in kern/23778. Move TX ring full sanity check further up and check the number of DMA segments from the DMA map, instead of counting the DMA segments in the for loop and breaking out later. Unload the DMA map if encountering an error condition. Fix a NULL reference on failing mbuf allocation. In bge_start return if IFF_OACTIVE is set in combination with IFF_RUNNING, drop obscure check for length of interface queue. Remove message about failing bge_encap, it can happen just too easily because of full descriptor rings. Fix some watchdog timeout and "block failed to stop" problems on some cards. Fix "pcistate failed to revert" problem on many cards. 1.701.2.46 Sun Oct 14 05:07:51 UTC 2007 riz Pull up following revision(s) (requested by bouyer in ticket #1770): share/man/man4/wm.4: revision 1.17 sys/dev/pci/if_wmreg.h: revision 1.22 sys/dev/pci/if_wm.c: revision 1.139 via patch sys/dev/pci/if_wm.c: revision 1.140 via patch sys/dev/pci/pcidevs: patch Add support for ICH8 (i82801H) LAN, from FreeBSD. Should work on: i82801H IFE (GT) LAN Controller i82801H IFE (G) LAN Controller i82801H (M_AMT) LAN Controller i82801H (AMT) LAN Controller i82801H LAN Controller i82801H (IFE) LAN Controller i82801H (M) LAN Controller tested with: Intel i82801H (AMT) LAN Controller, rev. 2 Restore $NetBSD$ tag. Note ICH8 LAN support. 1.701.2.45 Sun Oct 14 05:00:25 UTC 2007 riz Pull up following revision(s) (requested by bouyer in ticket #1769): sys/dev/pci/pcidevs: revision 1.876 sys/dev/pci/pcidevs: revision 1.877 Add: Intel i82801H IFE (GT) LAN Controller Intel i82801H IFE (G) LAN Controller from FreeBSD Remove extra "Intel" from previous commit 1.701.2.44 Thu Sep 13 19:47:14 UTC 2007 bouyer Regen for ticket #1822 1.701.2.43 Sat Mar 31 15:25:36 UTC 2007 bouyer pullup the following revisions (requested by msaitoh in ticket 1681): sys/dev/pci/if_wm.c 1.104-1.105, 1.116-1.121, 1.127,1.133-1.134 via patch sys/dev/pci/if_wmreg.h 1.17-1.20 sys/dev/pci/pcidevs patch sys/dev/mii/igphy.c 1.11 sys/dev/mii/makphy.c 1.20, 1.23 sys/dev/mii/ikphy.c patch sys/dev/mii/ikphyreg.h patch sys/dev/mii/miidevs 1.68 sys/dev/mii/files.mii 1.39 sys/arch/i386/conf/GENERIC 1.788-1.789 via patch sys/arch/i386/conf/GENERIC.MPACPI patch sys/arch/i386/conf/GENERIC_LAPTOP 1.209 via patch sys/arch/i386/conf/INSTALL 1.291 via patch sys/arch/i386/conf/INSTALL_LAPTOP 1.104 via patch sys/arch/i386/conf/XEN2_DOM0 1.13 via patch share/man/man4/wm.4 1.14-1.16 Add support for many cards (include PCI-express based chips). Many bug fixes about auto negotiations (PR#30078, PR#30490, PR#30906, PR#33429 and PR#35386). Fix media link issues with fiber-based card (PR#35797). |
| pcidevs.h | 1.701 Wed Mar 16 03:08:44 UTC 2005 uwe Regen for ATI Radeon 9100 IGP chipset. 1.702.2.47 Tue Apr 08 21:32:44 UTC 2008 jdc Regenerate for pcidevs 1.701.2.49. (requested by bouyer in ticket #1909). |
| pcidevs_data.h | 1.701 Sat Mar 19 10:28:12 UTC 2005 tron Regen. 1.700.2.47 Tue Apr 08 21:32:44 UTC 2008 jdc Regenerate for pcidevs 1.701.2.49. (requested by bouyer in ticket #1909). |
| if_wm.c | 1.701 Mon Mar 01 04:50:17 UTC 2021 knakahara Refactor rxq->rxq_ptr updating. |
| /src/sys/arch/i386/conf/ | |
| files.i386 | 1.262.10.1 Sat May 20 00:25:39 UTC 2006 tron Pull up following revision(s) (requested by riz in ticket #1331): sys/arch/i386/conf/GENERIC: revision 1.701 sys/arch/i386/pci/geodereg.h: revision 1.1 sys/arch/i386/conf/files.i386: revision 1.270 sys/arch/i386/pci/geode.c: revision 1.1 Add a driver for the watchdog timer on the AMD Geode SC1100. |
| GENERIC | 1.701 Thu Sep 22 07:09:35 UTC 2005 dyoung Add a driver for the watchdog timer on the AMD Geode SC1100. 1.661.2.13 Sat May 20 00:25:39 UTC 2006 tron Pull up following revision(s) (requested by riz in ticket #1331): sys/arch/i386/conf/GENERIC: revision 1.701 sys/arch/i386/pci/geodereg.h: revision 1.1 sys/arch/i386/conf/files.i386: revision 1.270 sys/arch/i386/pci/geode.c: revision 1.1 Add a driver for the watchdog timer on the AMD Geode SC1100. |
| /src/sys/dev/usb/ | |
| usbdevs.h | 1.701 Tue Jan 19 19:03:27 UTC 2016 martin regen |
| usbdevs_data.h | 1.701 Tue Jan 19 03:25:35 UTC 2016 msaitoh Regen. |
| usbdevs | 1.701 Mon Sep 14 15:51:07 UTC 2015 nonaka COREGA RTL8192SU is actually CG-WLUSBNM. |
| /src/usr.bin/xlint/lint1/ | |
| tree.c | 1.701 Sat Jan 17 15:33:18 UTC 2026 rillig lint: assume that strlen(str) fits into an int Strings of this length are seldom, so don't worry that their length might overflow an int variable. There are more practical bugs to be discovered and fixed first. |
| /src/usr.bin/make/ | |
| parse.c | 1.701 Mon Jun 19 17:30:56 UTC 2023 rillig make: clean up code for skipping files with multiple-inclusion guard No functional change. |
| var.c | 1.701 Fri Dec 04 22:47:57 UTC 2020 rillig make(1): extract UnexportEnv from Var_UnExport |
| /src/share/man/man4/ | |
| Makefile | 1.701 Wed Jan 29 18:39:04 UTC 2020 maya remove urio(4), a driver for the Rio500 MP3 player. At this point it is highly unlikely this 1999 device still has users, but it still comes up in the context of maxv's USB-fuzzing (and any device could pretend to be a urio(4)), so it's best to get rid of it. Renamed all major entries to obsolete, as was done in previous removals. This still requires an update to sanitizers, but they're located in "external", perhaps it should be first committed upstream? Proposed on tech-kern a month ago. |
| /src/sys/arch/i386/i386/ | |
| machdep.c | 1.701 Fri Mar 04 22:25:26 UTC 2011 joerg Refactor ps_strings access. Based on PK_32, write either the normal version or the 32bit compat layout in execve1. Introduce a new function copyin_psstrings for reading it back from userland and converting it to the native layout. Refactor procfs to share most of the code with the kern.proc_args sysctl handler. This material is based upon work partially supported by The NetBSD Foundation under a contract with Joerg Sonnenberger. |
| /src/sys/sys/ | |
| param.h | 1.701 Sat Aug 07 19:44:39 UTC 2021 thorpej NetBSD 9.99.88 -- CFARG_* -> CFARGS() |
| /src/sys/conf/ | |
| files | 1.701 Sat Dec 04 16:10:25 UTC 2004 peter Convert lo(4) to a clonable device. This also removes the loif array and changes all code to use the new lo0ifp pointer which points to the lo0 ifnet structure. Approved by christos. |
| /src/doc/ | |
| CHANGES | 1.701 Sat Sep 16 21:22:18 UTC 2006 elad Add veriexecgen(8), contributed by Matt Fleming. Thanks! |
| /src/distrib/sets/lists/tests/ | |
| mi | 1.701 Wed Nov 16 21:36:23 UTC 2016 kamil Add new test-suite t_dummy for libpthread_dbg At the moment this test does nothing except reports failure from td_open() for overloaded (implemented) dummy1_proc_lookup() (.proc_lookup from td_proc_callbacks_t) of the following form: static int dummy1_proc_lookup(void *arg, const char *sym, caddr_t *addr) { return TD_ERR_ERR; } This file and directory with tests is placeholder for new ones, without further need to alter mtree and distribution sets. The libpthread_dbg interface and library is used by gdb(1) to handle threads in applications. Sponsored by <The NetBSD Foundation> |
| /src/share/mk/ | |
| bsd.own.mk | 1.701 Thu Jul 19 15:16:31 UTC 2012 macallan add xgi to the list of known Xorg drivers just to make sure I don't forget to add it here when I actually import it |
| /src/distrib/sets/lists/base/ | |
| mi | 1.701 Sat Apr 21 14:28:34 UTC 2007 pooka add mount_9p |
| shl.mi | 1.701 Thu May 15 16:32:28 UTC 2014 apb sort |
| /src/distrib/sets/lists/man/ | |
| mi | 1.701 Tue Jun 22 15:41:55 UTC 2004 itojun build and install spamd(8) |
| /src/distrib/sets/lists/comp/ | |
| mi | 1.701 Mon May 10 17:02:21 UTC 2004 drochner remove the fgetstr manpage |
1 2