aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/conf/SIMOS
Commit message (Collapse)AuthorAgeFilesLines
* It is pretty evident that nobody loves this file anymore, so retire itPoul-Henning Kamp2003-02-221-65/+0
| | | | | | | | to the Attic from where it can be picked up again, should it ever again become fashionable to run an alpha simulator. Notes: svn path=/head/; revision=111256
* - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selectionJeff Roberson2003-01-261-0/+2
| | | | | | | | of the scheduler. - Add SCHED_4BSD as the scheduler for all kernel config files in cvs. Notes: svn path=/head/; revision=109865
* Remove the last stray NO_GEOM option in our example kernel config files.Poul-Henning Kamp2003-01-191-2/+0
| | | | Notes: svn path=/head/; revision=109530
* NB: This commit does *NOT* make GEOM the default in FreeBSDPoul-Henning Kamp2002-10-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NB: But it will enable it in all kernels not having options "NO_GEOM" Put the GEOM related options into the intended order. Add "options NO_GEOM" to all kernel configs apart from NOTES. In some order of controlled fashion, the NO_GEOM options will be removed, architecture by architecture in the coming days. There are currently three known issues which may force people to need the NO_GEOM option: boot0cfg/fdisk: Tries to update the MBR while it is being used to control slices. GEOM does not allow this as a direct operation. SCSI floppy drives: Appearantly the scsi-da driver return "EBUSY" if no media is inserted. This is wrong, it should return ENXIO. PC98: It is unclear if GEOM correctly recognizes all variants of PC98 disklabels. (Help Wanted! I have neither docs nor HW) These issues are all being worked. Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=104519
* de-count pci now that ahc/ahd are taken care of.Peter Wemm2002-07-231-1/+1
| | | | Notes: svn path=/head/; revision=100550
* Add static unit count to pciPeter Wemm2002-07-211-1/+1
| | | | Notes: svn path=/head/; revision=100467
* - Remove an irrelevant comment from i386 GENERIC.John Baldwin2002-07-151-13/+7
| | | | | | | | | - Remove unneeded quotes. - Remove 'config' line. - Rename ident to SIMOS. Notes: svn path=/head/; revision=100088
* Dike out a highly insecure UCONSOLE option.Ruslan Ermilov2002-04-031-1/+0
| | | | | | | | | TIOCCONS must be able to VOP_ACCESS() /dev/console to succeed. Obtained from: OpenBSD Notes: svn path=/head/; revision=93719
* s/^options\t\t/options \t/Dag-Erling Smørgrav2001-12-041-15/+15
| | | | Notes: svn path=/head/; revision=87342
* PROCFS requires PSEUDOFS.Dag-Erling Smørgrav2001-12-041-1/+2
| | | | Notes: svn path=/head/; revision=87341
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-1/+2
| | | | | | | This builds on the top of several repo-copies. Notes: svn path=/head/; revision=83651
* Clean up some leftovers from the root mount cleanup that was done somePeter Wemm2001-02-041-2/+0
| | | | | | | time ago. FFS_ROOT and CD9660_ROOT are obsolete. Notes: svn path=/head/; revision=72011
* This conf file seems to have rotted quite a bit..Peter Wemm2001-01-191-7/+2
| | | | Notes: svn path=/head/; revision=71253
* LINT -> NOTESAlexander Langer2000-09-091-2/+2
| | | | Notes: svn path=/head/; revision=65638
* Borrow phk's axe and apply the next stage of config(8)'s evolution.Peter Wemm2000-06-131-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Warner Losh's "hint" driver to decode ascii strings to fill the resource table at boot time. config(8) no longer generates an ioconf.c table - ie: the configuration no longer has to be compiled into the kernel. You can reconfigure your isa devices with the likes of this at loader(8) time: set hint.ed.0.port=0x320 userconfig will be rewritten to use this style interface one day and will move to /boot/userconfig.4th or something like that. It is still possible to statically compile in a set of hints into a kernel if you do not wish to use loader(8). See the "hints" directive in GENERIC as an example. All device wiring has been moved out of config(8). There is a set of helper scripts (see i386/conf/gethints.pl, and the same for alpha and pc98) that extract the 'at isa? port foo irq bar' from the old files and produces a hints file. If you install this file as /boot/device.hints (and update /boot/defaults/loader.conf - You can do a build/install in sys/boot) then loader will load it automatically for you. You can also compile in the hints directly with: hints "device.hints" as well. There are a few things that I'm not too happy with yet. Under this scheme, things like LINT would no longer be useful as "documentation" of settings. I have renamed this file to 'NOTES' and stored the example hints strings in it. However... this is not something that config(8) understands, so there is a script that extracts the build-specific data from the documentation file (NOTES) to produce a LINT that can be config'ed and built. A stack of man4 pages will need updating. :-/ Also, since there is no longer a difference between 'device' and 'pseudo-device' I collapsed the two together, and the resulting 'device' takes a 'number of units' for devices that still have it statically allocated. eg: 'device fe 4' will compile the fe driver with NFE set to 4. You can then set hints for 4 units (0 - 3). Also note that 'device fe0' will be interpreted as "zero units of 'fe'" which would be bad, so there is a config warning for this. This is only needed for old drivers that still have static limits on numbers of units. All the statically limited drivers that I could find were marked. Please exercise EXTREME CAUTION when transitioning! Moral support by: phk, msmith, dfr, asmodai, imp, and others Notes: svn path=/head/; revision=61640
* Change sl(4) configuration lines to reflect its new dynamic nature.Brian Feldman2000-05-301-1/+1
| | | | Notes: svn path=/head/; revision=61100
* Change to comments only: spell FreeBSD.org correctlyTim Vanderhoek2000-05-131-1/+1
| | | | Notes: svn path=/head/; revision=60497
* Update GENERIC/SIMOS to leave out the useless trailing digit in pciPeter Wemm2000-01-231-18/+12
| | | | | | | and other unwired devices. Notes: svn path=/head/; revision=56443
* s/controller/device/ as per config(8)Peter Wemm2000-01-081-7/+7
| | | | Notes: svn path=/head/; revision=55607
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Give if_tun the "almost clone" makeover.Poul-Henning Kamp1999-08-151-2/+2
| | | | Notes: svn path=/head/; revision=49829
* Make the pty driver as close to a cloning device as we can get for now,Poul-Henning Kamp1999-08-081-2/+2
| | | | | | | | | | | | we create the pty on the fly when it is first opened. If you run out of ptys now, just MAKEDEV some more. This also demonstrate the use of dev_t->si_tty_tty and dev_t->si_drv1 in a device driver. Notes: svn path=/head/; revision=49536
* Kill option FAILSAFE.Dag-Erling Smørgrav1999-06-151-2/+1
| | | | | | | | PR: i386/12187 Approved by: bde Notes: svn path=/head/; revision=47926
* Update SimOS scsi driver to use CAM.Doug Rabson1998-09-261-7/+4
| | | | Notes: svn path=/head/; revision=39687
* Use elf symbols in DDB.Doug Rabson1998-06-281-1/+2
| | | | Notes: svn path=/head/; revision=37215
* Add initial support for the FreeBSD/alpha kernel. This is very much aDoug Rabson1998-06-101-0/+84
work in progress and has never booted a real machine. Initial development and testing was done using SimOS (see http://simos.stanford.edu for details). On the SimOS simulator, this port successfully reaches single-user mode and has been tested with loads as high as one copy of /bin/ls :-). Obtained from: partly from NetBSD/alpha Notes: svn path=/head/; revision=36849