Searched hist:1.980 (Results 1 - 14 of 14) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.980 Thu Feb 26 19:17:01 GMT 2009 mjf Regen.
H A Dpcidevs_data.h1.980 Tue Mar 10 03:31:36 GMT 2009 msaitoh regen
H A Dpcidevs1.980 Sat Feb 28 17:55:46 GMT 2009 schwarz correct entry for Lucent 0x5802 into 2-port USB Host Controller
/src/distrib/sets/lists/base/
H A Dshl.mi1.980 Sun Jun 09 19:56:18 GMT 2024 christos bump libarchive.
H A Dmi1.980 Sun Feb 05 14:19:04 GMT 2012 dholland Migrate one last leftover bit (used only by the kernel now) to
sys/ufs/ufs and remove the old quota headers and no-longer-used shared
code. Ok by releng.
/src/doc/
H A D3RDPARTY1.980 Sun Nov 04 22:55:07 GMT 2012 alnsn Add sljit.
H A DCHANGES1.980 Thu Jan 03 21:24:23 GMT 2008 xtraeme Change two entries to the kernel category, so that they appear
correctly in WWW.
1.980 Thu Jan 03 21:24:23 GMT 2008 xtraeme Change two entries to the kernel category, so that they appear
correctly in WWW.
/src/sys/arch/i386/conf/
H A DGENERIC1.980 Fri Apr 16 13:48:32 GMT 2010 pooka Remove unused count (invariably "4") from pseudo-device fss.
/src/distrib/sets/lists/man/
H A Dmi1.980 Fri Mar 02 06:38:52 GMT 2007 riz Add man4/prep, cat4/prep, html4/prep directories, and a couple of
missed cat4/prep manpages.
/src/distrib/sets/lists/tests/
H A Dmi1.980 Tue Dec 01 17:50:04 GMT 2020 rillig make(1): add tests for suppressing "stopped in"

These tests demonstrate the unwanted behavior described in PR bin/55578
and PR bin/55832.
/src/share/mk/
H A Dbsd.own.mk1.980 Fri Oct 21 06:04:16 GMT 2016 mrg flip the polarity of the xorg-server version: list the unconverted ports.
i distilled this list from the old list and the MKXORG_SERVER list, but
there may be some build fallout.
/src/usr.bin/make/
H A Dvar.c1.980 Mon Dec 13 02:34:15 GMT 2021 rillig make: merge duplicate code for memory handling in Var_Parse

No functional change.
/src/sys/conf/
H A Dfiles1.980 Wed Mar 03 13:39:57 GMT 2010 tsutsui Put several fixes to ne(4) driver for better 8 bit mode support,
especially on RTL8019AS which is also used for non-ISA local bus of
embedded controllers and some m68k machines like atari and x68k.

* move RTL8019 probe and attach code from each bus attachment
to MI ne2000_detect() and ne2000_attach()
* change a method for backend and attachment to specify 8 bit mode
to use a new sc->sc_quirk member, instead of sc->sc_dmawidth
* handle more NE2000 8 bit mode specific settings, including
bus_space(9) access width and available size of buffer memory
* add a function to detect NE2000 8 bit mode
(disabled by default, but enalbed by options NE2000_DETECT_8BIT
to avoid possible regression on various ISA clones)
* fix ipkdb attachment accordingly (untested)

Tested on two NE2000 ISA variants (RTL8019AS and another clone named UL0001)
in both 8 bit and 16 bit mode on i386. "Looks good" from nonaka@.

See my post on tech-kern for details:
http://mail-index.NetBSD.org/tech-kern/2010/02/26/msg007423.html
/src/distrib/sets/lists/comp/
H A Dmi1.980 Thu Nov 23 04:07:07 GMT 2006 rpaulo New EtherIP driver based on tap(4) and gif(4) by Hans Rosenfeld.
Notable changes:
* Fixes PR 34268.
* Separates the code from gif(4) (which is more cleaner).
* Allows the usage of STP (Spanning Tree Protocol).
* Removed EtherIP implementation from gif(4)/tap(4).

Some input from Christos.

Completed in 1161 milliseconds