History log of /netbsd-src/sys/dev/microcode/Makefile (Results 1 – 9 of 9)
Revision Date Author Comments
# 87bee1d0 20-Nov-2019 hikaru <hikaru@NetBSD.org>

Add opencrypto driver for Intel QuickAssist.


# c9051a9f 01-Jun-2012 nonaka <nonaka@NetBSD.org>

Use /libdata/firmware/run instead of /libdata/firmware/rum for run(4) firmwares.


# ad13e176 05-Jul-2010 mrg <mrg@NetBSD.org>

move all the radeondrm firmware images into the filesystem. check that
some firmware sizes are the expected size. (XXX make all.)

based upon similar changes seen in the linux radeon drm driver.

t

move all the radeondrm firmware images into the filesystem. check that
some firmware sizes are the expected size. (XXX make all.)

based upon similar changes seen in the linux radeon drm driver.

this saves about 250KB in the kernel or module.

show more ...


# bbec0bb7 09-Jun-2007 kiyohara <kiyohara@NetBSD.org>

Added OpenBSD's zyd(4) driver.
Supports ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network device.


# fc0bc19f 31-Oct-2006 joerg <joerg@NetBSD.org>

Add rum(4) for newer USB Ralink devices. Obtained from OpenBSD.
Special thanks to Sepherosa Ziehau for helping debugging USB issues.
Hook up rum(4) for i386 config files.


# 943d2633 07-Jun-2006 rpaulo <rpaulo@NetBSD.org>

Descend into ral.


# 4c176b98 05-Jan-2001 martin <martin@NetBSD.org>

Disable the daic directory for now, it breaks with OBJDIR builds.
This needs more thought.


# 242656c7 05-Jan-2001 martin <martin@NetBSD.org>

Enable the imported ISDN4BSD based ISDN subsystem.

This is the kernel part (userland to follow soon) of the latest (and
very probably last) release (version 0.96) of ISDN4BSD. ISDN4BSD has a
homepag

Enable the imported ISDN4BSD based ISDN subsystem.

This is the kernel part (userland to follow soon) of the latest (and
very probably last) release (version 0.96) of ISDN4BSD. ISDN4BSD has a
homepage at http://www.freebsd-support.de/i4b/.

It gives the user various ways to use the isdn connection: raw data (via
the i4brbch "raw b-channel" device), ppp (via the isp "isdn PPP" device),
voice/answering machine (the i4btel "telephone" device) and ip over isdn
(the ipr device, "IP over raw ISDN").

Supported are a bunch of common and older cards, more to be added soon
after some cleanup. Currently only the european E-DSS1 variant of the
ISDN D channel protocol is supported.

show more ...


# 651b44e2 12-Jun-1998 cgd <cgd@NetBSD.org>

Rework the way kernel include files are installed. In the new method,
as with user-land programs, include files are installed by each directory
in the tree that has includes to install. (This allow

Rework the way kernel include files are installed. In the new method,
as with user-land programs, include files are installed by each directory
in the tree that has includes to install. (This allows more flexibility
as to what gets installed, makes 'partial installs' easier, and gives us
more options as to which machines' includes get installed at any given
time.) The old SYS_INCLUDES={symlinks,copies} behaviours are _both_
still supported, though at least one bug in the 'symlinks' case is
fixed by this change. Include files can't be build before installation,
so directories that have includes as targets (e.g. dev/pci) have to move
those targets into a different Makefile.

show more ...