summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Collapse)AuthorAgeFilesLines
* Fixed two small leftovers form PHK's mega devconf removal commit..sos1996-09-071-1/+0
|
* Yet another merge. Remove support.s by deleting memcopy. Removeasami1996-09-072-8/+7
| | | | | | autoconf.c by merging icu.h. Fix a couple of typos. Submitted by: The FreeBSD(98) Development Team.
* Add option SC_KBD_PROBE_WORKS to syscons driver.pst1996-09-061-1/+3
| | | | | | | | | If you define this, it means your keyboard is actually probable using the brain-dammaged probe routine in syscons, and if the keyboard is NOT found, then you don't want syscons to activate itself further. This makes life sane for those of us who use serial consoles most of the time and want "the right thing" to happen when we plug a keyboard in.
* Add ATAPI_STATIC, ATAPI, and SC_KBD_PROBE_WORKS options.pst1996-09-061-1/+6
|
* More merge.asami1996-09-041-5/+5
| | | | | | | | | | | (1) Remove mk30line (moved to /usr/sbin, but not in our source tree yet) (2) Delete unneeded (well, harmful now :) code to prohibit #including of isa_device.h from PC98 sources. (3) Remove files now equal to their ISA/PC-AT counterparts. Submitted by: The FreeBSD(98) Development Team
* Second phase of merge, get rid of more machine-independent-dependencies.asami1996-09-032-6/+6
| | | | | | Get rid of pc98/pc98/pc98_device.h. Submitted by: The FreeBSD(98) Development Team
* s/pc98/isa/g in struct *_device and *_driver. Resync along the way.asami1996-08-311-1/+2
| | | | Submitted by: The FreeBSD(98) Development Team
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-313-6/+6
| | | | pointers of type `void *'. Warn about this in future.
* 77 cyy Cyclades Ye/PCI serial cardjkh1996-08-311-1/+2
|
* Re-sync with the state of PC98 world. This will be the last commit beforeasami1996-08-301-3/+3
| | | | | | we start merging things in earnest... Submitted by: The FreeBSD(98) Development Team
* Sorted and fixed tabs.bde1996-08-281-37/+37
| | | | | | | | | | | The only excuse this had for becoming misordered was that some drivers were sorted on the driver name field, but the ffs versus mfs ordering shows that this is not a consistent order. The only case that I know of where simple sorting is wrong is for files that must be compiled without profiling if profiling is configured and normally otherwise. Then the line with `profiling-routine' must appear first to get the file compiled with ${PROFILE_C}.
* Support for GDB remote debug protocol.pst1996-08-271-1/+2
| | | | Sponsored by: Juniper Networks, Inc. <pst@jnx.com>
* Add /usr/sbin to sysctl because /usr/sbin not in standard pathache1996-08-212-6/+6
|
* having checked in the file I probably should check in the entry forjulian1996-08-201-0/+1
| | | | kern_shutdown.c if I want anyone to be able to compile a kernel
* Add comment about fxp device (Intel EE Pro/100B).asami1996-08-151-1/+4
|
* Create FreeBSD copyright (c comment) for OS versionwosch1996-08-041-2/+31
|
* Add better support for retrieving management information from networkwollman1996-07-301-0/+1
| | | | | | | | | | | | | interfaces. This creates two new tables in the net.link.generic branch of the MIB; one contains (essentially) `ifdata' structures, and the other contains a blob provided by the interface (and presumably used to implement link-layer-specific MIB variables). A number of things have been moved around in the `ifnet' and `ifdata' structures, so NEW VERSIONS OF ifconfig(8) AND routed(8) ARE REQUIRED. (A simple recompile is all that's necessary.) I have a sample program which uses this interface for those interested in making use of it.
* Update to current state of PC98 world.asami1996-07-233-4/+11
| | | | Submitted by: The FreeBSD(98) development team
* FINALLY: PCI support for the Lance Ethernet driver.se1996-07-181-0/+1
| | | | | | | | | | | | | | | | | | This code applies to several systems with integrated Ethernet chip, for example from HP or Compaq. It should also support PCI Ethernet cards based on the AMD PCI Lance chip. This code has been reviewed (visually) by Paul Richards and tested (using an ISA Lance board) by Joerg Wunsch. Since the parameters to nearly each and every single function had to be changed (generally from unit number to lnc_soft*), there is some potential for buglets having crept in ... BEWARE: If you had lnc0 configured to have the ISA probe find your PCI Lance, then it should now be found by the PCI probe, and should be automatically configured as pci1 (!!! note the "1"). Reviewed by: paul, joerg
* Turn SCSIDEBUG into a new-style option.joerg1996-07-141-1/+2
|
* Bump RELDATE in -current to be greater than RELDATE in -stable (and hencepeter1996-07-121-2/+2
| | | | | | | | 2.1.5-RELEASE). This will obviously be set "for real" closer to the time. (some ports use this to differentiate the two branches /dev/kmem kernel architectures. This exact same procedure happened in November last year for the 2.1 RELEASE as well.)
* Adding changes to ipfw and the kernel to support ip packet diversion..julian1996-07-102-1/+5
| | | | | | This stuff should not be too destructive if the IPDIVERT is not compiled in.. be aware that this changes the size of the ip_fw struct so ipfw needs to be recompiled to use it.. more changes coming to clean this up.
* Fix something that's been bugging me for a long time: move the CPUwollman1996-07-081-1/+2
| | | | | | type identification code out of machdep.c and into a new file of its own. Hopefully other grot can be moved out of machdep.c as well (by other people) into more descriptively-named files.
* This driver supports the SDL Communications RISCom/N2 ISA cards that isjhay1996-07-052-2/+5
| | | | | | | | | | | | | | | based on the HD64570 chip. Both the 1 and 2 port cards is supported. Line speeds of up to 2Mbps is possible. At this speed about 95% of the bandwidth is usable with 486DX processors. The standard FreeBSD sppp code is used for the link level layer. The default protocol used is PPP. The Cisco HDLC protocol can be used by adding "link2" to the ifconfig line in /etc/sysconfig or where ever ifconfig is run. At the moment only the X.21 interface is tested. The others may need tweaks to the clock selection code.
* Fix the ordering dependency I broke.jkh1996-06-301-2/+2
|
* Correct comment relating to pty's. There can be 256 (probablygpalmer1996-06-261-2/+2
| | | | higher actually, but that's all our MAKEDEV supports at this time)
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-24/+8
| | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* Oops, forget the fact that LINT compiles (fixing previos PAS commi)ache1996-06-231-4/+5
|
* Describe the way how to add OPL for PAS without conflictache1996-06-231-2/+4
|
* Finished converting ipfw to use opt_ipfw.h.bde1996-06-231-1/+2
|
* Describe MAXMEM better. Enable it by default. (It's a positive option.bde1996-06-231-5/+6
| | | | Only negative options in LINT should be enabled.)
* Macro expressions should be fully parenthesized! Fix the MAXMEMnate1996-06-191-2/+2
| | | | | | | | definition although it would work as it was written. options "MAXMEM=(128*1024)" Suggested by: bde
* Document MAXMEM option.nate1996-06-181-1/+7
| | | | | | [ Closes PR#1334, slightly modified by me ] Submitted by: James Raynard <james@jraynard.demon.co.uk>
* As we have appletalk protocol support we might as well showjulian1996-06-181-1/+3
| | | | how to get it..
* Add the file procfs_type.c to procfs.dyson1996-06-181-0/+1
|
* Add a feature to procfs to allow display of the process address mapdyson1996-06-171-0/+1
| | | | | | | with multiple entries as follows: start address, end address, resident pages in range, private pages in range, RW/RO, COW or not, (vnode/device/swap/default).
* Synced with Makefile.i386: added -Wunused.bde1996-06-171-2/+2
|
* Explain the options for the `od' driver.joerg1996-06-161-1/+19
|
* Miscellaneous cleanup and minor fixes by Shunsuke and by me.joerg1996-06-161-1/+5
| | | | | | | | | | | . use new-style options . introduce an option OD_AUTO_TURNOFF . try to use the native geometry as reported by the drive instead of a faked on -- MOs do have a ``classical'' geometry . make the scsi_start_unit() actually working . some cosmetic fixes Submitted by: akiyama@kme.mei.co.jp (Shunsuke Akiyama)
* This is the `netkey' kernel key-management service (the PF_KEY analoguewollman1996-06-141-0/+1
| | | | | | | | | | | to PF_ROUTE) from NRL's IPv6 distribution, heavily modified by me for better source layout, formatting, and textual conventions. I am told that this code is no longer under active development, but it's a useful hack for those interested in doing work on network security, key management, etc. This code has only been tested twice, so it should be considered highly experimental. Obtained from: ftp.ripe.net
* The PC98-specific files.asami1996-06-143-0/+498
| | | | | Ok'd by: core Submitted by: FreeBSD(98) development team
* Document LINT.asami1996-06-141-1/+11
| | | | Reminded by: jkh, j, bde
* Convert ipfw to use opt_ipfw.hgpalmer1996-06-121-2/+4
|
* Add -Wunused to try and catch any future offendersgpalmer1996-06-122-4/+4
| | | | Reviewed by: bde
* Put clock calibration #defines in opt_clock.h to ease reconfigurationpst1996-06-111-1/+5
|
* We are developing a device driver of Smart Capture Card.phk1996-06-101-1/+2
| | | | | | | | | | | | | | | | | Smart Capture Card is a kind of video capture card, PCMCIA type II, and made by IBM Japan co.. Unfortunately, it is sold in Japan now. The device driver is working on the latest pccard-test package by Tatsumi HOSOKAWA and bsd-nomads. Some applications are also working. For example, xscc is a video moniter client on X-window, vic-2.7b2 is a video conference tool. We have a contract with IBM Japan. From the contract, we cannot release the source code exept the permit of IBM Japan. But I think they will permit us in few weeks. Reviewed by: phk Requested by: ohashi@mickey.ai.kyutech.ac.jp (Takeshi OHASHI)
* *blush* I used EXTRAVNODES everywhere else, but put EXTRA_VNODES in thepeter1996-06-101-2/+2
| | | | example here.. :-(
* Clarify the meaning of IPFIREWALL_VERBOSE. Add IPFIREWALL_VERBOSE_LIMIT.alex1996-06-101-3/+5
|
* Bring back the `config file in the kernel' feature from the 1.x days. Thisjkh1996-06-082-6/+8
| | | | | | | is conditionalized by the INCLUDE_CONFIG_FILE option in your kernel config file and is not turned on by default. Submitted-By: Bill Pechter <pechter@shell.monmouth.com>
* Added index as a 'standard' file. It could be added as 'optional' fornate1996-06-071-1/+2
| | | | | ibcs2, but I felt it might be useful in other code as well at a later point.
OpenPOWER on IntegriCloud