Commit Graph

63899 Commits

Author SHA1 Message Date
augustss
f788a32437 Add line for cms attach. 2000-05-02 11:05:27 +00:00
augustss
9f9f06401c Add (commented out) cms(4) driver. 2000-05-02 11:00:56 +00:00
pk
d46e0d77c0 Remove unused code: getptesw4m(),setptesw4m() 2000-05-02 10:35:06 +00:00
pk
716a862d08 Lock internals have changed, and we depend on those in here. 2000-05-02 09:29:39 +00:00
augustss
40ca86f953 Make audio devices. 2000-05-02 08:17:51 +00:00
augustss
8abcd395fd Add bba(4) attachment. 2000-05-02 08:04:24 +00:00
augustss
e15d2472fa Fix typo. 2000-05-02 08:03:53 +00:00
kleink
2e87728bd8 Restructure a bit as to create wscons device nodes using the 'wscons'
argument, rather than enumerating all the terminal devices.  (Convenient
side-effect: ttyEcfg ist actually created.)
2000-05-02 08:03:38 +00:00
augustss
087a67c892 Add proper bba attachment. From Gregory McGarry <g.mcgarry@ieee.org> 2000-05-02 08:02:07 +00:00
augustss
f4284215b0 Update bba(4) man page and xref it. 2000-05-02 08:00:00 +00:00
augustss
c6df4d8830 Comment out bba since I don't really know if it's right. 2000-05-02 07:23:56 +00:00
augustss
05ef4c3d35 Add bba(4) attachment at tc. 2000-05-02 07:22:26 +00:00
augustss
08e476f3c5 Add bba(4) man page. 2000-05-02 07:17:20 +00:00
sjg
952a141de5 use KERNOBJDIR from bsd.kernobj.mk 2000-05-02 07:10:19 +00:00
sjg
8124e16d8e use ../../Makefile.inc 2000-05-02 06:47:23 +00:00
sjg
49cf26c7de Use top-level Makefile.inc to set BSDSRCDIR
use bsd.kernobj.mk to set KERNOBJDIR and pass this to runlist.sh
2000-05-02 06:45:24 +00:00
augustss
621ef4d785 Add am7930 audio driver. 2000-05-02 06:43:05 +00:00
sjg
734bcf16ec Use bsd.kernobj.mk
Also if KERNELS_DONE is defined skip building kernels.  Handy if re-spinning
due to errors in distrib later on.
2000-05-02 06:41:44 +00:00
augustss
361f2141f7 Adapt to new am7930 driver. PR 10033 from Gregory McGarry. 2000-05-02 06:35:12 +00:00
augustss
f9dbbf4c92 Make am7930 driver machine independent. PR 10032 from Gregory McGarry. 2000-05-02 06:30:49 +00:00
thorpej
39f8e55cfc On the m68k, the most efficient type for __cpu_simple_lock_t is
an unsigned char, since that is what the `tas' instruction uses.

While I'm here, implement the __cpu_simple_lock family of routines.
Why?  One, because they're easy.  Two, so Steve can get master/slave
MVME systems talking across the backplane.  :-)
2000-05-02 05:17:45 +00:00
sjg
6f2260a0ca Added bsd.kernobj.mk 2000-05-02 04:52:16 +00:00
thorpej
855b79db92 Let each platform typedef the new __cpu_simple_lock_t, which should
be the most efficient type used for the atomic operations in the
simplelock structure, and should also be __volatile.
2000-05-02 04:41:04 +00:00
thorpej
8185691694 - If a platform defines __HAVE_ATOMIC_OPERATIONS, use them for counting
in the MULTIPROCESSOR case.
- Move a misplaced #ifdef so that LK_REENABLE actually works.
2000-05-02 04:32:33 +00:00
itojun
e37f1e2284 specification (specifically, 6to4-04) forbids use of private
IPv4 address in 6to4 prefix.
2000-05-02 04:05:25 +00:00
nathanw
8ca78ff825 In siop_lookup_product(), actually check the PCI *vendor* ID as well as the
product ID.
Prevents false matches of other devices, such as the DEC 21050 ppb.
2000-05-02 03:59:35 +00:00
sjg
acc4f5dd41 Set variables to mark the absolute and realative paths to the top of
the src tree.  Default BSDSRCDIR to ABSTOP.
2000-05-02 03:47:19 +00:00
sjg
44f0af2b1f Allow optimizer/debug flags to be changed on command line without
breaking everything.  Eg. use DBG="-O0 -g" when debugging something.
2000-05-02 03:44:36 +00:00
sjg
a434bb7045 Added bsd.kernobj.mk to centralize the magic for the location
of kernel configs and compiles.  Relies on BSDSRCDIR being set
which is now handled by src/Makefile.inc if need be.
2000-05-02 03:43:15 +00:00
thorpej
712326ecbd Traditionally, the floppy controller was configured at 0x3f0 for 8 ports,
but the registers actually begin at 0x3f2, and this is what PNPBIOS reports
for the floppy controller resources.  Adjust the register offsets and the
mapping of them for the ISA front-end to compensate, so that the PNPBIOS
attachment of the floppy controller actually works.
2000-05-02 03:33:45 +00:00
thorpej
5e915fcab9 Nuke some dead code. 2000-05-02 03:32:09 +00:00
sommerfeld
658f83f55c /etc/postfix/postfix-script is a config file.
Only install it as part of "make distribution".
Change committed on behalf of perry.
2000-05-02 03:03:21 +00:00
perry
d2fbbe8204 Install postfix-script into /etc/postfix for the /etc set. 2000-05-02 02:36:20 +00:00
perry
6cb0b138d9 install postfix-script into the example dir. 2000-05-02 02:33:05 +00:00
perry
0785281c8f Add postfix. The postfix-script location issue is still live, but
Wietse seems to think it has to stay in /etc, so it probably will.
2000-05-02 02:07:41 +00:00
hubertf
6e8a3849d8 sync with src/etc/etc.*/MAKEDEV 2000-05-02 00:30:55 +00:00
hubertf
4b76dc04dd This was written for the NetBSD Project. 2000-05-02 00:15:41 +00:00
augustss
c7d698ac41 Support recording conversions that change the sample size. PR 10029, from Gregory McGarry. 2000-05-02 00:00:00 +00:00
fvdl
015216d717 Clarify that you shouldn't use the bus_dma_segment_t return value from
bus_dmamem_alloc to program DMA registers, but that the dm_segs array
of a successfully loaded DMA mapping should be used.
2000-05-01 23:12:20 +00:00
augustss
e3358cb8ef Add cms(4). 2000-05-01 22:49:55 +00:00
augustss
2365a92cb5 Add Creative Music System driver. From Gregory McGarry <g.mcgarry@ieee.org> 2000-05-01 22:48:33 +00:00
augustss
221cbea0c2 Add cms(4) man page. 2000-05-01 22:46:43 +00:00
augustss
4e1e58e353 Change the way the codec is access to mimic how Linux&FreeBSD does it. 2000-05-01 17:15:41 +00:00
augustss
07f142cd50 Add some more debug output. 2000-05-01 17:10:40 +00:00
pk
91ec70f36d - De-inline VA2PA(); it isn't in any time-critical path. Saves a bunch of space.
- Disable special-cased viking cache flushing in setpgt4m(). This work-around
  should no longer be necessary.
- Remove some misc. dead code.
2000-05-01 15:19:46 +00:00
tsutsui
9498452c05 - Move some initialization into MI rl_attach() from each bus attachment.
- Use proper CARDBUS_* macro in if_rl_cardbus.c
- Use product ID read from PCI configuration space rather than from EEPROM
  in if_rl_pci.c.

Patch sent from Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp> and
some cosmetic changes by me.
2000-05-01 15:08:50 +00:00
pk
d4ac7f24ca Implement HyperSPARC specific pmap_{zero,copy}_page functions. 2000-05-01 14:06:41 +00:00
pk
784c538c3f Add definitions of HyperSPARC block fill/copy ASIs. 2000-05-01 14:05:53 +00:00
shin
4c6474fd65 remove MIPS SOFTFLOAT (forgot to delete these lines). 2000-05-01 13:49:05 +00:00
blymn
935e860337 bump libcurses minor. 2000-05-01 12:35:42 +00:00