Searched hist:1.744 (Results 1 - 21 of 21) sorted by relevance

/src/sys/dev/pci/
H A Dif_wm.c1.744 Tue Jul 19 08:21:02 GMT 2022 riastradh wm(4): Use bus_dmamap_sync, not bus_space_barrier, for tx desc.

The newly written tx descriptor needs to be visible to the device
before the TDT register is set. There's no bus space mappings that
need any barriers, though -- nothing mapped prefetchable or cacheable
here. So bus_dmamap_sync (via wm_cdtxsync) is necessary, not
bus_space_barrier. By accident, bus_space_barrier implies the same
barrier instructions as bus_dmamap_sync on some architectures, but it
wouldn't work at all if we were bouncing.

ok msaitoh@, knakahara@

H A Dpcidevs.h1.744 Wed Dec 07 04:44:47 GMT 2005 jonathan regen from sys/dev/pci/pcidevs rev 1.742 (add bcm5714 et al.).
H A Dpcidevs_data.h1.744 Fri Dec 09 10:46:00 GMT 2005 xtraeme regen
H A Dpcidevs1.744 Fri Dec 09 10:45:28 GMT 2005 xtraeme Add two VMware SVGA device ids.
/src/sys/dev/usb/
H A Dusbdevs1.744 Fri Dec 22 13:59:32 GMT 2017 jakllsch Add RT Systems RTS-03 USB to Serial Adapter
H A Dusbdevs.h1.744 Tue Jul 10 11:21:34 GMT 2018 spz add Yubikey ids, this time more complete (thanks for the reminders)

H A Dusbdevs_data.h1.744 Tue Jul 10 11:21:34 GMT 2018 spz add Yubikey ids, this time more complete (thanks for the reminders)
/src/distrib/sets/lists/base/
H A Dmi1.744 Tue Apr 15 11:17:47 GMT 2008 plunky branches: 1.744.2;
some changes to serial bluetooth host controller interfaces

btuartd(8) should be named btattach(8) for consistency
with other parts of NetBSD

make btattach(8) a single-use tool for less complexity

device specicific initialisation (from btuart(4)) is carried
out prior to activating the line discipline (in btattach(8)),
which simplifies the API somewhat and means that the user
tool and the kernel do not need to be kept in sync.

btuart(4) driver is much reduced; naming is made consistent
and all tsleep() and delay() are removed to userland
1.744 Tue Apr 15 11:17:47 GMT 2008 plunky branches: 1.744.2;
some changes to serial bluetooth host controller interfaces

btuartd(8) should be named btattach(8) for consistency
with other parts of NetBSD

make btattach(8) a single-use tool for less complexity

device specicific initialisation (from btuart(4)) is carried
out prior to activating the line discipline (in btattach(8)),
which simplifies the API somewhat and means that the user
tool and the kernel do not need to be kept in sync.

btuart(4) driver is much reduced; naming is made consistent
and all tsleep() and delay() are removed to userland
H A Dshl.mi1.744 Sun Jul 26 15:15:31 GMT 2015 kamil Bump shlib minor for new function: ereallocarr(3)

Noted by <mrg>
/src/share/man/man4/
H A DMakefile1.744 Tue Apr 15 07:55:51 GMT 2025 nia Add a man page for radeonfb(4)

/src/sys/arch/i386/i386/
H A Dmachdep.c1.744 Sat Feb 01 18:57:38 GMT 2014 bouyer Stopgap measure: set i386_fpu_present to 1 for XEN.
Stop a stream of
npxintr: came from nowherenpxintr: l = 0xc17ba560, curproc = 0xc177d880, fpu_present = 0
when running some ATF tests:
http://www-soc.lip6.fr/~bouyer/NetBSD-tests/xen/HEAD/i386/201401300920Z_anita.txt

XXX this is probably still broken for native i386, at last for older CPUs.
It looks like on newer CPUs (such as the one emulated by qemu) this code path
is not used.
/src/doc/
H A D3RDPARTY1.744 Sun Jan 10 07:37:09 GMT 2010 mlelstv new tzcode
H A DCHANGES1.744 Wed Nov 01 17:46:57 GMT 2006 tls Sigh. Screwed up previous change, can't commit. Revert while pending.
/src/usr.bin/make/
H A Dparse.c1.744 Tue Apr 22 19:28:50 GMT 2025 rillig make: clean up

Replace 'unsigned int' with simply 'unsigned'.

In compat.c, skipping whitespace is not needed, as the loop above
already skips it.

In job.c, remove the unused header <sys/file.h>.

Inline the TMPPAT macro, as it is only needed in a single place.

H A Dvar.c1.744 Sun Dec 20 13:50:10 GMT 2020 rillig make(1): use FStr in VarNew

/src/sys/arch/i386/conf/
H A DGENERIC1.744 Tue Apr 18 16:49:19 GMT 2006 rittera A number of minor changes for NDIS. (OK'd by phil)

1. Removed the makeoptions line from arch/i386/conf/GENERIC. Now
ndis_driver_data.h is simply copied into the kernel build directory instead
of editing the config file to specify its location.

2. Uncommented lines in files.i386 and files.pci related to NDIS. NDIS will
not be compiled into the kernel unless the two lines are uncommented from
GENERIC (I checked using nm), so there is no reason for this to be commented
out.

3. Added ndiscvt to usr.sbin/Makefile.

/src/distrib/sets/lists/man/
H A Dmi1.744 Tue Jan 04 16:22:58 GMT 2005 spz these files should not be expected to exist if MKKERBEROS=no
Reviewed by christos
/src/distrib/sets/lists/tests/
H A Dmi1.744 Sat May 20 16:35:55 GMT 2017 kre Add a test of sh syntax & parsing (first attempt anyway.)
/src/share/mk/
H A Dbsd.own.mk1.744 Mon Aug 12 16:17:07 GMT 2013 matt Fix MACHINE_CPU for armeb
/src/sys/conf/
H A Dfiles1.744 Sun Nov 27 22:18:41 GMT 2005 thorpej Move UVM files to files.uvm

/src/distrib/sets/lists/comp/
H A Dmi1.744 Tue Dec 14 02:27:55 GMT 2004 lukem usr/lib/threadlib.h is now obsolete

Completed in 1413 milliseconds