Home | History | Annotate | Download | only in microcode
History log of /src/sys/dev/microcode/Makefile
RevisionDateAuthorComments
 1.10  20-Nov-2019  hikaru Add opencrypto driver for Intel QuickAssist.
 1.9  01-Jun-2012  nonaka branches: 1.9.40;
Use /libdata/firmware/run instead of /libdata/firmware/rum for run(4) firmwares.
 1.8  05-Jul-2010  mrg branches: 1.8.8; 1.8.12;
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.
 1.7  09-Jun-2007  kiyohara branches: 1.7.32; 1.7.54; 1.7.56;
Added OpenBSD's zyd(4) driver.
Supports ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network device.
 1.6  31-Oct-2006  joerg branches: 1.6.2; 1.6.8; 1.6.10;
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.
 1.5  07-Jun-2006  rpaulo branches: 1.5.4; 1.5.8; 1.5.10;
Descend into ral.
 1.4  11-Apr-2001  jdolecek branches: 1.4.26; 1.4.36; 1.4.40;
Only install headers which are actually used by our userland. This
saves about 2.2MB under /usr/include/dev/. Discussed on tech-kern@
recently.

I HOPE to get the list right. The headers I left in are ones
used for MI tools and those whose usage I discovered by grep over tree sources.
Feel free to put needed includes back in if you encounter anything which
should not be removed from lists.
 1.3  05-Jan-2001  martin branches: 1.3.2;
Disable the daic directory for now, it breaks with OBJDIR builds.
This needs more thought.
 1.2  05-Jan-2001  martin 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.
 1.1  12-Jun-1998  cgd branches: 1.1.14;
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.
 1.1.14.3  21-Apr-2001  bouyer Sync with HEAD
 1.1.14.2  18-Jan-2001  bouyer Sync with head (for UBC+NFS fixes, mostly).
 1.1.14.1  05-Jan-2001  bouyer Sync with HEAD
 1.3.2.1  28-Feb-2002  nathanw Catch up to -current.
 1.4.40.1  26-Jun-2006  yamt sync with head.
 1.4.36.1  09-Sep-2006  rpaulo sync with head
 1.4.26.3  03-Sep-2007  yamt sync with head.
 1.4.26.2  30-Dec-2006  yamt sync with head.
 1.4.26.1  21-Jun-2006  yamt sync with head.
 1.5.10.1  10-Dec-2006  yamt sync with head.
 1.5.8.1  18-Nov-2006  ad Sync with head.
 1.5.4.2  19-Jun-2006  chap Sync with head.
 1.5.4.1  07-Jun-2006  chap file Makefile was added on branch chap-midi on 2006-06-19 04:01:35 +0000
 1.6.10.1  11-Jul-2007  mjf Sync with head.
 1.6.8.1  15-Jul-2007  ad Sync with head.
 1.6.2.1  24-Mar-2009  bouyer Pullup the following revisions (requested by msaitoh in ticket #1284):
distrib/sets/lists/base/mi 1.706-707,1.797
distrib/sets/lists/man/mi 1.1006
etc/mtree/NetBSD.dist 1.340
share/man/man4/Makefile 1.432
sys/arch/amd64/conf/GENERIC 1.149 via patch
sys/arch/i386/conf/ALL 1.103
sys/arch/i386/conf/GENERIC 1.832
sys/arch/i386/conf/GENERIC_LAPTOP 1.237
sys/arch/macppc/conf/GENERIC 1.257
sys/arch/sparc64/conf/GENERIC 1.86
sys/dev/usb/usbdevs 1.468,1.479-480 via patch
sys/dev/usb/usbdevs.h regen
sys/dev/usb/usbdevs_data.h regen
sys/dev/microcode/Makefile 1.7
sys/dev/usb/files.usb patch
share/man/man4/zyd.4 1.1 via patch
sys/dev/microcode/zyd/Makefile 1.1-1.2
sys/dev/microcode/zyd/build.c 1.1
sys/dev/microcode/zyd/microcode.h 1.1
sys/dev/microcode/zyd/zd1211-license 1.1
sys/dev/microcode/zyd/zyd-zd1211 1.1
sys/dev/microcode/zyd/zyd-zd1211b 1.1
sys/dev/usb/if_zyd.c patch
sys/dev/usb/if_zydreg.h 1.1-1.2

Add ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network device support
 1.7.56.1  05-Mar-2011  rmind sync with head
 1.7.54.1  17-Aug-2010  uebayasi Sync with HEAD.
 1.7.32.1  11-Aug-2010  yamt sync with head.
 1.8.12.1  02-Jun-2012  mrg sync to latest -current.
 1.8.8.1  30-Oct-2012  yamt sync with head
 1.9.40.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed