dg
25e37c92e6
Changed swap partition handling/allocation so that it doesn't
...
require specific partitions be mentioned in the kernel config
file ("swap on foo" is now obsolete).
From Poul-Henning:
The visible effect is this:
As default, unless
options "NSWAPDEV=23"
is in your config, you will have four swap-devices.
You can swapon(2) any block device you feel like, it doesn't have
to be in the kernel config.
There is a performance/resource win available by getting the NSWAPDEV right
(but only if you have just one swap-device ??), but using that as default
would be too restrictive.
The invisible effect is that:
Swap-handling disappears from the $arch part of the kernel.
It gets a lot simpler (-145 lines) and cleaner.
Reviewed by: John Dyson, David Greenman
Submitted by: Poul-Henning Kamp, with minor changes by me.
1995-05-14 03:00:10 +00:00
phk
d0f32dc548
A missing 'and', probably my fault.
...
Submitted by: Ed Hudson <elh@p5.spnet.com>
1995-05-02 04:40:06 +00:00
phk
c012f471a3
Added "bio" to matcd.
1995-04-24 05:33:59 +00:00
phk
5f05ce2c1a
Add wd2 and wd3 as swap-devices too.
1995-04-20 06:05:17 +00:00
phk
18a5d3fa64
I got that wrong,
...
lnc0 @ 0x280
lnc1 @ 0x300
moved le0 into sorted sequence.
1995-04-10 19:13:51 +00:00
phk
f45bffb79d
lnc0 is @ 0x300
...
lnc1 is @ 0x280
1995-04-10 19:12:29 +00:00
phk
274c0ec7e7
Move default address of lnc0 to 0x300. Luigi Rizzo said that his card
...
cannot even go below 0x300...
1995-04-08 21:41:52 +00:00
phk
e599f61d4c
Added the "eg0" interface driver for the 3Com "3c505" or "etherlink/+"
...
card. This is the braindamaged card with the 80186 CPU on it. It is
slow, probably not very good after all, but hey, if you have one lying
around doing nothing anyway...
Added the "zp0" driver to GENERIC.
1995-04-08 09:36:04 +00:00
rgrimes
c997e2615d
Submitted by: Mahesh Neelakanta <mahesh@gcomm.com>
...
Change I/O address of Intel EtherExpress driver (ix0) from 0x280 to
0x300.
1995-03-30 00:20:08 +00:00
rgrimes
0e058a8546
Add Intel EtherExpress16 (ix0) driver.
...
Reviewed by:
Submitted by:
Obtained from:
1995-03-18 08:12:48 +00:00
amurai
d73c121625
Adding tunnel pseudo-device for Network Installation with User process PPP.
...
Reviewed by: amruai@spec.co.jp
1995-03-12 12:10:35 +00:00
joerg
197fb7c658
pcvt is still using the XSERVER option; document this.
1995-03-05 22:23:35 +00:00
jkh
9e2bb4e440
Changes to incorporate the Matsushita CDROM driver (otherwise known as
...
the "Sound blaster CDROM").
Submitted by: Frank Durda IV <bsdmail@nemesis.lonestar.org>
1995-03-02 04:07:03 +00:00
joerg
2a2867cd9d
Include three lines about the pcvt console driver, so we don't ever need
...
a different config file for it.
1995-02-15 20:38:36 +00:00
jkh
8d2e5fe3e8
Add PPP to the generic kernel. Now that Poul has made us all this space,
...
maybe I can get us back into the slip/ppp game without having to tell users
to reconfigure their kernels all the time! :)
1995-02-09 11:21:07 +00:00
jkh
8dd606ae02
Add soundblaster CD to generic kernel. Hope this doesn't run us out
...
of space!
1995-01-28 05:01:43 +00:00
phk
7cfd74da27
New and far better NCR5380/NCR53400 scsi-driver.
...
Handles at least Trantor T130 and ProAudioSpectrum adapters.
The pas driver has consequently been removed.
This driver can be configured without without interrupts.
Manpage to follow when PAS16 has been edited in.
Reviewed by: phk
Submitted by: Serge Vakulenko, <vak@cronyx.ru>
1995-01-27 07:49:19 +00:00
ache
4371050d9c
Remove FAT_CURSOR, it is already non-existent during several
...
last syscons versions
1995-01-26 05:04:37 +00:00
paul
62f5953857
is to lnc changes
1995-01-24 20:38:39 +00:00
jkh
1ff4062a63
Remove bogus scd0 driver - I should have looked at LINT first, anyway.
1995-01-14 10:48:56 +00:00
jkh
b086987a99
Put UCONSOLE back - I was wrong, it's still used in one last place.
...
Submitted by: ollivier
1995-01-14 02:39:22 +00:00
gibbs
25a2799a2b
Add in aic7770.c (EISA/VL Adaptors) and aic7870.c (PCI adaptor) dependancies
...
for the ahc driver.
1995-01-13 02:23:27 +00:00
jkh
810bc77f2c
1. Remove UCONSOLE. This appears to be well and truly dead (unless it's
...
hiding someplace in /sys I can't find).
2. Remove NCONS. Soren's latest changes make it a no-op.
1995-01-12 15:37:16 +00:00
jkh
2922f155bf
Add a 'vn' to GENERIC
1994-12-18 12:01:40 +00:00
phk
f8332103a5
Remove sd1-sd3 & st1, now that we can autoallocate them.
...
fix the vn driver in LINT. It autoallocates too.
Reviewed by: phk
Submitted by: rgrimes
1994-12-16 06:04:16 +00:00
jkh
9435523f34
Put ie0 above ep0. Otherwise, the ie0 probe clobbers it.
...
Submitted by: gibbs
1994-11-18 19:10:25 +00:00
gibbs
4b3e42bcfa
New device-driver entries for the aic7770 driver. These use new features
...
of config so YOU MUST RECOMPILE CONFIG. Modifying config was the cleanest
solution to integrating this driver into the tree which will become more
obvious in the next commit.
1994-11-17 20:20:54 +00:00
gibbs
6b68f862c1
Add ep0 line to kernel config files.
1994-11-13 10:17:07 +00:00
nate
28e0b212de
Add Matt Thomas' le0 DEPCA driver to the GENERIC kernel. This works
...
but I can't test to see if it walks on other ethernet drivers. Can the
install folks add this driver to the install script?
1994-11-13 09:42:07 +00:00
dg
548476f31f
Nuked ed2 - it was added for the common 16bit card case where the
...
irq is 10. This is auto-sensed/configured now in the 'ed' driver.
1994-11-13 07:20:03 +00:00
jkh
9a3448fd3e
Add back ed2. Harrumph..
1994-11-12 20:27:24 +00:00
jkh
8985f6f31d
ed2 was actually an impossible entry to reach!
1994-11-12 06:12:01 +00:00
dg
9ce75ae415
Added 'de' ethernet driver.
1994-11-11 05:48:49 +00:00
jkh
894758d483
Enable floppy-tape support.
1994-11-10 23:46:31 +00:00
jkh
6382e10029
Add back ze0 driver; somebody took it out of _both_ LINT and GENERIC,
...
kinda hosing the laptop folks.
1994-11-08 07:39:28 +00:00
jkh
104c3972d1
Argh! Missing quotes.
1994-11-05 07:41:08 +00:00
jkh
1054258f8f
We need CD9660 and MSDOS filesystems built-in if the floppy is to have
...
a hope of getting at these types of filesystems without dragging all
the LKM stuff in.
1994-11-05 07:38:50 +00:00
jkh
103f4b48a1
Eliminate USERCONFIG. This option is now standard.
1994-11-03 15:51:38 +00:00
gpalmer
b3cae83c6e
Cosmetic changes in comment at start (it's no longer a GENERICAH config
...
file!)
1994-11-03 01:46:59 +00:00
jkh
c62212cf6a
Enable USERCONFIG and document it in LINT.
1994-10-26 19:20:27 +00:00
sos
00d9fe8ede
Added sea0 - Seagate driver lines to config
1994-10-24 22:18:12 +00:00
phk
3422614a8b
NFS-diskless works. Look in sys/i386/boot/netboot for some of the
...
explanation. More doc needed, but not hard to do, if you want to.
A big hand to Martin Renters for the netboot program !
Anybody want to compete on who can "make world" in the shortest
amount of time ? I have 127 i486DX2/66 and 5 P60's I can use
now. And 3 times 66 Gb file servers to support it... :->
Anyway, NFS will be standard in the GENERIC kernel now, so that
people can use the bin-tarball to set up shop.
1994-10-22 17:50:17 +00:00
phk
2615f2f3b3
According to a quick reading of sources, one experiment and Bruce's word:
...
aha, ahb and bt all on "irq ?" now.
1994-10-20 00:53:30 +00:00
phk
86b941fdb6
Bruce told me to: Make uha0 use irq ?
1994-10-20 00:19:37 +00:00
phk
b19310c21a
GENERIC is our new all singing and dancing kernel. Please report ASAP if
...
there is anything GENERICAH or GENERICBT can, which this one cannot.
MINI changed to reflect the SCSI-pecking-order.
1994-10-17 21:10:20 +00:00