aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-8/+8
| | | | Notes: svn path=/head/; revision=8876
* Submitted by: dufaultRodney W. Grimes1995-05-281-5/+10
| | | | | | | | | | | LINT talks about about 2.1. I changed that to 2.0.5, and clarified why certain devices need "at scbus?". There is still a crazy "PCVT=210" which shouldn't be there, but corrected comment as it is needed for 2.0.5. Notes: svn path=/head/; revision=8813
* Update swap and dump stuff to match reality:David Greenman1995-05-271-11/+4
| | | | | | | | | | | | | | - option DODUMP no longer exists (remove all references to it). - directive `swap on' is now a no-op (don't bother documenting it; remove comment to match code). - directive `dumps on' still works (restore code to match comment; deprecate it in comment). Reviewed by: Poul-Henning Kamp, and me Submitted by: Bruce Evans Notes: svn path=/head/; revision=8787
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"David Greenman1995-05-251-2/+13
| | | | | | | | | | | | | | | in machdep.c (it should use the global nmbclusters). Moved the calculation of nmbclusters into conf/param.c (same place where nmbclusters has always been assigned), and made the calculation include an extra amount based on "maxusers". NMBCLUSTERS can still be overrided in the kernel config file as always, but this change will make that generally unnecessary. This fixes the "bug" reports from people who have misconfigured kernels seeing the network "hang" when the mbuf cluster pool runs out. Reviewed by: John Dyson Notes: svn path=/head/; revision=8747
* Added "BROKEN_KEYBOARD_RESET" option to disable using the keyboard resetDavid Greenman1995-05-181-1/+5
| | | | | | | | | in cpu_reset(). Some MBs don't deal with this properly. Submitted by: Rod Grimes Notes: svn path=/head/; revision=8590
* Changed swap partition handling/allocation so that it doesn'tDavid Greenman1995-05-141-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=8504
* Add 'rc' lineAndrey A. Chernov1995-05-121-1/+3
| | | | Notes: svn path=/head/; revision=8472
* Add some more defines that don't change the genericness of a file.Garrett Wollman1995-05-111-0/+20
| | | | Notes: svn path=/head/; revision=8458
* Make `make links' work by leaving swapkernel.c off out of the links processingGarrett Wollman1995-05-112-6/+6
| | | | | | | (it is never generic). Notes: svn path=/head/; revision=8457
* Remove all vestiges of the ALLOW_CONFLICT_FOO evil and replace it withJordan K. Hubbard1995-05-111-25/+8
| | | | | | | something slightly less evil - a per device conflict flag. Notes: svn path=/head/; revision=8431
* Restructured the floppy tape probe.Joerg Wunsch1995-05-061-1/+8
| | | | | | | | | | The ``flags 1'' in the fdc line is now only needed for owners of an Insight tape (perhaps there aren't any? Mine is disfunctional). All other probes are safe wrt. to the motor-control line of floppy disk drives. Document the flag in LINT finally. Notes: svn path=/head/; revision=8310
* Fix spelling error. Commented out ISO and ISO related things until IDavid Greenman1995-05-051-6/+10
| | | | | | | | either fix it or we decide to remove it. It requires implementing PCB hashing to get it to compile and likely a lot more to get it to work.. Notes: svn path=/head/; revision=8291
* It looks like I broke significant amounts of the commercial software runningPoul-Henning Kamp1995-05-021-4/+4
| | | | | | | on FreeBSD (ie: netscape), so we revert a little bit. "2.0-" is added back. Notes: svn path=/head/; revision=8229
* Add National Instruments "LabPC" driverPeter Dufault1995-04-282-2/+6
| | | | Notes: svn path=/head/; revision=8114
* Document MFS_ROOT option.Poul-Henning Kamp1995-04-251-1/+5
| | | | Notes: svn path=/head/; revision=8056
* Added "bio" to matcd.Poul-Henning Kamp1995-04-241-2/+2
| | | | Notes: svn path=/head/; revision=8042
* Removed the NSECS_MULTI option, and implemented both 32 bit probeJohn Dyson1995-04-241-5/+25
| | | | | | | | enable and multi-sector I/O enable by using the controller or device flags capability. Per a suggestion by phk. Notes: svn path=/head/; revision=8037
* Substantially clean up LINT and add `fe'.Garrett Wollman1995-04-232-60/+54
| | | | Notes: svn path=/head/; revision=8026
* include new files for EISA configurationJulian Elischer1995-04-231-1/+3
| | | | Notes: svn path=/head/; revision=8013
* Document the wd.c option NSECS_MULTI.John Dyson1995-04-221-1/+5
| | | | Notes: svn path=/head/; revision=8004
* First part of the "what version of CURRENT" fix.Poul-Henning Kamp1995-04-221-2/+7
| | | | | | | | | | | | | | We now have RELEASE=CURRENT in the CVS-tree. If this hasn't been edited, we will use "BUILT-yyyymmdd" where the time is that of the compile, and leave it at that, we can't do any better. If there is no serious objections, I will modify the "cvs co" script on freefall to fiddle this file after checkout so that it becomes CURRENT-yyyymmdd, where the time is that of the checkout. Notes: svn path=/head/; revision=8003
* Reviewed by: no-one yet, but non-intrusiveJulian Elischer1995-04-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: julian@tfs.com Obtained from: written from scratch slight changes to make space for devfs.. (also conditional test code in i386/isa/fd.c) why casn't cvs picked up these changes and shown them here? is this going to be a NULL commit? who knows? (it scanned all the dirs) =================================================================== RCS file: /home/ncvs/src/sys/sys/malloc.h,v retrieving revision 1.7 diff -r1.7 malloc.h 113a114,117 > #define M_DEVFSMNT 62 /* DEVFS mount structure */ > #define M_DEVFSBACK 63 /* DEVFS Back node */ > #define M_DEVFSFRONT 64 /* DEVFS Front node */ > #define M_DEVFSNODE 65 /* DEVFS node */ 184c188,192 < NULL, NULL, NULL, NULL, NULL, \ --- > "DEVFS mount", /* 62 M_DEVFSMNT */ \ > "DEVFS back", /* 63 M_DEVFSBACK */ \ > "DEVFS front", /* 64 M_DEVFSFRONT */ \ > "DEVFS node", /* 65 M_DEVFSNODE */ \ > NULL, \ Index: sys/mount.h =================================================================== RCS file: /home/ncvs/src/sys/sys/mount.h,v retrieving revision 1.16 diff -r1.16 mount.h 100c100,101 < #define MOUNT_MAXTYPE 15 --- > #define MOUNT_DEVFS 16 /* existing device Filesystem */ > #define MOUNT_MAXTYPE 16 118a120 > "devfs", /* 15 MOUNT_DEVFS */ \ Index: sys/vnode.h =================================================================== RCS file: /home/ncvs/src/sys/sys/vnode.h,v retrieving revision 1.19 diff -r1.19 vnode.h 61c61 < VT_UNION, VT_MSDOSFS --- > VT_UNION, VT_MSDOSFS, VT_DEVFS Notes: svn path=/head/; revision=7944
* Add quotes around TUNE_1542Andrey A. Chernov1995-04-181-2/+2
| | | | Notes: svn path=/head/; revision=7924
* Bump to 2.0-950418-SNAPGary Palmer1995-04-171-2/+2
| | | | Notes: svn path=/head/; revision=7905
* Have the aic7xxx build rules point at the sequencer's new location.Justin T. Gibbs1995-04-161-6/+6
| | | | Notes: svn path=/head/; revision=7868
* Make DISTNAME and RELEASE the same for now. It makes more sense.Jordan K. Hubbard1995-04-151-3/+3
| | | | Notes: svn path=/head/; revision=7839
* Go to a coherent release number for uname(1).Jordan K. Hubbard1995-04-151-2/+2
| | | | Notes: svn path=/head/; revision=7838
* Add scsi targetPeter Dufault1995-04-141-0/+1
| | | | Notes: svn path=/head/; revision=7820
* Add "sctarg" and document new SCSI_REPORT_GEOMETRY option for achePeter Dufault1995-04-141-1/+7
| | | | Notes: svn path=/head/; revision=7817
* DISTNAME="2.0-950412-SNAP"Jordan K. Hubbard1995-04-121-2/+2
| | | | Notes: svn path=/head/; revision=7788
* Add "BREAK_TO_DEBUGGER" option.Poul-Henning Kamp1995-04-121-1/+3
| | | | Notes: svn path=/head/; revision=7783
* This is the new submission of the matcd driver. In addition to theJordan K. Hubbard1995-04-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new driver code, there are diffs to several other existing files on the system and a man page. This version of matcd implements the rest of the key ioctls related to playing audio CDs and reading table of contents information from any type of disc. This update also corrects several problems detected since the original version 1(10) was released. These include: 1. Jordons report on the kernel -c string problem. 2. A problem with the driver being confused by other types of devices located at addresses it probes. 3. An old CD TOC wouldn't always be cleared after a disc change. 4. Cleaned up code so -Wall yields no warnings on 2.0 and later. 5. A problem with drive getting out of sync with the driver when changing between CD-Data and CD-DA. There have only been two reports from the field relating to problems so either the first release isn't really being used or doesn't have many problems. If there are any problems with this submission, please let me know. Submitted by: Frank Durda IV <uhclem%nemesis@fw.ast.com> Notes: svn path=/head/; revision=7717
* Bump this to 950408-SNAP.Jordan K. Hubbard1995-04-091-3/+3
| | | | Notes: svn path=/head/; revision=7704
* Move default address of lnc0 to 0x300. Luigi Rizzo said that his cardPoul-Henning Kamp1995-04-081-2/+2
| | | | | | | cannot even go below 0x300... Notes: svn path=/head/; revision=7681
* pca: change IO_PPI to IO_TIMER1 due to syscons conflictAndrey A. Chernov1995-04-081-2/+2
| | | | Notes: svn path=/head/; revision=7669
* Update pcvt to 3.20 b24Joerg Wunsch1995-04-081-1/+2
| | | | Notes: svn path=/head/; revision=7666
* Added the "eg0" interface driver for the 3Com "3c505" or "etherlink/+"Poul-Henning Kamp1995-04-082-2/+4
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=7660
* Add port IO_PPI for pca per Bruce suggestionAndrey A. Chernov1995-04-061-2/+2
| | | | Notes: svn path=/head/; revision=7646
* 0x330 is the default address for SB Midi, not 0x300Jordan K. Hubbard1995-04-061-2/+2
| | | | | | | Submitted by: Doug Rabson <dfr@render.com> Notes: svn path=/head/; revision=7640
* Modify behavior of INCLUDES to never look in /usr/include unless weNate Williams1995-04-052-4/+16
| | | | | | | | | | can't find the src/include directory. Reviewed by: "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com> Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu> Notes: svn path=/head/; revision=7627
* Added -I/usrinclude to the tail end of the INCLUDES line. This hackNate Williams1995-04-032-4/+4
| | | | | | | | | | | will cause kernel compiles to work even if the src/includes directory doesn't exist but still do the 'Right Thing' and pull files from the source tree if it does exist. Reviewed by: Bruce Evans Notes: svn path=/head/; revision=7604
* Submitted by: Mahesh Neelakanta <mahesh@gcomm.com>Rodney W. Grimes1995-03-301-2/+2
| | | | | | | | Change I/O address of Intel EtherExpress driver (ix0) from 0x280 to 0x300. Notes: svn path=/head/; revision=7480
* Added NQNFS option and a comment warning about it's overhead.David Greenman1995-03-291-1/+6
| | | | Notes: svn path=/head/; revision=7462
* Change ahc driver comment to note that it's not just the 274x controllerJordan K. Hubbard1995-03-281-2/+2
| | | | | | | it supports. Notes: svn path=/head/; revision=7434
* CVS:Bruce Evans1995-03-282-6/+6
| | | | | | | | Enable -Wimplicit again. bash: /src/z1: No such file or directory Notes: svn path=/head/; revision=7432
* Add hooks for upcoming riscom/8 driverAndrey A. Chernov1995-03-271-1/+2
| | | | Notes: svn path=/head/; revision=7419
* Reviewed by:Bruce Evans1995-03-252-6/+6
| | | | | | | | | | Submitted by: Obtained from: Disable previous change. I missed a lot of implicit declarations. Notes: svn path=/head/; revision=7376
* Add -Wimplicit to ${CWARNFLAGS} so that implicitly declared functionsBruce Evans1995-03-252-6/+8
| | | | | | | don't come back. There are still a few for unsupported network protocols. Notes: svn path=/head/; revision=7367
* scd driver now lives in non-GPL land.Jordan K. Hubbard1995-03-241-2/+2
| | | | Notes: svn path=/head/; revision=7331
* The "DISTNAME" is now configured here too.Poul-Henning Kamp1995-03-241-2/+3
| | | | Notes: svn path=/head/; revision=7310