lukem
5ef2870d85
remove nbuf, nswbuf. cleanup def of AUTONICE(TIME|VAL)
1999-05-20 06:03:01 +00:00
lukem
dbbe159e68
- add kern_allocsys.c
...
- move a comment around
1999-05-20 06:01:16 +00:00
cgd
36e7791991
g.c. now-unneeded variable declarations (cfree, swbuf, utsname
1999-05-20 05:35:28 +00:00
thorpej
2bf52583ef
Bump version; (*if_input)() changes.
1999-05-19 16:32:40 +00:00
christos
d050379811
Add NTFS gunk.
1999-05-06 15:31:42 +00:00
thorpej
39544d33b7
Add needs-flag to the uhci and ohci controller attributes.
1999-05-05 23:57:31 +00:00
thorpej
74b3466a83
NetBSD 1.4B.
1999-05-05 20:03:59 +00:00
scottr
3122ba5447
Split POOL_DIAGNOSTIC and POOL_LOGSIZE into seperate option header files.
...
The former is used in many places, and the latter in one, which makes
adjusting POOL_LOGSIZE rather painful.
1999-04-29 17:41:45 +00:00
thorpej
c92294ac82
Add mblowat' and
mcllowat' low water mark variables for mbufs and mbuf
...
clusters.
1999-04-26 21:53:59 +00:00
simonb
1a2458f405
Const msize & mclbytes.
1999-04-25 04:51:53 +00:00
simonb
5d8b1ef3e4
g/c REAL_CLISTS.
1999-04-25 02:56:26 +00:00
simonb
8ce41be7b0
Move inclusion of "opt_sb_max.h" from sys/socketvar.h to
...
conf/param.c, and move the initialisation of the sb_max
variable from kern/uipc_socket2.c to conf/param.c. Now
everthing that includes sys/socketvar.h doesn't get
recompiled when SB_MAX's value changes.
1999-04-22 04:50:05 +00:00
perry
7ab8eaeda9
Update trunk to NetBSD 1.4A
1999-04-02 02:57:55 +00:00
pk
06bd52b633
COMPAT_SPARC32 -> COMPAT_NETBSD32
1999-03-26 08:00:38 +00:00
explorer
91a9d315ba
port FreeBSD's serial ppp layer to NetBSD. The PPP part seems broken still,
...
but the lmc driver uses the HDLC bits from here anyway.
1999-03-25 03:39:11 +00:00
mrg
ca5f9685bb
clean up kernel/config files files for machVM lossage.
1999-03-24 06:06:09 +00:00
bad
ce0465b40f
config(8) glue for Token-Ring and TROPIC drivers.
1999-03-22 22:33:35 +00:00
sommerfe
6d0f67d6aa
Regen files based on changes to syscalls.master, vnode_if.src (latter
...
was changes to comments only, but..)
Build vfs_getcwd.c as standard part of kernel.
Add implementation of fchroot(), since two emulations already had it.
Call vn_isunder() in fchdir(), chroot(), and fchroot() to make it harder
to escape chroot().
1999-03-22 17:13:34 +00:00
sommerfe
bc533621ed
defopt MINIROOTSIZE
1999-03-17 18:59:21 +00:00
drochner
b2cc9c9bc2
pull in missing miscfs/procfs/procfs_cmdline.c
1999-03-13 14:29:27 +00:00
kleink
51be278873
Defopt COMPAT_M68K4K.
1999-03-09 21:02:38 +00:00
sommerfe
4e5d074ea4
Welcome to 1.3K (due to the lock.h change)
1999-03-02 08:04:06 +00:00
carrel
c8a301dac0
defopt AHC_SCBPAGING_ENABLE. Other ahc options are already defopt-ed.
1999-02-28 22:24:30 +00:00
scottr
d32ed292af
defopt BUFCACHE and BUFPAGES.
1999-02-27 06:39:34 +00:00
wrstuden
b68336a42b
Bump version to 1.3J to reflect changes to vfsops and VOP_CLOSE locking.
1999-02-26 23:59:24 +00:00
tron
c5fc98973a
Fix typo noted by Anders Hjalmarsson in PR kern/7020.
1999-02-19 16:31:08 +00:00
itohy
8fb18ac4cf
Escape SCCS marker so as not to confuse what(1).
1999-02-17 08:13:12 +00:00
scw
c13995b38f
Add entry for CD240[01] driver.
1999-02-13 17:07:36 +00:00
christos
f30379285d
Forgot to commit this one.
1999-02-11 20:11:43 +00:00
kml
96ba3fc35f
defopt SB_MAX, which controls the maximum allowable size of socket buffers
1999-02-09 02:15:45 +00:00
jonathan
c9d036d796
defopt MEMORY_DISK_{HOOKS,SERVER,IS_ROOT}.
1999-02-07 09:34:58 +00:00
cjs
269cb58003
Remove the sccs[] hack (which has broken twice now) and just make sccs[]
...
and version[] separate strings. (Other alternative hacks proposed may also
break in the future.) We don't make version a pointer into the sccs string,
because that would require changing programs that kvm_read() it, and break
backward compatability.
1999-02-02 19:40:47 +00:00
christos
1eff513002
Add | netatalk to if_arp.c and if_ethersubr.c so that kernels without
...
ethernet devices and with appletalk link. XXX: It is probably better
not to use ether_*() in netatalk eventually, or rename/generalize the
routines (from Stefan Sichler)
1999-01-26 17:14:11 +00:00
msaitoh
b882818c8c
Add procfs_map.c.
1999-01-25 02:21:50 +00:00
chuck
44f5fc2839
cleanup/reorg:
...
- break anon related functions out of uvm_amap.c and put them in their own
file (uvm_anon.c). includes break up uvm_anon_init into an amap and an
an anon init function
- ensure that only functions within the amap module access amap structure
fields (add macros to amap api as needed)
1999-01-24 23:53:14 +00:00
mycroft
4fe5ea2a68
Revert. Imadork.
1999-01-23 07:56:34 +00:00
mycroft
4f4e558385
Add ip_ftp_pxy.c.
1999-01-23 07:51:10 +00:00
thorpej
8f2d1414aa
Pull in ip_ipip.c if ipip | mrouting, and use needs-flags instead of
...
needs-count.
XXX This generates an NMROUTING in ipip.h, too, but that's harmless.
1999-01-13 23:02:48 +00:00
thorpej
e6d404b372
Add declarations for the `ipip' network pesudo-device, which implements
...
IP-in-IP tunnels.
1999-01-11 21:33:02 +00:00
thorpej
89a7b98a55
Defopt POOL_DIAGNOSTIC and POOL_LOGSIZE.
1998-12-27 21:14:56 +00:00
drochner
6292c7eda0
Make midi_attach_mi() and audioprint() available also if MIDIBUS
...
(but not necessarily MIDI) is defined.
Fixes PR port-i386/6615 (Krister Walfridsson <cato@ulysses.df.lth.se>).
(XXX this should probably go into a separate file to get rid of
the #ifdef mess)
1998-12-20 14:26:44 +00:00
christos
bee9dafdf5
defopt COMPAT_43
1998-12-10 15:07:01 +00:00
christos
03f9abe51f
defopt IPFILTER_LOG and PPP_{DEFLATE,BSDCOMP,FILTER}
1998-12-10 10:53:35 +00:00
pk
62781c826f
Define `pcmciabus'.
1998-11-26 15:31:22 +00:00
pk
0800aaa223
Move the wdc' device into
conf/files'.
1998-11-22 21:57:47 +00:00
kml
ba30effcf8
Changes to support a HIPPI Framing Protocol device, which allows raw
...
HIPPI packets to be written without having to go through the network
stack.
1998-11-20 04:12:57 +00:00
thorpej
4d216414cf
Bump version to 1.3I (config_detach(), config_{,de}activate()).
1998-11-17 21:27:27 +00:00
thorpej
de234f5dda
Pseudo-device definition and files for RAIDframe, CMU PDL's RAID 0, 1, 4, 5,
...
6 implementation + simulator.
From Greg Oster <oster@netbsd.org>.
1998-11-13 01:16:19 +00:00
thorpej
1fcae7f1be
defopt FFS_EI
1998-11-12 19:51:10 +00:00
thorpej
ad77ef01b4
Add kern/kern_kthread.c
1998-11-11 22:46:32 +00:00
fvdl
28221c24db
Add info for ex driver.
1998-11-04 00:28:05 +00:00
thorpej
266aaad811
Define the "rtl80x9" attribute, to pull in code common to RealTek 8019
...
and 8029 NE2000-compatible Ethernet chips.
1998-10-31 00:43:19 +00:00
jonathan
3ac3cbcfb8
Add options DDB_FROMCONSOLE and sysctl ddb.fromconsole, analagous to
...
DDB_ONPANIC. Lets user ignore breaks but enter DDB on panic. Intended
for machines where debug on panic is useful, but DDB entry is not,
(public-access console, or terminal-servers which send spurious breaks)
Add new ddb hook, console_debugger(), which decides whether or not to
ignore console ddb requests. Console drivers should be updated to call
console_debugger(), not Debugger(), in response to serial-console
break or ddb keyboard sequence.
1998-10-29 21:22:32 +00:00
jonathan
9a06d5e2a6
Compute compile-time value of old-VM parameter MAX_KMAPENT from NPROC
...
(2x NPROC plus slop) unless expclitly set. Use current constant value
(100) as a lower bound, as suggested by Chuck Cranor.
Move NPROC and other parameter definitions from param.c to param.h so
they are visible to vm/vm_map.h.
Systems with hand-tuned NPROC should now support that many processes.
1998-10-23 19:37:32 +00:00
tron
39876df951
Defopt SYSVMSG, SYSVSEM and SYSVSHM.
1998-10-19 22:14:54 +00:00
bouyer
19fddaeeb5
Merge bouyer-ide
1998-10-12 16:09:10 +00:00
dante
35cb63009b
Add AdvanSys ULTRA WIDE SCSI controllers
1998-09-26 16:28:16 +00:00
thorpej
d4a11ca736
defopt MULTIPROCESSOR.
1998-09-24 03:55:15 +00:00
rvb
9187d28044
Final piece of rename cfs->coda
1998-09-15 02:02:55 +00:00
hwr
366b9c4515
Add a gre tunnel pseudo network device. Gre = generic route encapsulation.
...
This device shows up like any other network interface and can be used to
tunnel L3 protocols as e.g. IP over IP.
1998-09-13 20:27:47 +00:00
rvb
0aa47cd025
Change cfs/CFS in symbols, strings and constants to coda/CODA
...
to avoid fs conflicts.
1998-09-12 15:05:47 +00:00
rvb
a00eb709cb
Pass2 complete
1998-09-08 17:12:46 +00:00
is
a3ee69c87a
Split SMC chipset ARCnet driver into
...
- machine independent chip driver, in dev/ic/smc90cx6.c/...reg.h,...var.h,
using bus_space methods
- ZBUS frontend in arch/amiga/dev/if_bah_zbus.c
- added IPL_SOFTNET to arch/amiga/include/intr.h, for this
Implementing the ISA bus frontend is left as an exercise to the reader.
1998-09-02 22:32:06 +00:00
drochner
eab9af8df9
define attribute for VME bus attachment
1998-09-02 18:15:20 +00:00
thorpej
51257c6e4a
Bump version to 1.3H. Several things, including some items that can
...
be built as LKMs, are now supposed to use the pool allocator to allocate
certain data structures.
1998-09-01 05:20:39 +00:00
pk
110e8db6b0
Define LSI64854.
1998-08-29 21:52:54 +00:00
augustss
c50af72c34
Handle the case of MIDI devices with no audio devices.
1998-08-28 07:44:12 +00:00
dante
d93a0d81b0
Add AdvanSys support
1998-08-26 14:20:37 +00:00
mrg
e9762ad2be
add COMPAT_SPARC32
1998-08-26 09:31:24 +00:00
pk
2e345f45ff
Define the ad1848 attribute here.
1998-08-25 22:38:29 +00:00
augustss
95fac46655
Get opl MIDI dependecy right.
1998-08-22 22:53:06 +00:00
augustss
cd09067eb4
* Redo the way the way the MIDI driver attaches to audio devices.
...
* Improve the midisyn layer a little.
* Add a driver for the Yamaha OPL[23] FM synths.
The opl driver is not finished yet; it sounds pretty awful.
For some strange reason I cannot get any FM sound from my SB64 cards,
but a regular SB16 works fine.
1998-08-17 21:16:09 +00:00
mark
69244872a4
deffs FILECORE
...
Added filecorefs files.
1998-08-14 03:27:51 +00:00
augustss
50ab480a8c
Add a layer to handle emulation of MIDI for synthesizers.
...
It handles decoding of MIDI commands, voice allocation, and translation
it notes to frequencies.
1998-08-12 18:14:01 +00:00
thorpej
b0b082ba68
Give the "ep" driver the "mii" attribute.
1998-08-12 00:45:37 +00:00
thorpej
7779e1dfaa
miibus -> mii, and give it a locator "phy".
1998-08-11 00:06:12 +00:00
mrg
4a75265273
defopt PFIL_HOOKS.
1998-08-09 08:58:18 +00:00
augustss
48bae9ee88
Add MIDI support. The MIDI devices can be accessed as ``raw'' through
...
the /dev/rmidiN devices, or with a sequencer interface via /dev/music.
So far the only supported MIDI device is the MPU401 port on SoundBlaster
(and only on SB on isapnp, since we do not have locators with multiple
values yet).
1998-08-07 00:00:55 +00:00
nathanw
e719e2f606
Bump version to 1.3G:
...
- mbuf interface change from poolification (removal of m_clalloc).
- vnode IO_SYNC/IO_DSYNC interface change.
1998-08-02 19:19:11 +00:00
explorer
c7c9374600
add declaration for hd64570, which the ntwo driver uses
1998-07-26 03:29:12 +00:00
rvb
b1d69203b3
Coda glue
1998-07-24 15:18:21 +00:00
drochner
9a59784f70
Split the LANCE driver into a part specific to the classic chip with
...
24-bit DMA addresses, and an independant part.
Implement support for the 32-bit mode in the newer (79c9xx) chips.
1998-07-21 17:26:45 +00:00
drochner
f520c72417
complete the options in opt_nfs_boot.h
1998-07-21 17:00:07 +00:00
mjacob
4e51ba7874
New file for building isp host adapter.
1998-07-15 20:22:19 +00:00
augustss
deb00272b9
Add USB support. Supported so far:
...
* UHCI and OHCI host controllers on PCI
* Hubs
* HID devices withe special drivers for mouse and keyboard
* Printers
1998-07-12 19:51:55 +00:00
jonathan
b37021c1a1
defopt NATM.
1998-07-05 22:48:05 +00:00
jonathan
9bf2ba0928
Garbage-collect ``needs-flag'' from attributes ether, fddi, arc:
...
NETHER, NFDDI, NARC are not used anywhere. Remove #include "ether.h",
which had no effect.
Removes clash with "options NATM" for native-ATM network protocol stack.
1998-07-05 22:29:51 +00:00
jonathan
8b42dd3900
defopt COMPAT_NETBSD_*.
1998-07-05 18:59:40 +00:00
tv
3e0c580f27
Add opt_compat_netbsd.h with COMPAT_{NOMID,09,10,11,12,13}.
1998-07-05 17:47:54 +00:00
jonathan
b8fb6644ae
Add NFS_BOOT_RWSIZE option to defopt opt_nfs_boot.h
1998-07-05 07:20:27 +00:00
jonathan
011f2bda08
defopt NS, NSIP.
1998-07-05 06:49:00 +00:00
jonathan
5c0c5dd0b4
defopt ISO TPIP.
1998-07-05 04:37:35 +00:00
jonathan
fe484937cf
defopt LLC
1998-07-05 03:14:41 +00:00
jonathan
1a0b4c13e3
defopt HDLC.
1998-07-05 02:25:17 +00:00
jonathan
8db0fcdbf7
defopt CCITT.
1998-07-05 02:12:22 +00:00
jonathan
f2a2327e0a
defopt EON.
1998-07-05 01:06:49 +00:00
jonathan
3751946b97
defopt INET, NETATALK.
1998-07-05 00:51:04 +00:00
jonathan
466e784ee1
defopt DDB.
1998-07-04 22:18:13 +00:00
nathanw
383336978e
defopt SHORTCORENAME
1998-06-28 21:35:37 +00:00
drochner
3957af34c2
add new file for pcdisplay mapping tables
1998-06-26 21:01:32 +00:00