| History log of /src/sys/dev/pcmcia/Makefile |
| Revision | | Date | Author | Comments |
| 1.7 |
| 06-May-2001 |
ichiro | divided into PCMCIA attachment and common code of wi. since if_wi_ieee.h does not depend for pcmcia, sys/dev/pcmcia/if_wi_ieee.h was moved to sys/dev/ic/wi_ieee.h .
|
| 1.6 |
| 11-Apr-2001 |
jdolecek | Put back all header files defining ioctls
|
| 1.5 |
| 11-Apr-2001 |
jdolecek | 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.4 |
| 29-Nov-1999 |
itojun | branches: 1.4.6; improve cnw driver, looking at bsdi/freebsd-pao cnw driver by wide+prb@bsdi. - implement ioctls compatible with bsdi/freebsd-pao. stat type is changed from u_int to u_quad_t to avoid overflows. now it is possible to switch domain/encryption key from the userland, using cnwctl(8). - implement multicast/promiscuous mode. tested with IPv6.
|
| 1.3 |
| 14-Jul-1999 |
sommerfeld | branches: 1.3.2; 1.3.8; Install a header needed by userspace wiconfig program
|
| 1.2 |
| 19-Jul-1998 |
christos | branches: 1.2.8; 1.2.10; 1.2.12; Add a devlist2h.awk so that we don't sprinkle the same constants over each device driver file and use it.
|
| 1.1 |
| 12-Jun-1998 |
cgd | 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.2.12.1 |
| 30-Nov-1999 |
itojun | bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branch just for reference purposes. This commit includes 1.4 -> 1.4.1 sync for kame branch.
The branch does not compile at all (due to the lack of ALTQ and some other source code). Please do not try to modify the branch, this is just for referenre purposes.
synchronization to latest KAME will take place on HEAD branch soon.
|
| 1.2.10.1 |
| 02-Aug-1999 |
thorpej | Update from trunk.
|
| 1.2.8.1 |
| 12-May-2000 |
he | Pull up revision 1.3 (requested by he): Add a driver for ``wi'', Lucent "Orinoco"/Wavelan. Here: install header required by wiconfig program.
|
| 1.3.8.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.3.2.2 |
| 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.3.2.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
| 1.4.6.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|