summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
Commit message (Collapse)AuthorAgeFilesLines
* FIxed typo (syntax error) in previous commit.bde1998-08-171-2/+2
|
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itswpaul1998-08-161-1/+2
| | | | | | | | | | stability now. ALso modify /sys/conf/files, /sys/i386/conf/GENERIC and /sys/i386/conf/LINT to add entries for the XL driver. Deactivate support for the XL adapters in the vortex driver. LAstly, add a man page. (Also added an MLINKS entry for the ThunderLAN man page which I forgot previously.)
* Add the 'cs' driver for Crystal Semiconductor CS89x0 devices. Thismsmith1998-07-201-1/+2
| | | | | | supports PnP and if_media. I've been running a slightly older version here for several weeks now. Submitted by: Maxim Bolotin <max@rsu.ru>
* Place a fat warning that floppy tapes should be configured as drive 2joerg1998-07-171-1/+4
| | | | | | only (normally). PR: kern/7176
* Add the DPT driver here. It's kinda ironic that it got enabled in -stablejkh1998-06-031-1/+8
| | | | | first. :) PR: 6848
* And entries for ThunderLAN driver.wpaul1998-05-211-1/+2
|
* Add support for the Qlogic ISP SCSI && FC/AL Adaptersmjacob1998-04-221-1/+2
|
* Remove DISABLE_PSE option which was masking (but not fixing) the problem.msmith1998-02-161-3/+1
| | | | A correct fix for execution off MFS filesystems has been committed.
* TEMPORARILY disable support for the 4MB kernel page, as it appears to bemsmith1998-02-161-1/+3
| | | | | | causing installation images for -current to be unbootable. Submitted by: phk
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+4
| | | | | | | | This introduce an xxxFS_BOOT for each of the rootable filesystems. (Presently not required, but encouraged to allow a smooth move of option *FS to opt_dontuse.h later.) LFS is temporarily disabled, and will be re-enabled tomorrow.
* Add entries for tx card.jkh1998-01-211-1/+2
|
* Bring in IDE ATAPI floppy support.pst1998-01-161-2/+3
| | | | | | | | | | | This is Junichi's v1.0 driver. NOTE: Major device numbers have been changed to avoid conflict with other FreeBSD 3.0 devices. The new numbers should be considered "official." This driver is still considered "beta" quality, although we have been playing with it. Please submit bugs to junichi and myself. Submitted by: junichi@astec.co.jp
* Add ppp, at long last, back to GENERIC. We have enough room in thejkh1998-01-111-3/+2
| | | | | kernel for it and I'm tired of reading the "This system lacks kernel support for PPP..." line in people's tech support messages.
* Change comments about ijppp to iijppp.jseger1997-10-311-2/+2
| | | | | PR: conf/4905 Submitted by: takas-su@is.aist-nara.ac.jp
* Remove the stale `log' non-pseudodevice.joerg1997-10-281-2/+1
| | | | Found by: the new config(8) ;-)
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-261-4/+4
| | | | | | | | | | | | follow. * Rename/reorder all of the pccard structures, change many of the member names to be descriptive, and follow more closely other 'bus' drivers naming schemes. * Rename a bunch of parameter and local variable names to be more consistant in the code. * Renamed the PCCARD 'crd' device to be the 'card' device * KNF and make the code consistant where it was obvious. * ifdef'd out some unused code
* Make all the documented (in pcvt(4)) options supported options. Whilejoerg1997-10-181-2/+1
| | | | | | | i was at it, do no longer insist on `PCVT_FREEBSD' being declared in the config file, but default it to a reasonable value. More cleanup to follow, but this part is safe for RELENG_2_2, too.
* - Enable PS/2 mouse support by default. Given that almost all new hardwarenate1997-10-081-2/+2
| | | | | | | | has a PS/2 port, this is a good thing. Note, older 386/486 boxes may lockup the keyboard controller with this enabled, but most of these kinds of machines don't run -current, so the benefits outweigh the downsides. Discussed with: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Oops. This file shouldn't have been committed.gibbs1997-09-221-18/+17
|
* Move the rules for aicasm to the MI conf file.gibbs1997-09-211-18/+19
|
* Addf flags 0x10 to the sio0 line, so it is available as a potentialjoerg1997-09-141-2/+2
| | | | | console. This features backwards-compatibility to the era when sio(4) was always available for a console.
* Well, consensus seems very split on this so I talked it over with DGjkh1997-07-221-5/+3
| | | | | | | | | | and he says he's happy to see forward movement in aligning our defaults with a 16 bit world, the 8 bit folk already being veterans by this point who know how to use userconfig. In any case, perhaps Warner will soon come to save us all with his Dynamic Probing(tm) feature and this will all become totally moot in any case, so it's probably not worth arguing about either way.
* Add SYSVSHM by default. Nobody seems to have objected too stronglyjkh1997-07-151-1/+4
| | | | | | to this when raised, and most were in favor of at least this option (some also asked for semaphores and messages, but I'll leave that argument for another time :).
* YAMF22 - XSERVER comment changes.jkh1997-06-061-2/+2
|
* GENERIC, LINT:gibbs1997-04-141-3/+3
| | | | | | | | Add an ie entry that corresponds to the location the old ix entry used to probe and kill the ix entry. files.i386: Remove entries for the ix driver.
* Sanitize APM a bit. Convert various #ifdef to id_flags instead.phk1997-03-291-3/+3
| | | | | You may want to add "flags 0x31" to apm0 if you have a lousy implementation. Read LINT.
* Quoted CMD640. It's still missing from options.i386.bde1997-03-131-3/+2
| | | | Removed stale comment saying that npx0 is mandatory.
* Activate CMD640 workaroundse1997-03-121-1/+2
|
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Adjust ex0 entries properly after talking with Javier.jkh1997-01-171-1/+1
|
* Add the ex driver (Intel EtherExpress Pro/10).jkh1997-01-161-0/+1
| | | | | | | | | I have no idea if this works since I don't have one of the cards to test. I also don't know what the LINT and GENERIC entries should look like, so I just made up some values for now and left them commented out. Someone who knows the factory settings for a Pro/10, please contact me! Submitted-By: Javier Martín Rueda <jmrueda@diatel.upm.es>
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Mention amd driver in comment regarding PCI drivers.se1996-12-211-4/+4
|
* Add driver for AMD 53c974 SCSI (Tekram DC390/390T).se1996-12-181-1/+2
| | | | | Remove MAX_LUN=2 option for NCR driver: FAILSAFE does no longer imply MAX_LUN=1.
* Remove "options MAXLUN=2" since the ncr driver will probe for 8 LUNsse1996-12-151-2/+1
| | | | now anyway, even if compiled with FAILSAFE defined.
* Close PR#2198:jkh1996-12-131-1/+2
| | | | | | | | | | | | | I've added an installation from optical disk drive facility. This enables FreeBSD to be installed from an optical disk, which may be formatted in "super floppy" style or sliced into MSDOS-FS and UFS partitions. Note: ncr.c should be reviewed by Stefan Esser <se@freebsd.org> and cd.c by Joerg Wunsch <joerg@freebsd.org> before bringing this into 2.2. Submitted-By: Shunsuke Akiyama <akiyama@kme.mei.co.jp>
* Since there have been so many reports of the Memory Mapped I/O to thegibbs1996-11-161-4/+1
| | | | | | | aic7xxx cards failing on certain motherboards, reverse the logic used to control this feature. AHC_FORCE_PIO is replaced with AHC_ALLOW_MEMIO. GENERIC no longer needs to specify the AHC_FORCE_PIO option since this is the default.
* Add two new aic7xxx driver options:gibbs1996-10-281-1/+4
| | | | | | | | | | | | | | AHC_FORCE_PIO - This forces the driver to use PIO even on systems that say they have memory mapped the controller's registers. This seems to fix Ken Lam's problems. I've also placed this option in the GENERIC kernel file so that we are guaranteed to install even on these flakey machines. AHC_SHARE_SCBS - This option attempts to share the external SCB SRAM on the 398X controllers allowing a totoll of 255 non-paged SCBs. This doesn't work quite yet, so this option is mostly here to help 398X owners to experiment and give me feedback until this works properly.
* Make userconfig two (default: on) options:phk1996-09-111-1/+3
| | | | | | USERCONFIG to enable VISUAL_USERCONFIG to get the gui stuff too. Requested by: pst
* Add hints to the file ./LINT and the handbook.wosch1996-08-271-1/+10
|
* Merge.jkh1996-07-111-1/+3
|
* Clean out some historical cruft.jkh1996-07-101-6/+1
|
* Enable ktrace by default, accompanied by a small reminder about thejoerg1996-06-301-2/+7
| | | | | | implications (4 KB bloat, slight slowdown of syscalls). Reviewed by: freebsd-hackers
* Explain the options for the `od' driver.joerg1996-06-161-2/+2
|
* Added commented out PCCARD entries to GENERIC, also document and addnate1996-05-131-1/+5
| | | | entries in LINT.
* Only disable sio3 by default.bde1996-05-011-2/+2
|
* Add ATAPI_STATIC so that the ATAPI cdroms work correctly againjkh1996-04-291-2/+3
| | | | | under -current. Submitted-By: Serge Vakulenko <vak@cronyx.ru>
* - add apm to the GENERIC kernel (disabled by default), and add some commentsnate1996-04-221-1/+7
| | | | | | | | | | | regarding apm to LINT - Disabled the statistics clock on machines which have an APM BIOS and have the options "APM_BROKEN_STATCLOCK" enabled (which is default in GENERIC now) - move around some of the code in clock.c dealing with the rtc to make it more obvios the effects of disabling the statistics clock Reviewed by: bde
* Added a disabled psm0 (PS/2) mouse device, using the new 'disable'nate1996-04-181-1/+3
| | | | keyword.
* Disable sio3 in GENERIC - it messes with ATI cards.jkh1996-04-101-2/+2
|
OpenPOWER on IntegriCloud