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

/src/sys/dev/pci/
H A Dpcidevs.h1.922 Mon Dec 24 17:05:52 GMT 2007 hamajima regen.
H A Dpcidevs_data.h1.922 Fri Dec 28 00:35:23 GMT 2007 dholland Regen.
H A Dpcidevs1.922 Fri Dec 28 00:34:00 GMT 2007 dholland typo fix: brige -> bridge
/src/distrib/sets/lists/base/
H A Dshl.mi1.922 Wed Jul 14 03:19:23 GMT 2021 ozaki-r Rump-ify ALTQ (librumpnet_altq.so)
H A Dmi1.922 Sat Feb 26 18:07:13 GMT 2011 ahoka Import the Flash and NAND subsytem code contributed by the University
of Szeged, Hungary.

The commit includes:
- Flash layer, which gives a common API to access flash devices
- NAND controller subsystem for the flash layer
- An example OMAP driver which is used on BeagleBoard or alike ARM boards
/src/doc/
H A D3RDPARTY1.922 Fri Mar 23 09:42:47 GMT 2012 roy Import dhcpcd-5.5.5
H A DCHANGES1.922 Wed Sep 05 22:42:54 GMT 2007 agc Make it more obvious what "refuse" is compatible with.

Grammar--
/src/sys/arch/i386/conf/
H A DGENERIC1.922 Sun Dec 28 15:18:21 GMT 2008 jmcneill PR# port-i386/40284: add AMD Geode CS5536 audio driver; add gcscaudio(4)
to i386 GENERIC and ALL kernels
/src/distrib/sets/lists/man/
H A Dmi1.922 Sat Aug 19 16:35:02 GMT 2006 plunky The ubtbcmfw(4) driver fails to compile, as noted by PR kern/34219.

While it can be made to compile, the paradigm is not quite right because
it attempts to contact the filesystem during autoconfig which sometimes
causes a panic. Even if that was fixed, there is another potential problem
in that the driver tries/sleeps/tries/sleeps and the sleep could
theoretically sleep past the rc.d/btconfig stage and the controller
would remain unconfigured.

So, I have prepared a different method for loading the firmware to
Broadcom BCM2033 chip based devices. A package 'sysutils/bcmfw' will load
the firmware files via a ugen(4) device interface.

This update removes the ubtbcmfw(4) driver and adds a table to the ubt(4)
driver so that it will not attach to Broadcom BCM2033 based devices before
the firmware was loaded.

This fixes kern/34219
/src/distrib/sets/lists/tests/
H A Dmi1.922 Sun Sep 13 13:03:15 GMT 2020 rillig make(1): add recently added tests to distrib file list
/src/share/mk/
H A Dbsd.own.mk1.922 Thu Apr 28 18:29:20 GMT 2016 martin Switch sparc64 to gcc 5.3. OK: mrg
/src/usr.bin/make/
H A Dvar.c1.922 Sun Apr 11 21:29:57 GMT 2021 rillig make: remove redundant parameter from ParseVarnameLong

No functional change.
/src/sys/conf/
H A Dfiles1.922 Sun Oct 12 13:17:28 GMT 2008 pgoyette Add an i2c attachment for the LM78 family of temp sensor/fan control

Tested by Martin Husemann
/src/distrib/sets/lists/comp/
H A Dmi1.922 Sun Sep 10 15:45:55 GMT 2006 plunky update to bluetooth device attachment:

remove pseudo-device btdev(4) and inherent limitations

add bthub(4) which autoconfigures at bluetooth controllers as they
are enabled. bluetooth devices now attach here.

btdevctl(8) and its cache is updated to handle new semantics

etc/rc.d/btdevctl is updated to configure devices from a list
in /etc/bluetooth/btdevctl.conf

Completed in 1257 milliseconds